@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 dc: <http://purl.org/dc/terms/> .
@prefix bibbi: <https://id.bs.no/bibbi/> .
@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/641.210207/e23/>
  mads:componentList (
   <http://dewey.info/class/641.21/e23/>
   <http://dewey.info/class/1--020.7/e23/>
 ) ;
  dc:identifier "d990e3d7-1631-42ac-bf58-e072a928a4a2" ;
  skos:closeMatch bibbi:1138194 ;
  skos:broader <http://dewey.info/class/641.21/e23/> ;
  skos:inScheme <http://dewey.info/scheme/edition/e23/> ;
  dc:modified "2018-08-13"^^xsd:date ;
  a skos:Concept ;
  skos:notation "641.210207" ;
  skos:prefLabel "Alkoholholdige drikkevarer--humoristisk behandling"@nb ;
  dc:created "2018-08-13"^^xsd:date .

<http://dewey.info/class/641.21/e23/>
  skos:notation "641.21" ;
  skos:prefLabel "Alkoholholdige drikkevarer"@nb ;
  a skos:Concept ;
  skos:narrower <http://dewey.info/class/641.210207/e23/> .

