@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/1--09/e23/>
  a skos:Concept ;
  skos:prefLabel "Historie, geografisk behandling, biografier"@nb .

<http://dewey.info/class/669.098/e23/>
  a skos:Concept ;
  dc:created "2020-03-24"^^xsd:date ;
  dc:identifier "de53a267-2e93-49f1-b806-7b059a0a8065" ;
  dc:modified "2020-03-25"^^xsd:date ;
  mads:componentList (
   <http://dewey.info/class/669/e23/>
   <http://dewey.info/class/1--09/e23/>
   <http://dewey.info/class/2--8/e23/>
 ) ;
  skos:broader <http://dewey.info/class/669.09/e23/> ;
  skos:inScheme <http://dewey.info/scheme/edition/e23/> ;
  skos:notation "669.098" ;
  skos:prefLabel "Metallurgi--Sør-Amerika"@nb .

<http://dewey.info/class/669.09/e23/>
  a skos:Concept ;
  skos:narrower <http://dewey.info/class/669.098/e23/> ;
  skos:notation "669.09" ;
  skos:prefLabel "Metallurgi--historie"@nb .

<http://dewey.info/class/2--8/e23/>
  a skos:Concept ;
  skos:prefLabel "Sør-Amerika"@nb .

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

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

