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

<https://pm20.zbw.eu/category/subject/i/144280>
  skos:prefLabel "Tropical disease"@en, "Tropenkrankheit"@de ;
  owl:sameAs <https://pm20.zbw.eu/category/subject/s/e_Sm501_(H)>, <http://purl.org/pressemappe20/category/subject/i/144280> ;
  rdfs:label "Tropenkrankheit"@de, "Tropical disease"@en ;
  schema:subjectOf <https://pm20.zbw.eu/category/subject/i/144280/about> ;
  skos:broader <https://pm20.zbw.eu/category/subject/i/144264> ;
  zbwext:notationLong "e 00 SM 501 (H)" ;
  skos:inScheme <https://pm20.zbw.eu/category/subject> ;
  a skos:Concept ;
  skos:notation "e Sm501 (H)" ;
  dc:identifier "144280" .

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 .
<https://pm20.zbw.eu/category/subject/i/144264>
  skos:notation "e" ;
  rdfs:label "Health situation, general"@en, "Gesundheitliche Verhältnisse, Allgemein"@de ;
  skos:prefLabel "Health situation, general"@en, "Gesundheitliche Verhältnisse, Allgemein"@de ;
  a skos:Concept ;
  skos:narrower <https://pm20.zbw.eu/category/subject/i/144280> .

