@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@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/615.372/e23/>
  skos:prefLabel "Vaksiner"@nb ;
  a skos:Concept .

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

<http://dewey.info/class/636.089/e23/>
  skos:notation "636.089" ;
  skos:prefLabel "Veterinærmedisin"@nb ;
  a skos:Concept ;
  skos:narrower <http://dewey.info/class/636.0895372/e23/> .

<http://dewey.info/class/636.0895372/e23/>
  mads:componentList (
   <http://dewey.info/class/636.089/e23/>
   <http://dewey.info/class/615.372/e23/>
 ) ;
  skos:notation "636.0895372" ;
  skos:broader <http://dewey.info/class/636.089/e23/> ;
  dc:created "2017-11-22"^^xsd:date ;
  skos:prefLabel "Vaksiner--farmakologi--veterinærmedisin"@nb ;
  skos:inScheme <http://dewey.info/scheme/edition/e23/> ;
  dc:identifier "db6d3d83-719c-4ea2-a3db-a1662fd80316" ;
  a skos:Concept ;
  dc:modified "2017-11-22"^^xsd:date .

