@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 schema: <http://schema.org/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@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 ;
  skos:hasTopConcept <https://pm20.zbw.eu/category/subject/i/231101> .

<https://pm20.zbw.eu/category/subject/i/231101>
  zbwext:notationLong "f 04 SM 506 (A 010)" ;
  skos:prefLabel "Unitary state"@en, "Einheitsstaat"@de ;
  schema:subjectOf <https://pm20.zbw.eu/category/subject/i/231101/about> ;
  skos:notation "f4 Sm506 (A10)" ;
  owl:sameAs <http://purl.org/pressemappe20/category/subject/i/231101>, <https://pm20.zbw.eu/category/subject/s/f4_Sm506_(A10)> ;
  dc:identifier "231101" ;
  rdfs:label "Einheitsstaat"@de, "Unitary state"@en ;
  skos:inScheme <https://pm20.zbw.eu/category/subject> ;
  a skos:Concept ;
  skos:topConceptOf <https://pm20.zbw.eu/category/subject> .

