@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix dc: <http://purl.org/dc/terms/> .
@prefix ns0: <http://data.ub.uio.no/webdewey-terms#> .
@prefix bibbi: <https://id.bs.no/bibbi/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

<http://dewey.info/class/542/e23/>
  skos:notation "542" ;
  skos:prefLabel "Teknikker, arbeidsmetoder, apparater, utstyr, materialer"@nb ;
  a skos:Concept ;
  skos:narrower <http://dewey.info/class/542.2/e23/> .

<http://dewey.info/class/542.2/e23/>
  skos:altLabel "Reagensrør"@nb, "Smeltedigler--kjemi"@nb, "Beholdere--kjemi"@nb ;
  a skos:Concept ;
  skos:inScheme <http://dewey.info/scheme/edition/e23/> ;
  dc:identifier "ocd00146715" ;
  ns0:including "Smeltedigler"@nb, "Reagensrør"@nb ;
  skos:closeMatch bibbi:1589616 ;
  skos:prefLabel "Beholdere og tilleggsutstyr"@nb ;
  skos:broader <http://dewey.info/class/542/e23/> ;
  dc:created "2010-02-04"^^xsd:date ;
  dc:modified "2012-09-13"^^xsd:date ;
  skos:notation "542.2" .

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

