@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/scheme/edition/e23/>
  a skos:ConceptScheme ;
  rdfs:label "Norsk WebDewey"@nb .

<http://dewey.info/class/305.6/e23/>
  a skos:Concept ;
  skos:prefLabel "Religiøse grupper"@nb .

<http://dewey.info/class/2--93/e23/>
  a skos:Concept ;
  skos:prefLabel "New Zealand"@nb .

<http://dewey.info/class/297/e23/>
  a skos:Concept ;
  skos:prefLabel "Islam, babisme, baha'i"@nb .

<http://dewey.info/class/305.697/e23/>
  a skos:Concept ;
  skos:narrower <http://dewey.info/class/305.6970993/e23/> ;
  skos:notation "305.697" ;
  skos:prefLabel "Muslimer--sosial gruppe"@nb .

<http://dewey.info/class/305.6970993/e23/>
  a skos:Concept ;
  dc:created "2017-04-18"^^xsd:date ;
  dc:identifier "1d433f2e-f847-44eb-8590-e3bcbf67562b" ;
  dc:modified "2018-06-04"^^xsd:date ;
  mads:componentList (
   <http://dewey.info/class/305.6/e23/>
   <http://dewey.info/class/297/e23/>
   <http://dewey.info/class/2--93/e23/>
 ) ;
  skos:broader <http://dewey.info/class/305.697/e23/> ;
  skos:inScheme <http://dewey.info/scheme/edition/e23/> ;
  skos:notation "305.6970993" ;
  skos:prefLabel "Muslimer--sosial gruppe--New Zealand"@nb .

