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

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

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

<http://dewey.info/class/305.906912094/e23/>
  skos:notation "305.906912094" ;
  skos:prefLabel "Innvandrere--Europa"@nb ;
  a skos:Concept ;
  skos:narrower <http://dewey.info/class/305.90691209485/e23/> .

<http://dewey.info/class/305.90691209485/e23/>
  mads:componentList (
   <http://dewey.info/class/305.906912/e23/>
   <http://dewey.info/class/2--485/e23/>
 ) ;
  dc:created "2016-02-29"^^xsd:date ;
  skos:prefLabel "Innvandrere--Sverige"@nb ;
  skos:broader <http://dewey.info/class/305.906912094/e23/> ;
  a skos:Concept ;
  dc:modified "2021-02-16"^^xsd:date ;
  dc:identifier "ff8662dd-71e9-48a7-8826-17cf2ec82a58" ;
  skos:inScheme <http://dewey.info/scheme/edition/e23/> ;
  skos:notation "305.90691209485" ;
  skos:closeMatch bibbi:1128944 .

<http://dewey.info/class/305.906912/e23/>
  skos:prefLabel "Innvandrere"@nb ;
  a skos:Concept .

