@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#> .

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

<http://dewey.info/class/334.6/e23/>
  skos:notation "334.6" ;
  skos:prefLabel "Produsentsamvirker"@nb ;
  a skos:Concept ;
  skos:narrower <http://dewey.info/class/334.68/e23/> .

<http://dewey.info/class/334.682-334.688/e23/>
  skos:notation "334.682-334.688" ;
  skos:prefLabel "Produsentsamvirker i næringer innen utvinning, industri, bygg og anlegg"@nb ;
  a skos:Concept ;
  skos:broader <http://dewey.info/class/334.68/e23/> .

<http://dewey.info/class/334.681/e23/>
  skos:notation "334.681" ;
  skos:prefLabel "Produsentsamvirker i andre næringer enn utvinning, industri, bygg og anlegg"@nb ;
  a skos:Concept ;
  skos:broader <http://dewey.info/class/334.68/e23/> .

<http://dewey.info/class/334.68/e23/>
  skos:broader <http://dewey.info/class/334.6/e23/> ;
  skos:narrower <http://dewey.info/class/334.682-334.688/e23/>, <http://dewey.info/class/334.681/e23/> ;
  skos:inScheme <http://dewey.info/scheme/edition/e23/> ;
  skos:prefLabel "Produsentsamvirker inndelt etter næring"@nb ;
  skos:notation "334.68" ;
  dc:identifier "ocd00135324" ;
  a skos:Concept ;
  dc:modified "2014-09-30"^^xsd:date ;
  dc:created "2010-02-04"^^xsd:date .

