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

<https://pm20.zbw.eu/category/subject/i/144779>
  skos:notation "l5 Sm1" ;
  rdfs:label "Red Cross"@en, "Rotes Kreuz"@de ;
  skos:prefLabel "Red Cross"@en, "Rotes Kreuz"@de ;
  a skos:Concept ;
  skos:broader <https://pm20.zbw.eu/category/subject/i/144778> .

<https://pm20.zbw.eu/category/subject> a skos:ConceptScheme .
<https://pm20.zbw.eu/category/subject/i/144778>
  zbwext:notationLong "l 05" ;
  skos:broader <https://pm20.zbw.eu/category/subject/i/144762> ;
  owl:sameAs <http://purl.org/pressemappe20/category/subject/i/144778>, <https://pm20.zbw.eu/category/subject/s/l5> ;
  dc:identifier "144778" ;
  skos:exactMatch wd:Q99427921 ;
  skos:narrower <https://pm20.zbw.eu/category/subject/i/144779> ;
  skos:note "folderCount: 11" ;
  zbwext:folderCount 11 ;
  rdfs:label "Medical services"@en, "Sanitätswesen"@de ;
  skos:notation "l5" ;
  skos:prefLabel "Sanitätswesen"@de, "Medical services"@en ;
  schema:subjectOf <https://pm20.zbw.eu/category/subject/i/144778/about> ;
  skos:inScheme <https://pm20.zbw.eu/category/subject> ;
  a skos:Concept .

<https://pm20.zbw.eu/category/subject/i/144762>
  skos:notation "l" ;
  rdfs:label "Military, general"@en, "Militärwesen, Allgemein"@de ;
  skos:prefLabel "Military, general"@en, "Militärwesen, Allgemein"@de ;
  a skos:Concept ;
  skos:narrower <https://pm20.zbw.eu/category/subject/i/144778> .

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

