@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix schema: <http://schema.org/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix zbwext: <http://zbw.eu/namespaces/zbw-extensions/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix dc: <http://purl.org/dc/terms/> .

<https://pm20.zbw.eu/category/subject/i/231361>
  owl:sameAs <http://purl.org/pressemappe20/category/subject/i/231361>, <https://pm20.zbw.eu/category/subject/s/c5_Sm501_(H)> ;
  schema:subjectOf <https://pm20.zbw.eu/category/subject/i/231361/about> ;
  skos:inScheme <https://pm20.zbw.eu/category/subject> ;
  zbwext:notationLong "c 05 SM 501 (H)" ;
  a skos:Concept ;
  rdfs:label "Wetterdienst, Flugwetterdienst"@de, "Weather service, aviation weather service"@en ;
  dc:identifier "231361" ;
  skos:prefLabel "Weather service, aviation weather service"@en, "Wetterdienst, Flugwetterdienst"@de ;
  skos:notation "c5 Sm501 (H)" ;
  skos:topConceptOf <https://pm20.zbw.eu/category/subject> .

zbwext:notationLong
  rdfs:subPropertyOf skos:notation ;
  skos:definition """EXPERIMENTAL: Notation with
    blanks and leading zeros for sortability."""@en ;
  rdfs:label "NotationLong"@en .

<https://pm20.zbw.eu/category/subject>
  a skos:ConceptScheme ;
  skos:hasTopConcept <https://pm20.zbw.eu/category/subject/i/231361> .

