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

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

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

<http://dewey.info/class/261.22-261.29/e23/>
  skos:notation "261.22-261.29" ;
  skos:prefLabel "Kristendom og andre religioner"@nb ;
  a skos:Concept ;
  skos:narrower <http://dewey.info/class/261.29512/e23/> .

<http://dewey.info/class/261.29512/e23/>
  skos:broader <http://dewey.info/class/261.22-261.29/e23/> ;
  skos:inScheme <http://dewey.info/scheme/edition/e23/> ;
  dc:created "2023-02-02"^^xsd:date ;
  a skos:Concept ;
  skos:prefLabel "Kristendom og konfusianisme, …"@nb ;
  skos:notation "261.29512" ;
  dc:modified "2023-02-02"^^xsd:date ;
  mads:componentList (
   <http://dewey.info/class/261.2/e23/>
   <http://dewey.info/class/299.512/e23/>
 ) ;
  skos:altLabel "Konfusianisme og kristendom"@nb ;
  dc:identifier "456aab38-9603-499e-a801-1359062d859c" .

