@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/333.8232096698/e23/>
  a skos:Concept ;
  dc:created "2022-09-12"^^xsd:date ;
  dc:identifier "307fb43d-9704-45f3-b3fc-0a8ffce62aa5" ;
  dc:modified "2022-09-27"^^xsd:date ;
  mads:componentList (
   <http://dewey.info/class/333.8232/e23/>
   <http://dewey.info/class/2--669.8/e23/>
 ) ;
  skos:broader <http://dewey.info/class/333.823209/e23/> ;
  skos:inScheme <http://dewey.info/scheme/edition/e23/> ;
  skos:notation "333.8232096698" ;
  skos:prefLabel "Olje (petroleum)--ressursøkonomi--Borno (Nigeria : delstat)"@nb .

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

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

<http://dewey.info/class/333.823209/e23/>
  a skos:Concept ;
  skos:narrower <http://dewey.info/class/333.8232096698/e23/> ;
  skos:notation "333.823209" ;
  skos:prefLabel "Olje (petroleum)--ressursøkonomi--historie"@nb .

