@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 humord: <http://data.ub.uio.no/humord/> .
@prefix realfagstermer: <http://data.ub.uio.no/realfagstermer/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

<http://dewey.info/class/333.793215/e23/>
  a skos:Concept ;
  dc:created "2016-06-23"^^xsd:date ;
  dc:identifier "96f1c3fc-84ab-4310-9d53-9ab94cb38528" ;
  dc:modified "2016-06-23"^^xsd:date ;
  mads:componentList ( <http://dewey.info/class/333.7932/e23/> ) ;
  skos:broader <http://dewey.info/class/333.7932/e23/> ;
  skos:exactMatch humord:c14301, realfagstermer:c011077 ;
  skos:inScheme <http://dewey.info/scheme/edition/e23/> ;
  skos:notation "333.793215" ;
  skos:prefLabel "Utbygging--elektrisk energi"@nb .

<http://dewey.info/class/333.7932/e23/>
  a skos:Concept ;
  skos:narrower <http://dewey.info/class/333.793215/e23/> ;
  skos:notation "333.7932" ;
  skos:prefLabel "Elektrisk energi"@nb .

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

