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

<https://pm20.zbw.eu/category/ware/i/142846>
  skos:notation "PLW04-Gt" ;
  rdfs:label "Grain"@en, "Getreide"@de ;
  skos:prefLabel "Grain"@en, "Getreide"@de ;
  a skos:Concept ;
  skos:narrower <https://pm20.zbw.eu/category/ware/i/142914> .

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/142914>
  a skos:Concept ;
  skos:notation "PLW04-Gt03" ;
  schema:subjectOf <https://pm20.zbw.eu/category/ware/i/142914/about> ;
  rdfs:label "Oats"@en, "Hafer"@de ;
  zbwext:notationLong "PLW04-Gt03" ;
  skos:broader <https://pm20.zbw.eu/category/ware/i/142846> ;
  skos:prefLabel "Hafer"@de, "Oats"@en ;
  skos:exactMatch wd:Q12104 ;
  ns0:wikipediaArticle <https://de.wikipedia.org/wiki/Saat-Hafer>, <https://en.wikipedia.org/wiki/Oat> ;
  dc:identifier "142914" ;
  owl:sameAs <http://purl.org/pressemappe20/category/ware/i/142914> ;
  skos:inScheme <https://pm20.zbw.eu/category/ware> .

