@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix ns0: <http://data.ub.uio.no/webdewey-terms#> .
@prefix dc: <http://purl.org/dc/terms/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<http://dewey.info/class/788.97/e23/>
  skos:notation "788.97" ;
  skos:prefLabel "Flygelhorn"@nb ;
  a skos:Concept ;
  skos:narrower <http://dewey.info/class/788.974/e23/> .

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

<http://dewey.info/class/788.9741723147/e23/>
  skos:notation "788.9741723147" ;
  skos:prefLabel "Julemusikk--tenorhorn--akkompagnering"@nb ;
  a skos:Concept ;
  skos:broader <http://dewey.info/class/788.974/e23/> .

<http://dewey.info/class/788.974/e23/>
  ns0:including "Althorn"@nb, "Barytoner"@nb ;
  dc:modified "2015-06-17"^^xsd:date ;
  a skos:Concept ;
  skos:altLabel "Baritoner"@nb, "Althorn"@nb ;
  skos:broader <http://dewey.info/class/788.97/e23/> ;
  skos:inScheme <http://dewey.info/scheme/edition/e23/> ;
  dc:identifier "ocd00167614" ;
  skos:narrower <http://dewey.info/class/788.9741723147/e23/> ;
  skos:notation "788.974" ;
  skos:prefLabel "Tenorhorn"@nb ;
  dc:created "2009-12-03"^^xsd:date .

