@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/547.122/e23/>
  skos:notation "547.122" ;
  skos:prefLabel "Molekylstruktur--organisk kjemi"@nb ;
  a skos:Concept ;
  skos:narrower <http://dewey.info/class/547.12252/e23/> .

<http://dewey.info/class/547.1/e23/>
  skos:prefLabel "Fysikalsk og teoretisk organisk kjemi"@nb ;
  a skos:Concept .

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

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

<http://dewey.info/class/547.12252/e23/>
  dc:identifier "ocd00147037" ;
  a skos:Concept ;
  dc:modified "2022-01-31"^^xsd:date ;
  mads:componentList (
   <http://dewey.info/class/547.1/e23/>
   <http://dewey.info/class/541.2252/e23/>
 ) ;
  skos:altLabel "Isomerer--organisk kjemi"@nb, "Tautomeri"@nb, "Tautomeri--organisk kjemi"@nb ;
  dc:created "2010-02-04"^^xsd:date ;
  skos:inScheme <http://dewey.info/scheme/edition/e23/> ;
  skos:prefLabel "Isomerer, …"@nb ;
  skos:broader <http://dewey.info/class/547.122/e23/> ;
  skos:notation "547.12252" .

