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

<http://dewey.info/class/895.6/e23/>
  skos:prefLabel "Japansk litteratur"@nb ;
  a skos:Concept .

<http://dewey.info/class/895.6099519/e23/>
  mads:componentList (
   <http://dewey.info/class/895.6/e23/>
   <http://dewey.info/class/3B--099.519/e23/>
 ) ;
  skos:notation "895.6099519" ;
  skos:broader <http://dewey.info/class/895.609/e23/> ;
  dc:created "2016-09-01"^^xsd:date ;
  skos:prefLabel "Japansk litteratur--Korea--historie og kritikk"@nb ;
  skos:inScheme <http://dewey.info/scheme/edition/e23/> ;
  dc:identifier "b9e3d8f6-66b3-420d-8cdc-5a0ae2adf5e8" ;
  a skos:Concept ;
  dc:modified "2016-09-02"^^xsd:date .

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

<http://dewey.info/class/895.609/e23/>
  skos:notation "895.609" ;
  skos:prefLabel "Japansk litteratur--historie og kritikk"@nb ;
  a skos:Concept ;
  skos:narrower <http://dewey.info/class/895.6099519/e23/> .

