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

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

<http://dewey.info/class/307.12/e23/>
  skos:notation "307.12" ;
  skos:prefLabel "Planlegging"@nb ;
  a skos:Concept ;
  skos:narrower <http://dewey.info/class/307.120835/e23/> .

<http://dewey.info/class/307.120835/e23/>
  skos:notation "307.120835" ;
  skos:prefLabel "Ungdom--lokal planlegging, …"@nb ;
  skos:broader <http://dewey.info/class/307.12/e23/> ;
  skos:closeMatch bibbi:1262382 ;
  skos:altLabel "Ungdom--regional planlegging"@nb ;
  dc:identifier "90729a62-b166-41f8-b19f-c45fb2f847c1" ;
  mads:componentList (
   <http://dewey.info/class/307.12/e23/>
   <http://dewey.info/class/1--083.5/e23/>
 ) ;
  dc:created "2022-05-05"^^xsd:date ;
  a skos:Concept ;
  dc:modified "2022-05-05"^^xsd:date ;
  skos:inScheme <http://dewey.info/scheme/edition/e23/> .

