@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#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

<http://dewey.info/class/1--09/e23/>
  a skos:Concept ;
  skos:prefLabel "Historie, geografisk behandling, biografier"@nb .

<http://dewey.info/class/781.1709/e23/>
  a skos:Concept ;
  dc:created "2019-10-23"^^xsd:date ;
  dc:identifier "b6b90f86-09f5-49c8-9c55-72998e667a8c" ;
  dc:modified "2019-10-23"^^xsd:date ;
  mads:componentList (
   <http://dewey.info/class/781.17/e23/>
   <http://dewey.info/class/1--09/e23/>
 ) ;
  skos:altLabel "Smak (estetikk)--musikk--historie"@nb, "Estetikk--musikk--historie"@nb ;
  skos:broader <http://dewey.info/class/781.17/e23/> ;
  skos:inScheme <http://dewey.info/scheme/edition/e23/> ;
  skos:narrower <http://dewey.info/class/781.17092/e23/> ;
  skos:notation "781.1709" ;
  skos:prefLabel "Musikkforståelse--historie, …"@nb .

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

<http://dewey.info/class/781.17092/e23/>
  a skos:Concept ;
  skos:broader <http://dewey.info/class/781.1709/e23/> ;
  skos:notation "781.17092" ;
  skos:prefLabel "Musikkforståelse--biografier, …"@nb .

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

