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

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

<http://dewey.info/class/296.0902-296.0905/e23/>
  skos:notation "296.0902-296.0905" ;
  skos:prefLabel "500-tallet til 2000-tallet"@nb ;
  a skos:Concept ;
  skos:broader <http://dewey.info/class/296.0901-296.0905/e23/> .

<http://dewey.info/class/296.0901-296.0905/e23/>
  dc:modified "2018-01-19"^^xsd:date ;
  dc:identifier "ocd00122845" ;
  skos:broader <http://dewey.info/class/296.09/e23/> ;
  skos:narrower <http://dewey.info/class/296.0901/e23/>, <http://dewey.info/class/296.0902-296.0905/e23/> ;
  skos:notation "296.0901-296.0905" ;
  skos:prefLabel "Historiske perioder"@nb ;
  skos:inScheme <http://dewey.info/scheme/edition/e23/> ;
  a skos:Concept ;
  dc:created "2009-12-03"^^xsd:date .

<http://dewey.info/class/296.09/e23/>
  skos:notation "296.09" ;
  skos:prefLabel "Historie, geografisk behandling, biografier"@nb ;
  a skos:Concept ;
  skos:narrower <http://dewey.info/class/296.0901-296.0905/e23/> .

<http://dewey.info/class/296.0901/e23/>
  skos:notation "296.0901" ;
  skos:prefLabel "Fram til 499 e.Kr."@nb ;
  a skos:Concept ;
  skos:broader <http://dewey.info/class/296.0901-296.0905/e23/> .

