@prefix pm20na: <http://zbw.eu/beta/pm20voc/na/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix zbwext: <http://zbw.eu/namespaces/zbw-extensions/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix dc: <http://purl.org/dc/terms/> .

pm20na:198022
  rdfs:label "Weberei"@de, "Weaving of textiles"@en ;
  zbwext:notationLong ".13.2" ;
  a skos:Concept ;
  skos:prefLabel "Weaving of textiles"@en, "Weberei"@de ;
  dc:identifier "198022" ;
  skos:broader <http://zbw.eu/beta/pm20voc/na/i/198020> ;
  skos:notation ".13.2" ;
  skos:inScheme <http://zbw.eu/beta/pm20voc/na> .

zbwext:notationLong
  rdfs:subPropertyOf skos:notation ;
  skos:definition """EXPERIMENTAL: Notation with
    blanks and leading zeros for sortability."""@en ;
  rdfs:label "NotationLong"@en .

<http://zbw.eu/beta/pm20voc/na> a skos:ConceptScheme .
