@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/scheme/edition/e23/>
  a skos:ConceptScheme ;
  rdfs:label "Norsk WebDewey"@nb .

<http://dewey.info/class/221-229/e23/>
  a skos:Concept ;
  skos:narrower <http://dewey.info/class/222-224/e23/> ;
  skos:notation "221-229" ;
  skos:prefLabel "Bestemte deler av Bibelen, apokryfer, pseudepigrafer, intertestamentale verker"@nb .

<http://dewey.info/class/223/e23/>
  a skos:Concept ;
  skos:broader <http://dewey.info/class/222-224/e23/> ;
  skos:notation "223" ;
  skos:prefLabel "Det gamle testamentes poetiske bøker"@nb .

<http://dewey.info/class/224/e23/>
  a skos:Concept ;
  skos:broader <http://dewey.info/class/222-224/e23/> ;
  skos:notation "224" ;
  skos:prefLabel "Det gamle testamentes profetiske bøker"@nb .

<http://dewey.info/class/222/e23/>
  a skos:Concept ;
  skos:broader <http://dewey.info/class/222-224/e23/> ;
  skos:notation "222" ;
  skos:prefLabel "Det gamle testamentes historiske bøker"@nb .

<http://dewey.info/class/222-224/e23/>
  a skos:Concept ;
  dc:created "2009-12-03"^^xsd:date ;
  dc:identifier "ocd00120389" ;
  dc:modified "2016-02-02"^^xsd:date ;
  skos:broader <http://dewey.info/class/221-229/e23/> ;
  skos:inScheme <http://dewey.info/scheme/edition/e23/> ;
  skos:narrower <http://dewey.info/class/224/e23/>, <http://dewey.info/class/222/e23/>, <http://dewey.info/class/223/e23/> ;
  skos:notation "222-224" ;
  skos:prefLabel "Det gamle testamentes bøker (Tanak)"@nb .

