@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 bibbi: <https://id.bs.no/bibbi/> .

<http://dewey.info/class/780.0001-780.0999/e23/>
  skos:notation "780.0001-780.0999" ;
  skos:prefLabel "Musikk i relasjon til andre emner"@nb ;
  a skos:Concept ;
  skos:narrower <http://dewey.info/class/780.013/e23/> .

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

<http://dewey.info/class/780.013/e23/>
  skos:notation "780.013" ;
  skos:broader <http://dewey.info/class/780.0001-780.0999/e23/> ;
  dc:created "2023-03-15"^^xsd:date ;
  skos:prefLabel "Okkultisme i musikk"@nb ;
  skos:closeMatch bibbi:1662222 ;
  skos:inScheme <http://dewey.info/scheme/edition/e23/> ;
  dc:identifier "8b4f5df6-0f4b-4143-b3b0-355b88269d56" ;
  a skos:Concept ;
  dc:modified "2025-05-16"^^xsd:date .

