@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix bibbi: <https://id.bs.no/bibbi/> .
@prefix mads: <http://www.loc.gov/mads/rdf/v1#> .
@prefix dc: <http://purl.org/dc/terms/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<http://dewey.info/class/53/e23/>
  skos:prefLabel "Fysikk"@nb ;
  a skos:Concept .

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

<http://dewey.info/class/1--071/e23/>
  skos:prefLabel "Utdanning og opplæring"@nb ;
  a skos:Concept .

<http://dewey.info/class/530.03-530.09/e23/>
  skos:notation "530.03-530.09" ;
  skos:prefLabel "Generell forminndeling"@nb ;
  a skos:Concept ;
  skos:narrower <http://dewey.info/class/530.071/e23/> .

<http://dewey.info/class/530.071/e23/>
  a skos:Concept ;
  skos:notation "530.071" ;
  skos:closeMatch bibbi:1124659 ;
  mads:componentList (
   <http://dewey.info/class/53/e23/>
   <http://dewey.info/class/1--071/e23/>
 ) ;
  skos:prefLabel "Fysikk--utdanning"@nb ;
  dc:modified "2016-08-29"^^xsd:date ;
  dc:identifier "cfeac039-2819-4498-bffe-0ff19472b377" ;
  skos:inScheme <http://dewey.info/scheme/edition/e23/> ;
  skos:broader <http://dewey.info/class/530.03-530.09/e23/> ;
  dc:created "2016-08-29"^^xsd:date ;
  skos:narrower <http://dewey.info/class/530.0712/e23/> .

<http://dewey.info/class/530.0712/e23/>
  skos:notation "530.0712" ;
  skos:prefLabel "Fysikk--ungdomsskoleopplæring og videregående opplæring"@nb ;
  a skos:Concept ;
  skos:broader <http://dewey.info/class/530.071/e23/> .

