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

<http://zbw.eu/beta/pm20voc/pr> a skos:ConceptScheme .
pm20pr:72423
  zbwext:notationLong "BU02" ;
  rdfs:label "Erwachsenenbildung"@de, "Adult education"@en ;
  skos:prefLabel "Adult education"@en, "Erwachsenenbildung"@de ;
  dc:identifier "72423" ;
  skos:broader <http://zbw.eu/beta/pm20voc/pr/i/126705> ;
  skos:notation "BU02" ;
  skos:scopeNote "(ausschl.: Für Erlangung einer allg. höheren Schulbildung vgl.aber Schule. Für berufliche Fortbildung vgl.aber: Weiterbildung) (einschl.: Volkshochschule)"@de ;
  skos:inScheme <http://zbw.eu/beta/pm20voc/pr> ;
  a skos:Concept .

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

