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

<http://dewey.info/class/641.2609/e23/>
  skos:inScheme <http://dewey.info/scheme/edition/e23/> ;
  dc:created "2021-12-09"^^xsd:date ;
  skos:broader <http://dewey.info/class/641.26/e23/> ;
  skos:prefLabel "Alkoholfrie drikkevarer--historie"@nb ;
  dc:identifier "34389f01-4936-4b3f-8525-efdbf8ebf993" ;
  skos:notation "641.2609" ;
  mads:componentList (
   <http://dewey.info/class/641.26/e23/>
   <http://dewey.info/class/1--09/e23/>
 ) ;
  dc:modified "2021-12-09"^^xsd:date ;
  skos:closeMatch bibbi:1259444 ;
  a skos:Concept .

<http://dewey.info/class/1--09/e23/>
  skos:prefLabel "Historie, geografisk behandling, biografier"@nb ;
  a skos:Concept .

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

<http://dewey.info/class/641.26/e23/>
  skos:notation "641.26" ;
  skos:prefLabel "Alkoholfrie drikkevarer"@nb ;
  a skos:Concept ;
  skos:narrower <http://dewey.info/class/641.2609/e23/> .

