@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 rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

<http://dewey.info/class/362.2958/e23/>
  a skos:Concept ;
  dc:modified "2017-04-20"^^xsd:date ;
  dc:identifier "824d24de-ca94-434e-aeec-0fcb5cb9a9ad" ;
  skos:prefLabel "Cannabismisbruk--hjelpetiltak, …"@nb ;
  dc:created "2017-04-07"^^xsd:date ;
  mads:componentList ( <http://dewey.info/class/362.295/e23/> ) ;
  skos:altLabel "Marihuanamisbruk--hjelpetiltak"@nb, "Hasjmisbruk--hjelpetiltak"@nb ;
  skos:broader <http://dewey.info/class/362.295/e23/> ;
  skos:inScheme <http://dewey.info/scheme/edition/e23/> ;
  skos:notation "362.2958" .

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

<http://dewey.info/class/362.295/e23/>
  skos:notation "362.295" ;
  skos:prefLabel "Cannabis"@nb ;
  a skos:Concept ;
  skos:narrower <http://dewey.info/class/362.2958/e23/> .

