@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@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 bibbi: <https://id.bs.no/bibbi/> .
@prefix mads: <http://www.loc.gov/mads/rdf/v1#> .

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

<http://dewey.info/class/515/e23/>
  skos:notation "515" ;
  skos:prefLabel "Matematisk analyse"@nb ;
  a skos:Concept ;
  skos:narrower <http://dewey.info/class/515.076/e23/> .

<http://dewey.info/class/1--076/e23/>
  skos:prefLabel "Prøver og oppgaver"@nb ;
  a skos:Concept .

<http://dewey.info/class/515.076/e23/>
  a skos:Concept ;
  dc:modified "2016-11-08"^^xsd:date ;
  skos:closeMatch bibbi:1201712 ;
  mads:componentList (
   <http://dewey.info/class/515/e23/>
   <http://dewey.info/class/1--076/e23/>
 ) ;
  dc:created "2016-11-04"^^xsd:date ;
  skos:notation "515.076" ;
  skos:inScheme <http://dewey.info/scheme/edition/e23/> ;
  skos:broader <http://dewey.info/class/515/e23/> ;
  skos:prefLabel "Matematisk analyse--arbeidsbøker"@nb ;
  dc:identifier "91f08524-2e67-4428-976b-165bf4d457a1" .

