@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@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 rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

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

<http://dewey.info/class/304.848970485/e23/>
  skos:prefLabel "Innvandring--Finland--fra Sverige, …"@nb ;
  mads:componentList (
   <http://dewey.info/class/304.8/e23/>
   <http://dewey.info/class/2--489.7/e23/>
   <http://dewey.info/class/2--485/e23/>
 ) ;
  skos:broader <http://dewey.info/class/304.848/e23/> ;
  dc:modified "2023-11-22"^^xsd:date ;
  a skos:Concept ;
  dc:created "2019-08-27"^^xsd:date ;
  skos:inScheme <http://dewey.info/scheme/edition/e23/> ;
  skos:notation "304.848970485" ;
  skos:altLabel "Internasjonal migrasjon--til Finland--fra Sverige"@nb ;
  dc:identifier "819639e7-c4cf-4284-901f-0130271db0ca" .

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

<http://dewey.info/class/304.848/e23/>
  skos:notation "304.848" ;
  skos:prefLabel "Innvandring--Norden, …"@nb ;
  a skos:Concept ;
  skos:narrower <http://dewey.info/class/304.848970485/e23/> .

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

