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

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/143075>
  skos:notation "PLW04-Kf04" ;
  skos:inScheme <https://pm20.zbw.eu/category/ware> ;
  skos:prefLabel "Kartoffelkraut"@de, "Potato cabbage"@en ;
  owl:sameAs <http://purl.org/pressemappe20/category/ware/i/143075> ;
  rdfs:label "Potato cabbage"@en, "Kartoffelkraut"@de ;
  dc:identifier "143075" ;
  a skos:Concept ;
  skos:broader <https://pm20.zbw.eu/category/ware/i/143076> ;
  zbwext:notationLong "01.13.2-03" ;
  schema:subjectOf <https://pm20.zbw.eu/category/ware/i/143075/about> .

<https://pm20.zbw.eu/category/ware> a skos:ConceptScheme .
<https://pm20.zbw.eu/category/ware/i/143076>
  skos:notation "PLW04-Kf" ;
  rdfs:label "Potato"@en, "Kartoffel"@de ;
  skos:prefLabel "Potato"@en, "Kartoffel"@de ;
  a skos:Concept ;
  skos:narrower <https://pm20.zbw.eu/category/ware/i/143075> .

