@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix mads: <http://www.loc.gov/mads/rdf/v1#> .
@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/297.12283337/e23/>
  a skos:Concept ;
  skos:inScheme <http://dewey.info/scheme/edition/e23/> ;
  skos:broader <http://dewey.info/class/297.1228001-297.1228999/e23/> ;
  skos:prefLabel "Miljø--Koranen, …"@nb ;
  skos:notation "297.12283337" ;
  mads:componentList (
   <http://dewey.info/class/297.1228/e23/>
   <http://dewey.info/class/333..7/e23/>
 ) ;
  dc:modified "2017-07-04"^^xsd:date ;
  skos:altLabel "Forvaltning av naturressurser--Koranen"@nb ;
  dc:identifier "d68038b4-0fd4-485e-9565-f22eb00ca3cd" ;
  dc:created "2017-07-03"^^xsd:date .

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

<http://dewey.info/class/297.1228/e23/>
  skos:prefLabel "Ikke-religiøse emner behandlet i Koranen"@nb ;
  a skos:Concept .

<http://dewey.info/class/297.1228001-297.1228999/e23/>
  skos:notation "297.1228001-297.1228999" ;
  skos:prefLabel "Bestemte ikke-religiøse emner behandlet i Koranen"@nb ;
  a skos:Concept ;
  skos:narrower <http://dewey.info/class/297.12283337/e23/> .

