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

<http://dewey.info/class/374/e23/>
  skos:notation "374" ;
  skos:prefLabel "Voksenopplæring"@nb ;
  a skos:Concept ;
  skos:narrower <http://dewey.info/class/374.002/e23/> .

<http://dewey.info/class/374.002/e23/>
  a skos:Concept ;
  skos:prefLabel "Diverse"@nb ;
  dc:created "2009-12-03"^^xsd:date ;
  dc:modified "2017-09-21"^^xsd:date ;
  mads:componentList (
   <http://dewey.info/class/374/e23/>
   <http://dewey.info/class/1--02/e23/>
 ) ;
  skos:inScheme <http://dewey.info/scheme/edition/e23/> ;
  skos:narrower <http://dewey.info/class/374.00284/e23/>, <http://dewey.info/class/374.00287/e23/>, <http://dewey.info/class/374.00288/e23/> ;
  dc:identifier "ocd00141643" ;
  skos:broader <http://dewey.info/class/374/e23/> ;
  skos:notation "374.002" .

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

<http://dewey.info/class/374.00284/e23/>
  skos:notation "374.00284" ;
  skos:prefLabel "Apparater, utstyr, materialer"@nb ;
  a skos:Concept .

<http://dewey.info/class/1--02/e23/>
  skos:prefLabel "Diverse"@nb ;
  a skos:Concept .

<http://dewey.info/class/374.00287/e23/>
  skos:notation "374.00287" ;
  skos:prefLabel "Testing og måling"@nb ;
  a skos:Concept .

<http://dewey.info/class/374.00288/e23/>
  skos:notation "374.00288" ;
  skos:prefLabel "Vedlikehold og reparasjoner"@nb ;
  a skos:Concept .

