@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix dc: <http://purl.org/dc/terms/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<http://dewey.info/class/027.01-027.09/e23/>
  skos:notation "027.01-027.09" ;
  skos:prefLabel "Geografisk behandling"@nb ;
  a skos:Concept ;
  skos:narrower <http://dewey.info/class/027.043/e23/> .

<http://dewey.info/scheme/edition/e23/>
  rdfs:label "Norsk WebDewey"@nb ;
  a skos:ConceptScheme .

<http://dewey.info/class/027.043/e23/>
  skos:notation "027.043" ;
  skos:broader <http://dewey.info/class/027.01-027.09/e23/> ;
  skos:altLabel "Arkiver--Tyskland"@nb ;
  dc:created "2020-06-10"^^xsd:date ;
  skos:prefLabel "Biblioteker--Tyskland, …"@nb ;
  skos:inScheme <http://dewey.info/scheme/edition/e23/> ;
  dc:identifier "87a96290-0bbd-4f42-b878-ebf5fe9724fe" ;
  a skos:Concept ;
  dc:modified "2020-06-12"^^xsd:date .

