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

<http://dewey.info/class/617.5607548/e23/>
  skos:notation "617.5607548" ;
  a skos:Concept ;
  skos:broader <http://dewey.info/class/617.56/e23/> ;
  dc:modified "2016-11-14"^^xsd:date ;
  skos:prefLabel "Ryggen--magnetresonanstomografi, …"@nb ;
  skos:altLabel "Ryggen--MRI (billeddiagnostikk)"@nb ;
  mads:componentList (
   <http://dewey.info/class/617.56/e23/>
   <http://dewey.info/class/616..07548/e23/>
 ) ;
  dc:identifier "75ce9ef2-7a8f-4cfe-b490-8a3dac046c5b" ;
  skos:inScheme <http://dewey.info/scheme/edition/e23/> ;
  dc:created "2016-11-14"^^xsd:date .

