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

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

<http://dewey.info/class/088.820207/e23/>
  mads:componentList (
   <http://dewey.info/class/088/e23/>
   <http://dewey.info/class/6--398.2/e23/>
   <http://dewey.info/class/1--020.7/e23/>
 ) ;
  a skos:Concept ;
  skos:closeMatch bibbi:1145318 ;
  skos:prefLabel "Generelle samlinger--norsk språk--humoristisk behandling"@nb ;
  dc:created "2018-08-15"^^xsd:date ;
  skos:notation "088.820207" ;
  skos:broader <http://dewey.info/class/088.82/e23/> ;
  dc:modified "2020-05-13"^^xsd:date ;
  skos:inScheme <http://dewey.info/scheme/edition/e23/> ;
  dc:identifier "a84caa72-aaea-4996-aabf-3dec58d59ce7" .

<http://dewey.info/class/088/e23/>
  skos:prefLabel "Generelle samlinger på nordiske språk"@nb ;
  a skos:Concept .

<http://dewey.info/class/088.82/e23/>
  skos:notation "088.82" ;
  skos:prefLabel "Generelle samlinger--norsk språk"@nb ;
  a skos:Concept ;
  skos:narrower <http://dewey.info/class/088.820207/e23/> .

