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

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

<http://dewey.info/class/362.29/e23/>
  skos:notation "362.29" ;
  skos:prefLabel "Rusmisbruk"@nb ;
  a skos:Concept ;
  skos:narrower <http://dewey.info/class/362.290721/e23/> .

<http://dewey.info/class/362.290721/e23/>
  dc:identifier "62559a47-3ebb-4de2-aaa5-a1cf7e9fb5d8" ;
  mads:componentList (
   <http://dewey.info/class/362.29/e23/>
   <http://dewey.info/class/1--072.1/e23/>
 ) ;
  skos:notation "362.290721" ;
  dc:modified "2017-06-09"^^xsd:date ;
  skos:broader <http://dewey.info/class/362.29/e23/> ;
  skos:prefLabel "Forskningsmetoder--rusmisbruk"@nb ;
  skos:inScheme <http://dewey.info/scheme/edition/e23/> ;
  a skos:Concept ;
  dc:created "2017-06-09"^^xsd:date ;
  skos:closeMatch bibbi:1199649 .

