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

<http://dewey.info/class/333.33822/e23/>
  skos:notation "333.33822" ;
  skos:inScheme <http://dewey.info/scheme/edition/e23/> ;
  dc:created "2016-08-29"^^xsd:date ;
  dc:modified "2017-07-12"^^xsd:date ;
  a skos:Concept ;
  skos:prefLabel "Bolighusmarkedet"@nb ;
  skos:narrower <http://dewey.info/class/333.3382209561/e23/> ;
  skos:broader <http://dewey.info/class/333.3382/e23/> ;
  dc:identifier "1613f900-bd5b-4059-8c4f-5608f7f9ca29" ;
  mads:componentList ( <http://dewey.info/class/333.338/e23/> ) .

<http://dewey.info/class/333.3382209561/e23/>
  skos:notation "333.3382209561" ;
  skos:prefLabel "Bolighusmarkedet--Tyrkia"@nb ;
  a skos:Concept ;
  skos:broader <http://dewey.info/class/333.33822/e23/> .

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

<http://dewey.info/class/333.3382/e23/>
  skos:notation "333.3382" ;
  skos:prefLabel "Verdivurdering av bolighus, …"@nb ;
  a skos:Concept ;
  skos:narrower <http://dewey.info/class/333.33822/e23/> .

<http://dewey.info/class/333.338/e23/>
  skos:prefLabel "Bygninger og andre installasjoner"@nb ;
  a skos:Concept .

