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

<https://pm20.zbw.eu/category/ware/i/231007>
  schema:subjectOf <https://pm20.zbw.eu/category/ware/i/231007/about> ;
  skos:inScheme <https://pm20.zbw.eu/category/ware> ;
  skos:topConceptOf <https://pm20.zbw.eu/category/ware> ;
  dc:identifier "231007" ;
  skos:notation "PID15-Ka16" ;
  a skos:Concept ;
  skos:prefLabel "Manihot Glaziovii"@de, "Manihot Glaziovii"@en ;
  owl:sameAs <http://purl.org/pressemappe20/category/ware/i/231007> ;
  zbwext:notationLong "01.29.0-07" ;
  skos:exactMatch wd:Q11093154 ;
  rdfs:label "Manihot Glaziovii"@en, "Manihot Glaziovii"@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>
  a skos:ConceptScheme ;
  skos:hasTopConcept <https://pm20.zbw.eu/category/ware/i/231007> .

