@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix mads: <http://www.loc.gov/mads/rdf/v1#> .
@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/004.028/e23/>
  skos:inScheme <http://dewey.info/scheme/edition/e23/> ;
  mads:componentList (
   <http://dewey.info/class/004/e23/>
   <http://dewey.info/class/1--028/e23/>
 ) ;
  dc:created "2009-12-03"^^xsd:date ;
  skos:broader <http://dewey.info/class/004/e23/> ;
  a skos:Concept ;
  skos:notation "004.028" ;
  skos:narrower <http://dewey.info/class/004.0286/e23/>, <http://dewey.info/class/004.0288/e23/>, <http://dewey.info/class/004.0287/e23/> ;
  dc:modified "2017-01-25"^^xsd:date ;
  dc:identifier "ocd00116715" ;
  skos:prefLabel "Hjelpeteknikker og arbeidsmetoder; apparater, utstyr, materialer"@nb .

<http://dewey.info/class/1--028/e23/>
  skos:prefLabel "Hjelpeteknikker og arbeidsmetoder; apparater, utstyr, materialer"@nb ;
  a skos:Concept .

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

<http://dewey.info/class/004/e23/>
  skos:notation "004" ;
  skos:prefLabel "Informatikk"@nb ;
  a skos:Concept ;
  skos:narrower <http://dewey.info/class/004.028/e23/> .

<http://dewey.info/class/004.0288/e23/>
  skos:notation "004.0288" ;
  skos:prefLabel "Datamaskiner--vedlikehold, …"@nb ;
  a skos:Concept ;
  skos:broader <http://dewey.info/class/004.028/e23/> .

<http://dewey.info/class/004.0286/e23/>
  skos:notation "004.0286" ;
  skos:prefLabel "Grønn teknologi--informatikk"@nb ;
  a skos:Concept ;
  skos:broader <http://dewey.info/class/004.028/e23/> .

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

