@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix mads: <http://www.loc.gov/mads/rdf/v1#> .
@prefix bibbi: <https://id.bs.no/bibbi/> .
@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/320.609489/e23/>
  skos:broader <http://dewey.info/class/320.60948/e23/> ;
  mads:componentList (
   <http://dewey.info/class/320.6/e23/>
   <http://dewey.info/class/2--489/e23/>
 ) ;
  skos:closeMatch bibbi:1179203 ;
  skos:prefLabel "Politikkutforming--Danmark"@nb ;
  skos:notation "320.609489" ;
  dc:identifier "f550e9c1-bba7-49f6-b8bd-04f081ae7e52" ;
  skos:inScheme <http://dewey.info/scheme/edition/e23/> ;
  dc:created "2019-09-30"^^xsd:date ;
  a skos:Concept ;
  dc:modified "2019-09-30"^^xsd:date .

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

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

<http://dewey.info/class/2--489/e23/>
  skos:prefLabel "Danmark og Finland"@nb ;
  a skos:Concept .

<http://dewey.info/class/320.60948/e23/>
  skos:notation "320.60948" ;
  skos:prefLabel "Politikkutforming--Norden"@nb ;
  a skos:Concept ;
  skos:narrower <http://dewey.info/class/320.609489/e23/> .

