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

<https://pm20.zbw.eu/category/subject> a skos:ConceptScheme .
<https://pm20.zbw.eu/category/subject/i/145929>
  zbwext:notationLong "p 05" ;
  rdfs:label "Rückwanderung aus..."@de, "Return migration from ..."@en ;
  skos:note "folderCount: 5" ;
  skos:notation "p5" ;
  skos:inScheme <https://pm20.zbw.eu/category/subject> ;
  zbwext:folderCount 5 ;
  schema:subjectOf <https://pm20.zbw.eu/category/subject/i/145929/about> ;
  skos:exactMatch wd:Q99428201 ;
  owl:sameAs <http://purl.org/pressemappe20/category/subject/i/145929>, <https://pm20.zbw.eu/category/subject/s/p5> ;
  skos:broader <https://pm20.zbw.eu/category/subject/i/145913> ;
  skos:prefLabel "Rückwanderung aus..."@de, "Return migration from ..."@en ;
  a skos:Concept ;
  skos:narrower <https://pm20.zbw.eu/category/subject/i/145930> ;
  dc:identifier "145929" .

<https://pm20.zbw.eu/category/subject/i/145913>
  skos:notation "p" ;
  rdfs:label "Settling and migration"@en, "Siedlung und Wanderung"@de ;
  skos:prefLabel "Settling and migration"@en, "Siedlung und Wanderung"@de ;
  a skos:Concept ;
  skos:narrower <https://pm20.zbw.eu/category/subject/i/145929> .

<https://pm20.zbw.eu/category/subject/i/145930>
  skos:notation "p5 Sm1" ;
  rdfs:label "Return migration of nationals of individual states"@en, "Rückwanderung Angehöriger Einzelne Staaten"@de ;
  skos:prefLabel "Return migration of nationals of individual states"@en, "Rückwanderung Angehöriger Einzelne Staaten"@de ;
  a skos:Concept ;
  skos:broader <https://pm20.zbw.eu/category/subject/i/145929> .

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

