@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/788.1923/e23/>
  skos:notation "788.1923" ;
  skos:prefLabel "Blåseinstrumenter--konstruksjon, …"@nb ;
  a skos:Concept ;
  skos:broader <http://dewey.info/class/788.19/e23/> .

<http://dewey.info/class/788/e23/>
  skos:notation "788" ;
  skos:prefLabel "Blåseinstrumenter (aerofoner)"@nb ;
  a skos:Concept ;
  skos:narrower <http://dewey.info/class/788.19/e23/> .

<http://dewey.info/class/788.19/e23/>
  skos:notation "788.19" ;
  dc:modified "2016-10-18"^^xsd:date ;
  a skos:Concept ;
  skos:prefLabel "Blåseinstrumenter--instrument"@nb ;
  dc:created "2016-10-14"^^xsd:date ;
  dc:identifier "abbcf662-5b80-47e0-8072-0251ff9cf967" ;
  skos:narrower <http://dewey.info/class/788.1923/e23/> ;
  skos:inScheme <http://dewey.info/scheme/edition/e23/> ;
  mads:componentList (
   <http://dewey.info/class/788/e23/>
   <http://dewey.info/class/784..19/e23/>
 ) ;
  skos:broader <http://dewey.info/class/788/e23/> .

