@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 bibbi: <https://id.bs.no/bibbi/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

<http://dewey.info/class/581.9981/e23/>
  skos:notation "581.9981" ;
  dc:identifier "d7400cdf-525f-4257-be3c-af8a850ea820" ;
  skos:prefLabel "Planter--Svalbard (Norge)"@nb ;
  dc:created "2017-04-21"^^xsd:date ;
  mads:componentList (
   <http://dewey.info/class/581.9/e23/>
   <http://dewey.info/class/2--981/e23/>
 ) ;
  skos:broader <http://dewey.info/class/581.9/e23/> ;
  a skos:Concept ;
  skos:inScheme <http://dewey.info/scheme/edition/e23/> ;
  dc:modified "2017-04-25"^^xsd:date ;
  skos:closeMatch bibbi:1644609 .

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

<http://dewey.info/class/2--981/e23/>
  skos:prefLabel "Svalbard"@nb ;
  a skos:Concept .

<http://dewey.info/class/581.9/e23/>
  skos:notation "581.9" ;
  skos:prefLabel "Planter inndelt etter bestemte verdensdeler, stater, lokalområder"@nb ;
  a skos:Concept ;
  skos:narrower <http://dewey.info/class/581.9981/e23/> .

