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

<https://pm20.zbw.eu/category/subject/i/144286>
  skos:notation "f2" ;
  rdfs:label "Historical events"@en, "Geschichtliche Vorgänge"@de ;
  skos:prefLabel "Historical events"@en, "Geschichtliche Vorgänge"@de ;
  a skos:Concept ;
  skos:narrower <https://pm20.zbw.eu/category/subject/i/144352> .

<https://pm20.zbw.eu/category/subject/i/144352>
  schema:subjectOf <https://pm20.zbw.eu/category/subject/i/144352/about> ;
  rdfs:label "(Indische) Round Table Conference 1930"@de, "(Indian) Round Table Conference 1930"@en ;
  owl:sameAs <http://purl.org/pressemappe20/category/subject/i/144352>, <https://pm20.zbw.eu/category/subject/s/f2_Sm508_(B42)> ;
  a skos:Concept ;
  zbwext:notationLong "f 02 SM 508 (B 042)" ;
  skos:notation "f2 Sm508 (B42)" ;
  skos:inScheme <https://pm20.zbw.eu/category/subject> ;
  skos:prefLabel "(Indische) Round Table Conference 1930"@de, "(Indian) Round Table Conference 1930"@en ;
  skos:broader <https://pm20.zbw.eu/category/subject/i/144286> ;
  dc:identifier "144352" .

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 .
