@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix mads: <http://www.loc.gov/mads/rdf/v1#> .
@prefix dc: <http://purl.org/dc/terms/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<http://dewey.info/class/621.322/e23/>
  skos:prefLabel "Belysning i bestemte situasjoner"@nb ;
  a skos:Concept .

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

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

<http://dewey.info/class/621.32278/e23/>
  skos:notation "621.32278" ;
  skos:inScheme <http://dewey.info/scheme/edition/e23/> ;
  mads:componentList (
   <http://dewey.info/class/621.322/e23/>
   <http://dewey.info/class/727.8/e23/>
 ) ;
  dc:modified "2024-02-02"^^xsd:date ;
  skos:broader <http://dewey.info/class/621.3225-621.3228/e23/> ;
  skos:altLabel "Belysning--bibliotekbygninger"@nb ;
  a skos:Concept ;
  dc:identifier "ocd00155369" ;
  dc:created "2010-02-04"^^xsd:date ;
  skos:prefLabel "Bibliotekbygninger--belysning, …"@nb .

<http://dewey.info/class/621.3225-621.3228/e23/>
  skos:notation "621.3225-621.3228" ;
  skos:prefLabel "Innvendig belysning for bestemte typer bygninger"@nb ;
  a skos:Concept ;
  skos:narrower <http://dewey.info/class/621.32278/e23/> .

