@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/1--078/e23/>
  skos:prefLabel "Bruk av apparater og utstyr i studier og undervisning"@nb ;
  a skos:Concept .

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

<http://dewey.info/class/541/e23/>
  skos:notation "541" ;
  skos:prefLabel "Fysikalsk kjemi"@nb ;
  a skos:Concept ;
  skos:narrower <http://dewey.info/class/541.078/e23/> .

<http://dewey.info/class/541.078/e23/>
  skos:inScheme <http://dewey.info/scheme/edition/e23/> ;
  a skos:Concept ;
  skos:prefLabel "Fysikalsk kjemi--eksperimenter, …"@nb ;
  skos:altLabel "Fysikalsk kjemi--utstyr--undervisningsbruk"@nb ;
  dc:created "2020-02-11"^^xsd:date ;
  dc:modified "2020-02-12"^^xsd:date ;
  skos:notation "541.078" ;
  dc:identifier "2804e543-0edc-47ff-a028-f9800f605b27" ;
  skos:broader <http://dewey.info/class/541/e23/> ;
  mads:componentList (
   <http://dewey.info/class/541/e23/>
   <http://dewey.info/class/1--078/e23/>
 ) .

