@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 rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix dc: <http://purl.org/dc/terms/> .

<http://zbw.eu/beta/pm20voc/sk> a skos:ConceptScheme .
pm20sk:70677
  a skos:Concept ;
  zbwext:notationLong "SEC-04010" ;
  skos:prefLabel "Power Industry"@en, "Energiewirtschaft"@de ;
  skos:inScheme <http://zbw.eu/beta/pm20voc/sk> ;
  skos:broader <http://zbw.eu/beta/pm20voc/sk/i/181540> ;
  skos:notation "SEC-04010" ;
  rdfs:label "Energiewirtschaft"@de, "Power Industry"@en ;
  dc:identifier "70677" ;
  skos:scopeNote "(ausschl.: Kraftstoffe BENUTZE: !665631340! SEC-06061  Mineralölwirtschaft) (einschl.: einschl. Energie, Energiequellen, Energieträger, z.B. Brennstoffe, Energiepolitik, Energietechnik, Fernwärmeversorgung, Gaswirtschaft) (ausschl.: Energieökonomik BENUTZE: !665630174! ECS-12020  Energieökonomik)"@de .

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

