@prefix dc: <http://purl.org/dc/terms/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix mads: <http://www.loc.gov/mads/rdf/v1#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix bibbi: <https://id.bs.no/bibbi/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

<http://dewey.info/class/783.0071/e23/>
  dc:created "2024-01-12"^^xsd:date ;
  dc:modified "2024-01-15"^^xsd:date ;
  dc:identifier "1e15b280-d487-4791-83e4-b05d687cb811" ;
  mads:componentList (
   <http://dewey.info/class/783/e23/>
   <http://dewey.info/class/1--071/e23/>
 ) ;
  skos:notation "783.0071" ;
  skos:inScheme <http://dewey.info/scheme/edition/e23/> ;
  a skos:Concept ;
  skos:prefLabel "Stemmen--musikk--undervisning"@nb ;
  skos:closeMatch bibbi:1125161 ;
  skos:broader <http://dewey.info/class/783.001-783.009/e23/> .

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

<http://dewey.info/class/783/e23/>
  skos:prefLabel "Musikk for enkeltstemmer"@nb ;
  a skos:Concept .

<http://dewey.info/class/1--071/e23/>
  skos:prefLabel "Utdanning og opplæring"@nb ;
  a skos:Concept .

<http://dewey.info/class/783.001-783.009/e23/>
  skos:notation "783.001-783.009" ;
  skos:prefLabel "Generell forminndeling"@nb ;
  a skos:Concept ;
  skos:narrower <http://dewey.info/class/783.0071/e23/> .

