@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#> .

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

<http://dewey.info/class/658.8002-658.8006/e23/>
  a skos:Concept ;
  skos:narrower <http://dewey.info/class/658.8003/e23/> ;
  skos:notation "658.8002-658.8006" ;
  skos:prefLabel "Generell forminndeling"@nb .

<http://dewey.info/class/658.8003/e23/>
  a skos:Concept ;
  dc:created "2020-03-24"^^xsd:date ;
  dc:identifier "484396e3-a53e-451c-8fc7-c7f156678c09" ;
  dc:modified "2020-03-25"^^xsd:date ;
  skos:broader <http://dewey.info/class/658.8002-658.8006/e23/> ;
  skos:inScheme <http://dewey.info/scheme/edition/e23/> ;
  skos:notation "658.8003" ;
  skos:prefLabel "Markedsføringsledelse--ordbøker"@nb .

