@prefix mads: <http://www.loc.gov/mads/rdf/v1#> .
@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#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

<http://dewey.info/class/595.725142/e23/>
  mads:componentList (
   <http://dewey.info/class/595.725/e23/>
   <http://dewey.info/class/591.42/e23/>
 ) ;
  skos:inScheme <http://dewey.info/scheme/edition/e23/> ;
  dc:created "2016-04-06"^^xsd:date ;
  dc:identifier "84be1fcf-f408-4cbf-8cf5-48154f0a39e9" ;
  skos:prefLabel "Temperaturtilpasning--spretthaler, …"@nb ;
  skos:altLabel "Akklimatisering--spretthaler"@nb ;
  skos:broader <http://dewey.info/class/595.725/e23/> ;
  skos:notation "595.725142" ;
  dc:modified "2016-10-25"^^xsd:date ;
  a skos:Concept .

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

<http://dewey.info/class/595.725/e23/>
  skos:notation "595.725" ;
  skos:prefLabel "Collembola"@nb ;
  a skos:Concept ;
  skos:narrower <http://dewey.info/class/595.725142/e23/> .

<http://dewey.info/class/591.42/e23/>
  skos:prefLabel "Akklimatisering og temperaturtilpasning"@nb ;
  a skos:Concept .

