@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.332/e23/>
  skos:notation "333.332" ;
  skos:prefLabel "Landområders verdi og pris"@nb ;
  a skos:Concept ;
  skos:narrower <http://dewey.info/class/333.3323/e23/> .

<http://dewey.info/class/333.3323/e23/>
  skos:prefLabel "Pris"@nb ;
  dc:identifier "ocd00134891" ;
  dc:modified "2014-09-01"^^xsd:date ;
  a skos:Concept ;
  dc:created "2010-02-04"^^xsd:date ;
  skos:altLabel "Priser--forvaltning av landområder"@nb ;
  skos:inScheme <http://dewey.info/scheme/edition/e23/> ;
  skos:broader <http://dewey.info/class/333.332/e23/> ;
  skos:notation "333.3323" ;
  skos:narrower <http://dewey.info/class/333.3323021/e23/> .

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

<http://dewey.info/class/333.3323021/e23/>
  skos:notation "333.3323021" ;
  skos:prefLabel "Tabeller og lignende materiale"@nb ;
  a skos:Concept ;
  skos:broader <http://dewey.info/class/333.3323/e23/> .

