@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 dc: <http://purl.org/dc/terms/> .
@prefix schema: <http://schema.org/> .

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/163337>
  skos:notation "i1 Sm501 (A10)" ;
  rdfs:label "Courts of honor"@en, "Ehrengerichte"@de ;
  skos:prefLabel "Courts of honor"@en, "Ehrengerichte"@de ;
  a skos:Concept ;
  skos:narrower <https://pm20.zbw.eu/category/subject/i/144697> .

<https://pm20.zbw.eu/category/subject/i/144697>
  a skos:Concept ;
  rdfs:label "Ehrengerichte, Einzelne"@de, "Courts of honor, individuals"@en ;
  owl:sameAs <http://purl.org/pressemappe20/category/subject/i/144697>, <https://pm20.zbw.eu/category/subject/s/i1_Sm501.II_(A10)> ;
  dc:identifier "144697" ;
  skos:inScheme <https://pm20.zbw.eu/category/subject> ;
  skos:broader <https://pm20.zbw.eu/category/subject/i/163337> ;
  skos:notation "i1 Sm501.II (A10)" ;
  skos:prefLabel "Ehrengerichte, Einzelne"@de, "Courts of honor, individuals"@en ;
  zbwext:notationLong "i 01 SM 501.02 (A 010)" ;
  schema:subjectOf <https://pm20.zbw.eu/category/subject/i/144697/about> .

