@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 wd: <http://www.wikidata.org/entity/> .
@prefix dc: <http://purl.org/dc/terms/> .
@prefix schema: <http://schema.org/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .

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/ware/i/143512>
  skos:notation "PID09-Sf" ;
  rdfs:label "Locomotive, railcar"@en, "Lokomotive, Triebwagen"@de ;
  skos:prefLabel "Locomotive, railcar"@en, "Lokomotive, Triebwagen"@de ;
  a skos:Concept ;
  skos:narrower <https://pm20.zbw.eu/category/ware/i/143915> .

<https://pm20.zbw.eu/category/ware/i/143915>
  skos:prefLabel "Tram car"@en, "Straßenbahnwagen"@de ;
  zbwext:notationLong "30.20.1-03" ;
  skos:exactMatch wd:Q132458231 ;
  dc:identifier "143915" ;
  schema:subjectOf <https://pm20.zbw.eu/category/ware/i/143915/about> ;
  owl:sameAs <http://purl.org/pressemappe20/category/ware/i/143915> ;
  skos:broader <https://pm20.zbw.eu/category/ware/i/143512> ;
  skos:notation "PID09-Sf04" ;
  rdfs:label "Tram car"@en, "Straßenbahnwagen"@de ;
  a skos:Concept ;
  skos:inScheme <https://pm20.zbw.eu/category/ware> .

<https://pm20.zbw.eu/category/ware> a skos:ConceptScheme .
