@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 mads: <http://www.loc.gov/mads/rdf/v1#> .

<http://dewey.info/class/788.62/e23/>
  a skos:Concept ;
  skos:narrower <http://dewey.info/class/788.621623982/e23/> ;
  skos:notation "788.62" ;
  skos:prefLabel "Klarinetter"@nb .

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

<http://dewey.info/class/788.621623982/e23/>
  a skos:Concept ;
  dc:created "2024-03-22"^^xsd:date ;
  dc:identifier "5dd5a103-8f6e-4308-8d60-1af5f8bc52cf" ;
  dc:modified "2024-03-22"^^xsd:date ;
  mads:componentList (
   <http://dewey.info/class/788.62/e23/>
   <http://dewey.info/class/781.62/e23/>
   <http://dewey.info/class/5--398.2/e23/>
 ) ;
  skos:broader <http://dewey.info/class/788.62/e23/> ;
  skos:inScheme <http://dewey.info/scheme/edition/e23/> ;
  skos:notation "788.621623982" ;
  skos:prefLabel "Klarinetter--norsk folkemusikk"@nb .

<http://dewey.info/class/781.62/e23/>
  a skos:Concept ;
  skos:prefLabel "Folkemusikk"@nb .

