@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/016/e23/>
  skos:prefLabel "Bibliografier og kataloger over verker om bestemte emner"@nb ;
  a skos:Concept .

<http://dewey.info/class/016.6168914/e23/>
  dc:modified "2020-04-24"^^xsd:date ;
  dc:created "2020-04-24"^^xsd:date ;
  skos:notation "016.6168914" ;
  skos:inScheme <http://dewey.info/scheme/edition/e23/> ;
  skos:broader <http://dewey.info/class/016.61689/e23/> ;
  dc:identifier "6509219f-fe35-4dbd-8dd2-75b45be414fd" ;
  skos:narrower <http://dewey.info/class/016.61689142/e23/>, <http://dewey.info/class/016.61689147/e23/> ;
  skos:prefLabel "Psykoterapi--psykiatri--bibliografier"@nb ;
  mads:componentList (
   <http://dewey.info/class/016/e23/>
   <http://dewey.info/class/616..8914/e23/>
 ) ;
  a skos:Concept .

<http://dewey.info/class/016.61689142/e23/>
  skos:notation "016.61689142" ;
  skos:prefLabel "Atferdsterapi--psykiatri--bibliografier"@nb ;
  a skos:Concept ;
  skos:broader <http://dewey.info/class/016.6168914/e23/> .

<http://dewey.info/class/016.61689/e23/>
  skos:notation "016.61689" ;
  skos:prefLabel "Psykiatriske forstyrrelser--medisin--bibliografier"@nb ;
  a skos:Concept ;
  skos:narrower <http://dewey.info/class/016.6168914/e23/> .

<http://dewey.info/class/016.61689147/e23/>
  skos:notation "016.61689147" ;
  skos:prefLabel "Korttidspsykoterapi--bibliografier"@nb ;
  a skos:Concept ;
  skos:broader <http://dewey.info/class/016.6168914/e23/> .

