@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix dc: <http://purl.org/dc/terms/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix bibbi: <https://id.bs.no/bibbi/> .
@prefix mads: <http://www.loc.gov/mads/rdf/v1#> .

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

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

<http://dewey.info/class/333.3385/e23/>
  skos:notation "333.3385" ;
  dc:identifier "1d81f804-2f39-4aeb-ad07-b36b714a52b7" ;
  dc:modified "2016-11-21"^^xsd:date ;
  skos:inScheme <http://dewey.info/scheme/edition/e23/> ;
  skos:prefLabel "Utleie av bolig, …"@nb ;
  a skos:Concept ;
  skos:closeMatch bibbi:1204349 ;
  skos:broader <http://dewey.info/class/333.338/e23/> ;
  skos:altLabel "Utleie og leie av bolig"@nb, "Boligforhold--samfunnsøkonomi--utleie"@nb ;
  dc:created "2016-11-17"^^xsd:date ;
  mads:componentList ( <http://dewey.info/class/333.338/e23/> ) .

