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

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/144393>
  skos:prefLabel "Parliamentary bodies, general"@en, "Parlamentarische Körperschaften, Allgemein"@de ;
  skos:notation "f4a Sm2.I" ;
  owl:sameAs <https://pm20.zbw.eu/category/subject/s/f4a_Sm2.I>, <http://purl.org/pressemappe20/category/subject/i/144393> ;
  skos:inScheme <https://pm20.zbw.eu/category/subject> ;
  rdfs:label "Parlamentarische Körperschaften, Allgemein"@de, "Parliamentary bodies, general"@en ;
  a skos:Concept ;
  schema:subjectOf <https://pm20.zbw.eu/category/subject/i/144393/about> ;
  dc:identifier "144393" ;
  skos:broader <https://pm20.zbw.eu/category/subject/i/163659> ;
  skos:editorialNote "Schlagwortvergabe möglich"@de ;
  zbwext:notationLong "f 04a SM 002.01" .

<https://pm20.zbw.eu/category/subject/i/163659>
  skos:notation "f4a Sm2" ;
  rdfs:label "Parliamentary bodies"@en, "Parlamentarische Körperschaften"@de ;
  skos:prefLabel "Parliamentary bodies"@en, "Parlamentarische Körperschaften"@de ;
  a skos:Concept ;
  skos:narrower <https://pm20.zbw.eu/category/subject/i/144393> .

