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

<http://zbw.eu/beta/pm20voc/sk> a skos:ConceptScheme .
pm20sk:72119
  skos:notation "ECS-13001" ;
  rdfs:label "Labour, General"@en, "Arbeit, Allgemeines"@de ;
  skos:inScheme <http://zbw.eu/beta/pm20voc/sk> ;
  skos:scopeNote "nur volkswirtschaftliche Literatur! (einschl.: z.B. allgemeines zur Arbeit, Arbeitskräfte, Arbeitswelt) (ausschl.: Betriebliche Personalfragen BENUTZE: !665629257! BIZ-04001  Personalmanagement, Allgemeines)"@de ;
  dc:identifier "72119" ;
  skos:prefLabel "Arbeit, Allgemeines"@de, "Labour, General"@en ;
  a skos:Concept ;
  zbwext:notationLong "ECS-13001" ;
  skos:broader <http://zbw.eu/beta/pm20voc/sk/i/181525> .

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

