@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/781.7/e23/>
  skos:prefLabel "Religiøs musikk"@nb ;
  a skos:Concept .

<http://dewey.info/class/299.5/e23/>
  skos:prefLabel "Religioner av øst-asiatisk, sørøst-asiatisk opprinnelse"@nb ;
  a skos:Concept .

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

<http://dewey.info/class/781.74-781.79/e23/>
  skos:notation "781.74-781.79" ;
  skos:prefLabel "Religiøs musikk fra andre religioner og sekter"@nb ;
  a skos:Concept ;
  skos:narrower <http://dewey.info/class/781.795/e23/> .

<http://dewey.info/class/781.795/e23/>
  mads:componentList (
   <http://dewey.info/class/781.7/e23/>
   <http://dewey.info/class/299.5/e23/>
 ) ;
  skos:notation "781.795" ;
  skos:broader <http://dewey.info/class/781.74-781.79/e23/> ;
  dc:created "2023-11-09"^^xsd:date ;
  skos:prefLabel "Religiøs musikk--religioner av øst-asiatisk, sørøst-asiatisk opprinnelse"@nb ;
  skos:inScheme <http://dewey.info/scheme/edition/e23/> ;
  dc:identifier "7aca9a81-ce57-4aa4-a6e1-2b84777f0b6c" ;
  a skos:Concept ;
  dc:modified "2023-11-09"^^xsd:date .

