@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/697.9585/e23/>
  a skos:Concept ;
  dc:created "2019-01-07"^^xsd:date ;
  dc:identifier "32286a42-2c81-423a-8e19-0093dc81938e" ;
  dc:modified "2019-01-08"^^xsd:date ;
  mads:componentList (
   <http://dewey.info/class/697.9/e23/>
   <http://dewey.info/class/725.85/e23/>
 ) ;
  skos:altLabel "Ventilasjon--idrettshaller"@nb, "Oppvarming--idrettshaller"@nb ;
  skos:broader <http://dewey.info/class/697.95/e23/> ;
  skos:inScheme <http://dewey.info/scheme/edition/e23/> ;
  skos:notation "697.9585" ;
  skos:prefLabel "Klimaanlegg--idrettshaller, …"@nb .

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

<http://dewey.info/class/697.9/e23/>
  a skos:Concept ;
  skos:prefLabel "Ventilasjon og klimaanlegg; oppvarming, ventilasjon, klimaanlegg i bestemte typer bygninger"@nb .

<http://dewey.info/class/725.85/e23/>
  a skos:Concept ;
  skos:prefLabel "Idrettsklubbhus og idrettshaller"@nb .

<http://dewey.info/class/697.95/e23/>
  a skos:Concept ;
  skos:narrower <http://dewey.info/class/697.9585/e23/> ;
  skos:notation "697.95" ;
  skos:prefLabel "Klimaanlegg--offentlige byggverk, …"@nb .

