@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@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/class/941/e23/>
  skos:prefLabel "De britiske øyer"@nb ;
  a skos:Concept .

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

<http://dewey.info/class/941.05/e23/>
  skos:notation "941.05" ;
  skos:prefLabel "Storbritannia--1485-1603, …"@nb ;
  a skos:Concept ;
  skos:narrower <http://dewey.info/class/941.055/e23/> .

<http://dewey.info/class/941.055/e23/>
  skos:broader <http://dewey.info/class/941.05/e23/> ;
  skos:closeMatch bibbi:1159342, bibbi:1157567 ;
  skos:prefLabel "Storbritannia--1558-1603"@nb ;
  dc:identifier "ocd00173459" ;
  skos:notation "941.055" ;
  a skos:Concept ;
  mads:componentList (
   <http://dewey.info/class/941/e23/>
   <http://dewey.info/class/942..055/e23/>
 ) ;
  dc:created "2009-12-03"^^xsd:date ;
  skos:inScheme <http://dewey.info/scheme/edition/e23/> ;
  dc:modified "2019-09-20"^^xsd:date .

