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

<http://dewey.info/class/333.912/e23/>
  skos:prefLabel "Vann til bruk i boliger og industri"@nb ;
  dc:modified "2016-10-07"^^xsd:date ;
  skos:narrower <http://dewey.info/class/333.9122/e23/>, <http://dewey.info/class/333.9123/e23/> ;
  a skos:Concept ;
  skos:notation "333.912" ;
  skos:inScheme <http://dewey.info/scheme/edition/e23/> ;
  dc:created "2010-02-04"^^xsd:date ;
  dc:identifier "ocd00135086" ;
  skos:broader <http://dewey.info/class/333.912-333.915/e23/> .

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

<http://dewey.info/class/333.9123/e23/>
  skos:notation "333.9123" ;
  skos:prefLabel "Vann til industribruk"@nb ;
  a skos:Concept ;
  skos:broader <http://dewey.info/class/333.912/e23/> .

<http://dewey.info/class/333.9122/e23/>
  skos:notation "333.9122" ;
  skos:prefLabel "Vann til bruk i boliger"@nb ;
  a skos:Concept ;
  skos:broader <http://dewey.info/class/333.912/e23/> .

<http://dewey.info/class/333.912-333.915/e23/>
  skos:notation "333.912-333.915" ;
  skos:prefLabel "Vann til bestemte bruksområder"@nb ;
  a skos:Concept ;
  skos:narrower <http://dewey.info/class/333.912/e23/> .

