@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@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 bibbi: <https://id.bs.no/bibbi/> .
@prefix mads: <http://www.loc.gov/mads/rdf/v1#> .

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

<http://dewey.info/class/200.9/e23/>
  skos:notation "200.9" ;
  skos:prefLabel "Historie, geografisk behandling, biografier"@nb ;
  a skos:Concept ;
  skos:narrower <http://dewey.info/class/200.9113/e23/> .

<http://dewey.info/class/200.9113/e23/>
  dc:modified "2022-05-18"^^xsd:date ;
  skos:broader <http://dewey.info/class/200.9/e23/> ;
  skos:inScheme <http://dewey.info/scheme/edition/e23/> ;
  a skos:Concept ;
  skos:prefLabel "Religion--Arktis"@nb ;
  skos:notation "200.9113" ;
  dc:created "2022-05-18"^^xsd:date ;
  skos:closeMatch bibbi:1288558 ;
  dc:identifier "a1f7582f-5f14-4ab9-9afe-97f090bb1e0e" ;
  mads:componentList (
   <http://dewey.info/class/2/e23/>
   <http://dewey.info/class/1--091/e23/>
   <http://dewey.info/class/2--113/e23/>
 ) .

<http://dewey.info/class/2--113/e23/>
  skos:prefLabel "Den nordlige kalde sone"@nb ;
  a skos:Concept .

<http://dewey.info/class/1--091/e23/>
  skos:prefLabel "Områder, regioner, steder generelt"@nb ;
  a skos:Concept .

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

