@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@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/class/393.1/e23/>
  skos:prefLabel "Gravlegging"@nb ;
  a skos:Concept .

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

<http://dewey.info/class/2--362/e23/>
  skos:prefLabel "England fram til 410 og Wales fram til 410"@nb ;
  a skos:Concept .

<http://dewey.info/class/393.10936/e23/>
  skos:notation "393.10936" ;
  skos:prefLabel "Gravlegging av døde personer--skikker--Europa--oldtiden"@nb ;
  a skos:Concept ;
  skos:narrower <http://dewey.info/class/393.109362/e23/> .

<http://dewey.info/class/393.109362/e23/>
  mads:componentList (
   <http://dewey.info/class/393.1/e23/>
   <http://dewey.info/class/2--362/e23/>
 ) ;
  skos:notation "393.109362" ;
  skos:broader <http://dewey.info/class/393.10936/e23/> ;
  dc:created "2017-04-04"^^xsd:date ;
  skos:prefLabel "Gravlegging av døde personer--skikker--England--oldtiden"@nb ;
  skos:inScheme <http://dewey.info/scheme/edition/e23/> ;
  dc:identifier "a46ff2ec-13ba-44dc-9001-1efa23b81cdd" ;
  a skos:Concept ;
  dc:modified "2017-04-20"^^xsd:date .

