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

<https://pm20.zbw.eu/category/subject/i/231167>
  rdfs:label "Ständischer Aufbau (Italien)"@de, "Sectoral division (Italia)"@en ;
  owl:sameAs <http://purl.org/pressemappe20/category/subject/i/231167>, <https://pm20.zbw.eu/category/subject/s/n_Sm506_(A35)> ;
  a skos:Concept ;
  skos:inScheme <https://pm20.zbw.eu/category/subject> ;
  skos:prefLabel "Sectoral division (Italia)"@en, "Ständischer Aufbau (Italien)"@de ;
  dc:identifier "231167" ;
  zbwext:notationLong "n 00 SM 506 (A 035)" ;
  schema:subjectOf <https://pm20.zbw.eu/category/subject/i/231167/about> ;
  skos:notation "n Sm506 (A35)" ;
  skos:topConceptOf <https://pm20.zbw.eu/category/subject> .

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

<https://pm20.zbw.eu/category/subject>
  a skos:ConceptScheme ;
  skos:hasTopConcept <https://pm20.zbw.eu/category/subject/i/231167> .

