@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@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/>
  rdfs:label "Norsk WebDewey"@nb ;
  a skos:ConceptScheme .

<http://dewey.info/class/781.17/e23/>
  skos:prefLabel "Kunstneriske prinsipper"@nb ;
  a skos:Concept .

<http://dewey.info/class/781.68117/e23/>
  skos:prefLabel "Vestlig kunstmusikk--kunstneriske prinsipper, …"@nb ;
  skos:altLabel "Vestlig kunstmusikk--musikkforståelse"@nb ;
  skos:inScheme <http://dewey.info/scheme/edition/e23/> ;
  dc:identifier "92c82882-68cb-40da-87d4-39a102edc7f4" ;
  dc:modified "2017-12-19"^^xsd:date ;
  a skos:Concept ;
  mads:componentList (
   <http://dewey.info/class/781.68/e23/>
   <http://dewey.info/class/781.17/e23/>
 ) ;
  skos:broader <http://dewey.info/class/781.68/e23/> ;
  skos:notation "781.68117" ;
  dc:created "2016-09-26"^^xsd:date .

<http://dewey.info/class/781.68/e23/>
  skos:notation "781.68" ;
  skos:prefLabel "Vestlig kunstmusikk (klassisk musikk)"@nb ;
  a skos:Concept ;
  skos:narrower <http://dewey.info/class/781.68117/e23/> .

