@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@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 schema: <http://schema.org/> .

<https://pm20.zbw.eu/category/subject/i/144782>
  rdfs:label "Recycling of military goods"@en, "Verwertung von Heeresgut"@de ;
  a skos:Concept ;
  skos:inScheme <https://pm20.zbw.eu/category/subject> ;
  zbwext:notationLong "l 06 SM 002" ;
  owl:sameAs <http://purl.org/pressemappe20/category/subject/i/144782>, <https://pm20.zbw.eu/category/subject/s/l6_Sm2> ;
  dc:identifier "144782" ;
  skos:broader <https://pm20.zbw.eu/category/subject/i/144780> ;
  skos:prefLabel "Recycling of military goods"@en, "Verwertung von Heeresgut"@de ;
  skos:notation "l6 Sm2" ;
  schema:subjectOf <https://pm20.zbw.eu/category/subject/i/144782/about> .

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 .
<https://pm20.zbw.eu/category/subject/i/144780>
  skos:notation "l6" ;
  rdfs:label "Army supplies"@en, "Heeresbedarf"@de ;
  skos:prefLabel "Army supplies"@en, "Heeresbedarf"@de ;
  a skos:Concept ;
  skos:narrower <https://pm20.zbw.eu/category/subject/i/144782> .

