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

<http://dewey.info/class/2--485/e23/>
  skos:prefLabel "Sverige"@nb ;
  a skos:Concept .

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

<http://dewey.info/class/363.5/e23/>
  skos:notation "363.5" ;
  skos:prefLabel "Boligforhold"@nb ;
  a skos:Concept ;
  skos:narrower <http://dewey.info/class/363.5094850904/e23/> .

<http://dewey.info/class/363.5094850904/e23/>
  a skos:Concept ;
  skos:closeMatch bibbi:1181504 ;
  skos:notation "363.5094850904" ;
  dc:identifier "db5979dd-96d3-4ba8-90a0-ab4acab75cec" ;
  skos:inScheme <http://dewey.info/scheme/edition/e23/> ;
  skos:prefLabel "Boligforhold--Sverige--1900-tallet"@nb ;
  dc:created "2019-11-07"^^xsd:date ;
  mads:componentList (
   <http://dewey.info/class/363.5/e23/>
   <http://dewey.info/class/2--485/e23/>
   <http://dewey.info/class/1--090.4/e23/>
 ) ;
  skos:broader <http://dewey.info/class/363.5/e23/> ;
  dc:modified "2021-07-01"^^xsd:date .

