@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#> .
@prefix mads: <http://www.loc.gov/mads/rdf/v1#> .

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

<http://dewey.info/class/572.565/e23/>
  skos:notation "572.565" ;
  skos:prefLabel "Sukkerarter"@nb ;
  a skos:Concept ;
  skos:narrower <http://dewey.info/class/572.5654/e23/> .

<http://dewey.info/class/572.56549/e23/>
  skos:notation "572.56549" ;
  skos:prefLabel "Fermentering"@nb ;
  a skos:Concept .

<http://dewey.info/class/572.5654/e23/>
  a skos:Concept ;
  skos:prefLabel "Sukkerarter--stoffskifte"@nb ;
  skos:notation "572.5654" ;
  dc:modified "2018-09-11"^^xsd:date ;
  skos:inScheme <http://dewey.info/scheme/edition/e23/> ;
  dc:identifier "505d2b41-4c10-4ffb-a002-f5dde50e7c93" ;
  skos:broader <http://dewey.info/class/572.565/e23/> ;
  dc:created "2018-09-11"^^xsd:date ;
  skos:narrower <http://dewey.info/class/572.56549/e23/> ;
  mads:componentList ( <http://dewey.info/class/572.565/e23/> ) .

