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

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

<http://dewey.info/class/615.85156086914/e23/>
  dc:identifier "cea206be-f824-4524-80d1-54181785faa0" ;
  a skos:Concept ;
  skos:altLabel "Flyktninger--kunstterapi"@nb ;
  skos:notation "615.85156086914" ;
  skos:prefLabel "Asylsøkere--kunstterapi, …"@nb ;
  dc:modified "2016-10-18"^^xsd:date ;
  mads:componentList (
   <http://dewey.info/class/615.85156/e23/>
   <http://dewey.info/class/1--086.914/e23/>
 ) ;
  skos:broader <http://dewey.info/class/615.85156/e23/> ;
  skos:inScheme <http://dewey.info/scheme/edition/e23/> ;
  dc:created "2016-10-17"^^xsd:date .

<http://dewey.info/class/615.85156/e23/>
  skos:notation "615.85156" ;
  skos:prefLabel "Kunstterapi"@nb ;
  a skos:Concept ;
  skos:narrower <http://dewey.info/class/615.85156086914/e23/> .

