@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/307.12/e23/>
  skos:prefLabel "Planlegging"@nb ;
  a skos:Concept .

<http://dewey.info/class/307.1209/e23/>
  skos:notation "307.1209" ;
  skos:prefLabel "Lokal planlegging--historie, …"@nb ;
  a skos:Concept ;
  skos:narrower <http://dewey.info/class/307.12091724/e23/> .

<http://dewey.info/class/1--091/e23/>
  skos:prefLabel "Områder, regioner, steder generelt"@nb ;
  a skos:Concept .

<http://dewey.info/class/307.12091724/e23/>
  a skos:Concept ;
  skos:prefLabel "Lokalsamfunnsplanlegging--utvikklingsland, …"@nb ;
  skos:inScheme <http://dewey.info/scheme/edition/e23/> ;
  skos:altLabel "Regional planlegging--utviklingsland"@nb ;
  dc:modified "2022-08-26"^^xsd:date ;
  mads:componentList (
   <http://dewey.info/class/307.12/e23/>
   <http://dewey.info/class/1--091/e23/>
   <http://dewey.info/class/2--172.4/e23/>
 ) ;
  dc:created "2022-06-24"^^xsd:date ;
  dc:identifier "ocd00474346" ;
  skos:broader <http://dewey.info/class/307.1209/e23/> ;
  skos:notation "307.12091724" .

