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

<http://dewey.info/class/591.777/e23/>
  a skos:Concept ;
  dc:created "2019-03-19"^^xsd:date ;
  dc:identifier "627cf488-c69f-4f38-9279-7f2827f13d00" ;
  dc:modified "2019-03-19"^^xsd:date ;
  mads:componentList (
   <http://dewey.info/class/591.7/e23/>
   <http://dewey.info/class/577.77/e23/>
 ) ;
  skos:altLabel "Bunnlevende dyr"@nb ;
  skos:broader <http://dewey.info/class/591.77/e23/> ;
  skos:exactMatch realfagstermer:c010234 ;
  skos:inScheme <http://dewey.info/scheme/edition/e23/> ;
  skos:notation "591.777" ;
  skos:prefLabel "Bentiske dyr, …"@nb .

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

<http://dewey.info/class/591.77/e23/>
  a skos:Concept ;
  skos:narrower <http://dewey.info/class/591.777/e23/> ;
  skos:notation "591.77" ;
  skos:prefLabel "Marine dyr, …"@nb .

<http://dewey.info/class/591.7/e23/>
  a skos:Concept ;
  skos:prefLabel "Dyreøkologi, dyr som er karakteristiske for bestemte miljøer"@nb .

<http://dewey.info/class/577.77/e23/>
  a skos:Concept ;
  skos:prefLabel "Marin bentisk økologi"@nb .

