@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix mads: <http://www.loc.gov/mads/rdf/v1#> .
@prefix bibbi: <https://id.bs.no/bibbi/> .
@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/3/e23/>
  skos:prefLabel "Samfunnsvitenskap"@nb ;
  a skos:Concept .

<http://dewey.info/class/300.715/e23/>
  mads:componentList (
   <http://dewey.info/class/3/e23/>
   <http://dewey.info/class/1--071.5/e23/>
 ) ;
  skos:closeMatch bibbi:1139118 ;
  skos:inScheme <http://dewey.info/scheme/edition/e23/> ;
  dc:identifier "fdb42afe-b9c5-4acc-915c-c2493dcd9ff6" ;
  dc:modified "2016-12-13"^^xsd:date ;
  a skos:Concept ;
  skos:prefLabel "Samfunnsvitenskap--voksenopplæring"@nb ;
  dc:created "2016-12-09"^^xsd:date ;
  skos:broader <http://dewey.info/class/300.71/e23/> ;
  skos:notation "300.715" .

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

<http://dewey.info/class/300.71/e23/>
  skos:notation "300.71" ;
  skos:prefLabel "Samfunnsvitenskap--utdanning"@nb ;
  a skos:Concept ;
  skos:narrower <http://dewey.info/class/300.715/e23/> .

