@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/296.39945/e23/>
  skos:altLabel "Hinduisme og jødedom--jødisk syn"@nb ;
  dc:modified "2023-02-02"^^xsd:date ;
  a skos:Concept ;
  skos:broader <http://dewey.info/class/296.399/e23/> ;
  dc:created "2014-08-14"^^xsd:date ;
  skos:inScheme <http://dewey.info/scheme/edition/e23/> ;
  skos:prefLabel "Jødedom og hinduisme--jødisk syn, …"@nb ;
  dc:identifier "ocd00369949" ;
  skos:notation "296.39945" ;
  mads:componentList (
   <http://dewey.info/class/296.399/e23/>
   <http://dewey.info/class/294.5/e23/>
 ) .

<http://dewey.info/class/296.399/e23/>
  skos:notation "296.399" ;
  skos:prefLabel "Jødedom og andre religioner"@nb ;
  a skos:Concept ;
  skos:narrower <http://dewey.info/class/296.39945/e23/> .

<http://dewey.info/class/294.5/e23/>
  skos:prefLabel "Hinduisme"@nb ;
  a skos:Concept .

