@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#> .

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

<http://dewey.info/class/220-290/e23/>
  skos:notation "220-290" ;
  skos:prefLabel "Bibelen og bestemte religioner"@nb ;
  a skos:Concept ;
  skos:broader <http://dewey.info/class/2/e23/> .

skos:topConceptOf rdfs:subPropertyOf skos:inScheme .
<http://dewey.info/class/20/e23/>
  skos:notation "20" ;
  skos:prefLabel "Religion"@nb ;
  a skos:Concept ;
  skos:broader <http://dewey.info/class/2/e23/> .

<http://dewey.info/class/21/e23/>
  skos:notation "21" ;
  skos:prefLabel "Filosofi og teori innen religion"@nb ;
  a skos:Concept ;
  skos:broader <http://dewey.info/class/2/e23/> .

<http://dewey.info/class/2/e23/>
  skos:notation "2" ;
  skos:narrower <http://dewey.info/class/21/e23/>, <http://dewey.info/class/20/e23/>, <http://dewey.info/class/220-290/e23/> ;
  a skos:Concept ;
  dc:modified "2018-12-03"^^xsd:date ;
  dc:identifier "aec38a81-3272-4eb3-b7df-081fcc9641cc" ;
  dc:created "2017-03-31"^^xsd:date ;
  skos:topConceptOf <http://dewey.info/scheme/edition/e23/> ;
  skos:inScheme <http://dewey.info/scheme/edition/e23/> ;
  skos:prefLabel "Religion"@nb .

