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

<http://dewey.info/class/728.8/e23/>
  skos:notation "728.8" ;
  skos:prefLabel "Store og kunstferdige privatboliger"@nb ;
  a skos:Concept ;
  skos:narrower <http://dewey.info/class/728.809483631/e23/> .

<http://dewey.info/class/728.809483631/e23/>
  skos:inScheme <http://dewey.info/scheme/edition/e23/> ;
  skos:closeMatch bibbi:1707355 ;
  skos:prefLabel "Herskapshus--arkitektur--Bergen (Vestland)"@nb ;
  skos:notation "728.809483631" ;
  skos:broader <http://dewey.info/class/728.8/e23/> ;
  dc:modified "2020-03-09"^^xsd:date ;
  mads:componentList (
   <http://dewey.info/class/728.8/e23/>
   <http://dewey.info/class/2--483.631/e23/>
 ) ;
  dc:identifier "7a7488b5-7ef8-4621-a46d-88b0fe911745" ;
  a skos:Concept ;
  dc:created "2017-10-06"^^xsd:date .

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

