@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/612.015/e23/>
  skos:notation "612.015" ;
  skos:prefLabel "Biokjemi"@nb ;
  a skos:Concept ;
  skos:narrower <http://dewey.info/class/612.0157/e23/> .

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

<http://dewey.info/class/612.01577/e23/>
  skos:notation "612.01577" ;
  skos:prefLabel "Lipider"@nb ;
  a skos:Concept ;
  skos:broader <http://dewey.info/class/612.0157/e23/> .

<http://dewey.info/class/612.01578/e23/>
  skos:notation "612.01578" ;
  skos:prefLabel "Karbohydrater"@nb ;
  a skos:Concept ;
  skos:broader <http://dewey.info/class/612.0157/e23/> .

<http://dewey.info/class/612.01575/e23/>
  skos:notation "612.01575" ;
  skos:prefLabel "Proteiner"@nb ;
  a skos:Concept ;
  skos:broader <http://dewey.info/class/612.0157/e23/> .

<http://dewey.info/class/612.0157/e23/>
  a skos:Concept ;
  skos:broader <http://dewey.info/class/612.015/e23/> ;
  skos:narrower <http://dewey.info/class/612.01575/e23/>, <http://dewey.info/class/612.01578/e23/>, <http://dewey.info/class/612.01577/e23/> ;
  dc:modified "2013-05-14"^^xsd:date ;
  skos:altLabel "Organiske forbindelser--biokjemi--mennesker"@nb ;
  skos:inScheme <http://dewey.info/scheme/edition/e23/> ;
  dc:identifier "ocd00152026" ;
  skos:prefLabel "Organiske forbindelser"@nb ;
  skos:notation "612.0157" ;
  dc:created "2010-02-04"^^xsd:date .

