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

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

<http://dewey.info/class/621.322523/e23/>
  mads:componentList (
   <http://dewey.info/class/621.322/e23/>
   <http://dewey.info/class/725.23/e23/>
 ) ;
  skos:notation "621.322523" ;
  skos:broader <http://dewey.info/class/621.3225-621.3228/e23/> ;
  dc:created "2010-02-04"^^xsd:date ;
  skos:prefLabel "Kontorbygninger--belysning"@nb ;
  skos:inScheme <http://dewey.info/scheme/edition/e23/> ;
  dc:identifier "ocd00155367" ;
  a skos:Concept ;
  dc:modified "2024-02-02"^^xsd:date .

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

<http://dewey.info/class/725.23/e23/>
  skos:prefLabel "Kontor- og kommunikasjonsbygninger"@nb ;
  a skos:Concept .

<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.322523/e23/> .

