@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 xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix mads: <http://www.loc.gov/mads/rdf/v1#> .

<http://dewey.info/class/363.701-363.708/e23/>
  skos:notation "363.701-363.708" ;
  skos:prefLabel "Kjennetegn på miljøproblemer, sosiale tiltak"@nb ;
  a skos:Concept ;
  skos:narrower <http://dewey.info/class/363.702/e23/> .

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

<http://dewey.info/class/363.7/e23/>
  skos:prefLabel "Miljøproblemer"@nb ;
  a skos:Concept .

<http://dewey.info/class/363.702/e23/>
  dc:created "2023-06-21"^^xsd:date ;
  skos:altLabel "Klimaendringer--forekomst"@nb ;
  skos:inScheme <http://dewey.info/scheme/edition/e23/> ;
  skos:prefLabel "Miljømessige overgrep--forekomst, …"@nb ;
  mads:componentList ( <http://dewey.info/class/363.7/e23/> ) ;
  dc:identifier "ocd00497745" ;
  skos:broader <http://dewey.info/class/363.701-363.708/e23/> ;
  skos:notation "363.702" ;
  dc:modified "2023-11-21"^^xsd:date ;
  a skos:Concept .

