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

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

<http://dewey.info/class/324.2485083/e23/>
  a skos:Concept ;
  dc:created "2017-04-19"^^xsd:date ;
  dc:identifier "326c8ae0-f32c-4844-b9a1-33d3676fbffb" ;
  dc:modified "2022-09-27"^^xsd:date ;
  mads:componentList (
   <http://dewey.info/class/324.2/e23/>
   <http://dewey.info/class/2--485/e23/>
 ) ;
  skos:broader <http://dewey.info/class/324.248508/e23/> ;
  skos:inScheme <http://dewey.info/scheme/edition/e23/> ;
  skos:notation "324.2485083" ;
  skos:prefLabel "Nasjonalistpartier--Sverige"@nb .

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

<http://dewey.info/class/324.2/e23/>
  a skos:Concept ;
  skos:prefLabel "Politiske partier"@nb .

<http://dewey.info/class/324.248508/e23/>
  a skos:Concept ;
  skos:narrower <http://dewey.info/class/324.2485083/e23/> ;
  skos:notation "324.248508" ;
  skos:prefLabel "Feministiskt initiativ (Sverige)"@nb .

