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

<https://pm20.zbw.eu/category/ware/i/148546>
  skos:notation "PID09" ;
  rdfs:label "Vehicles"@en, "Fahrzeuge"@de ;
  skos:prefLabel "Vehicles"@en, "Fahrzeuge"@de ;
  a skos:Concept ;
  skos:narrower <https://pm20.zbw.eu/category/ware/i/142305> .

<https://pm20.zbw.eu/category/ware/i/142305>
  dc:identifier "142305" ;
  zbwext:notationLong "PID09-01" ;
  a skos:Concept ;
  ns0:wikipediaArticle <https://en.wikipedia.org/wiki/Bicycle>, <https://de.wikipedia.org/wiki/Fahrrad> ;
  schema:subjectOf <https://pm20.zbw.eu/category/ware/i/142305/about> ;
  skos:exactMatch wd:Q11442 ;
  skos:prefLabel "Bicycle"@en, "Fahrrad"@de ;
  owl:sameAs <http://purl.org/pressemappe20/category/ware/i/142305> ;
  skos:inScheme <https://pm20.zbw.eu/category/ware> ;
  skos:broader <https://pm20.zbw.eu/category/ware/i/148546> ;
  rdfs:label "Fahrrad"@de, "Bicycle"@en ;
  skos:notation "PID09-01" .

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> a skos:ConceptScheme .
