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

<http://dewey.info/class/1--09/e23/>
  skos:prefLabel "Historie, geografisk behandling, biografier"@nb ;
  a skos:Concept .

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

<http://dewey.info/class/553/e23/>
  skos:notation "553" ;
  skos:prefLabel "Økonomisk geologi"@nb ;
  a skos:Concept ;
  skos:narrower <http://dewey.info/class/553.0998/e23/> .

<http://dewey.info/class/2--98/e23/>
  skos:prefLabel "Arktiske øyer og Antarktis"@nb ;
  a skos:Concept .

<http://dewey.info/class/553.0998/e23/>
  a skos:Concept ;
  dc:identifier "69c95e47-129a-43c6-962e-15f6ab653c90" ;
  skos:notation "553.0998" ;
  skos:prefLabel "Økonomisk geologi--Arktiske øyer, …"@nb ;
  mads:componentList (
   <http://dewey.info/class/553/e23/>
   <http://dewey.info/class/1--09/e23/>
   <http://dewey.info/class/2--98/e23/>
 ) ;
  skos:broader <http://dewey.info/class/553/e23/> ;
  skos:inScheme <http://dewey.info/scheme/edition/e23/> ;
  dc:modified "2017-02-07"^^xsd:date ;
  dc:created "2017-02-03"^^xsd:date ;
  skos:altLabel "Mineraler--økonomisk geologi--Arktiske øyer"@nb .

