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

<http://zbw.eu/beta/pm20voc/sk> a skos:ConceptScheme .
pm20sk:70634
  a skos:Concept ;
  skos:notation "SEC-11000" ;
  skos:inScheme <http://zbw.eu/beta/pm20voc/sk> ;
  skos:broader <http://zbw.eu/beta/pm20voc/sk/i/181560> ;
  skos:prefLabel "Gastgewerbe"@de, "Hospitality Industry"@en ;
  skos:scopeNote "(ausschl.: Tagungswirtschaft BENUTZE: !66563188X! SEC-21030  Veranstaltungswirtschaft)"@de ;
  zbwext:notationLong "SEC-11000" ;
  dc:identifier "70634" ;
  rdfs:label "Gastgewerbe"@de, "Hospitality Industry"@en .

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

