@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 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/> .
@prefix ns0: <http://www.geonames.org/ontology#> .

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/142469>
  skos:notation "PLW05-Fl" ;
  rdfs:label "Meat"@en, "Fleisch"@de ;
  skos:prefLabel "Meat"@en, "Fleisch"@de ;
  a skos:Concept ;
  skos:narrower <https://pm20.zbw.eu/category/ware/i/142241> .

<https://pm20.zbw.eu/category/ware> a skos:ConceptScheme .
<https://pm20.zbw.eu/category/ware/i/142241>
  rdfs:label "Intestine"@en, "Darm"@de ;
  skos:inScheme <https://pm20.zbw.eu/category/ware> ;
  a skos:Concept ;
  schema:subjectOf <https://pm20.zbw.eu/category/ware/i/142241/about> ;
  dc:identifier "142241" ;
  owl:sameAs <http://purl.org/pressemappe20/category/ware/i/142241> ;
  skos:exactMatch wd:Q9639 ;
  skos:prefLabel "Darm"@de, "Intestine"@en ;
  skos:notation "PLW05-Fl02" ;
  zbwext:notationLong "10.11.0-12" ;
  skos:broader <https://pm20.zbw.eu/category/ware/i/142469> ;
  ns0:wikipediaArticle <https://en.wikipedia.org/wiki/Intestine>, <https://de.wikipedia.org/wiki/Darm> .

