@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix mads: <http://www.loc.gov/mads/rdf/v1#> .
@prefix dc: <http://purl.org/dc/terms/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

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

<http://dewey.info/class/809.922/e23/>
  mads:componentList (
   <http://dewey.info/class/809.9/e23/>
   <http://dewey.info/class/3C--22/e23/>
 ) ;
  skos:altLabel "Miljø (litteratur)--historie og kritikk"@nb ;
  dc:created "2010-02-04"^^xsd:date ;
  skos:notation "809.922" ;
  skos:prefLabel "Beskrivelse--litteratur--historie og kritikk, …"@nb ;
  dc:modified "2020-11-24"^^xsd:date ;
  skos:inScheme <http://dewey.info/scheme/edition/e23/> ;
  skos:broader <http://dewey.info/class/809.91-809.92/e23/> ;
  a skos:Concept ;
  dc:identifier "ocd00169648" .

<http://dewey.info/class/809.9/e23/>
  skos:prefLabel "Litteratur med bestemte kjennetegn, diverse skrifter"@nb ;
  a skos:Concept .

<http://dewey.info/class/3C--22/e23/>
  skos:prefLabel "Beskrivelse"@nb ;
  a skos:Concept .

<http://dewey.info/class/809.91-809.92/e23/>
  skos:notation "809.91-809.92" ;
  skos:prefLabel "Litteratur med en bestemt stil, stemning, synsvinkel, med bestemte elementer"@nb ;
  a skos:Concept ;
  skos:narrower <http://dewey.info/class/809.922/e23/> .

