@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:70656
  a skos:Concept ;
  skos:broader <http://zbw.eu/beta/pm20voc/sk/i/181569> ;
  skos:inScheme <http://zbw.eu/beta/pm20voc/sk> ;
  skos:notation "SEC-17001" ;
  rdfs:label "Real Estate Services, General"@en, "Immobilienwirtschaft, Allgemeines"@de ;
  dc:identifier "70656" ;
  skos:prefLabel "Immobilienwirtschaft, Allgemeines"@de, "Real Estate Services, General"@en ;
  skos:scopeNote "(ausschl.: Bodennutzung und Bodenpolitik BENUTZE: !665630107! ECS-11030  Grund und Boden)"@de ;
  zbwext:notationLong "SEC-17001" .

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

