@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/581.498/e23/>
  dc:modified "2012-12-21"^^xsd:date ;
  dc:identifier "ocd00149615" ;
  a skos:Concept ;
  skos:altLabel "Røtter (planter)--deskriptiv botanikk"@nb, "Røtter (planter)"@nb ;
  skos:prefLabel "Røtter"@nb ;
  skos:broader <http://dewey.info/class/581.49/e23/> ;
  skos:notation "581.498" ;
  skos:inScheme <http://dewey.info/scheme/edition/e23/> ;
  dc:created "2010-02-04"^^xsd:date .

<http://dewey.info/class/581.49/e23/>
  skos:notation "581.49" ;
  skos:prefLabel "Stengler og røtter"@nb ;
  a skos:Concept ;
  skos:narrower <http://dewey.info/class/581.498/e23/> .

