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

<http://dewey.info/class/784.07/e23/>
  skos:notation "784.07" ;
  skos:prefLabel "Instrumentalensembler--studier og undervisning"@nb ;
  a skos:Concept ;
  skos:narrower <http://dewey.info/class/784.077/e23/> .

<http://dewey.info/class/784.077/e23/>
  mads:componentList (
   <http://dewey.info/class/784/e23/>
   <http://dewey.info/class/780.77/e23/>
 ) ;
  skos:notation "784.077" ;
  skos:broader <http://dewey.info/class/784.07/e23/> ;
  dc:created "2016-04-29"^^xsd:date ;
  skos:prefLabel "Instrumentalensembler--spesielle undervisningsmetoder"@nb ;
  skos:inScheme <http://dewey.info/scheme/edition/e23/> ;
  dc:identifier "b6fbed55-4409-429c-88ec-57ce114f15cd" ;
  a skos:Concept ;
  dc:modified "2019-05-06"^^xsd:date .

<http://dewey.info/class/780.77/e23/>
  skos:prefLabel "Spesielle undervisnings- og innlæringsmetoder"@nb ;
  a skos:Concept .

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

<http://dewey.info/class/784/e23/>
  skos:prefLabel "Instrumenter og instrumentalensembler og musikk for disse"@nb ;
  a skos:Concept .

