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

<http://dewey.info/class/9/e23/>
  skos:prefLabel "Historie og geografi"@nb ;
  a skos:Concept .

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

<http://dewey.info/class/946.75/e23/>
  skos:notation "946.75" ;
  skos:prefLabel "Balearene"@nb ;
  a skos:Concept ;
  skos:narrower <http://dewey.info/class/946.754/e23/> .

<http://dewey.info/class/946.754/e23/>
  dc:identifier "4aecbb92-6b3d-4123-8f57-5858f68876ee" ;
  skos:closeMatch bibbi:1148158, bibbi:1163246, bibbi:1164274, bibbi:1148417 ;
  skos:inScheme <http://dewey.info/scheme/edition/e23/> ;
  a skos:Concept ;
  skos:broader <http://dewey.info/class/946.75/e23/> ;
  dc:created "2016-06-01"^^xsd:date ;
  mads:componentList (
   <http://dewey.info/class/9/e23/>
   <http://dewey.info/class/2--467.54/e23/>
 ) ;
  skos:notation "946.754" ;
  dc:modified "2016-06-01"^^xsd:date ;
  skos:prefLabel "Mallorca (Spania)"@nb .

