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

<https://pm20.zbw.eu/category/ware/i/143587>
  skos:notation "PID08-Mo" ;
  rdfs:label "Internal combustion engine"@en, "Motor, Verbrennungs-"@de ;
  skos:prefLabel "Internal combustion engine"@en, "Motor, Verbrennungs-"@de ;
  a skos:Concept ;
  skos:narrower <https://pm20.zbw.eu/category/ware/i/142798> .

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 .
<https://pm20.zbw.eu/category/ware/i/142798>
  a skos:Concept ;
  rdfs:label "Wood gasifier"@en, "Generator und Motor, Holzgas"@de ;
  schema:subjectOf <https://pm20.zbw.eu/category/ware/i/142798/about> ;
  dc:identifier "142798" ;
  skos:inScheme <https://pm20.zbw.eu/category/ware> ;
  owl:sameAs <http://purl.org/pressemappe20/category/ware/i/142798> ;
  skos:exactMatch wd:Q132404942 ;
  skos:broader <https://pm20.zbw.eu/category/ware/i/143587> ;
  zbwext:notationLong "28.11.0-04" ;
  skos:notation "PID08-Mo03" ;
  skos:prefLabel "Generator und Motor, Holzgas"@de, "Wood gasifier"@en .

