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

<https://pm20.zbw.eu/category/ware/i/142927>
  skos:inScheme <https://pm20.zbw.eu/category/ware> ;
  skos:broader <https://pm20.zbw.eu/category/ware/i/143800> ;
  skos:notation "PLW04-Sg01" ;
  owl:sameAs <http://purl.org/pressemappe20/category/ware/i/142927> ;
  rdfs:label "Hemp seed"@en, "Hanfsaat"@de ;
  a skos:Concept ;
  zbwext:notationLong "PLW04-Sg01" ;
  dc:identifier "142927" ;
  schema:subjectOf <https://pm20.zbw.eu/category/ware/i/142927/about> ;
  skos:exactMatch wd:Q117231920 ;
  skos:prefLabel "Hemp seed"@en, "Hanfsaat"@de .

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/143800>
  skos:notation "PLW04-Sg" ;
  rdfs:label "Saat, Sämerei"@de, "Seed"@en ;
  skos:prefLabel "Saat, Sämerei"@de, "Seed"@en ;
  a skos:Concept ;
  skos:narrower <https://pm20.zbw.eu/category/ware/i/142927> .

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