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

<http://dewey.info/class/809.91503/e23/>
  mads:componentList (
   <http://dewey.info/class/809.9/e23/>
   <http://dewey.info/class/3C--15/e23/>
   <http://dewey.info/class/1--03/e23/>
 ) ;
  skos:notation "809.91503" ;
  skos:broader <http://dewey.info/class/809.915/e23/> ;
  dc:created "2017-04-19"^^xsd:date ;
  skos:prefLabel "Symbolikk--litteratur--historie og kritikk--ordbøker"@nb ;
  skos:inScheme <http://dewey.info/scheme/edition/e23/> ;
  dc:identifier "0628ef10-a334-4034-a521-e6b879b49e88" ;
  a skos:Concept ;
  dc:modified "2017-04-20"^^xsd:date .

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

<http://dewey.info/class/809.915/e23/>
  skos:notation "809.915" ;
  skos:prefLabel "Symbolikk--litteratur--historie og kritikk, …"@nb ;
  a skos:Concept ;
  skos:narrower <http://dewey.info/class/809.91503/e23/> .

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

<http://dewey.info/class/3C--15/e23/>
  skos:prefLabel "Symbolikk, allegori, fantasi, myte"@nb ;
  a skos:Concept .

<http://dewey.info/class/1--03/e23/>
  skos:prefLabel "Ordbøker, leksika, konkordanser"@nb ;
  a skos:Concept .

