@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/599.658/e23/>
  a skos:Concept ;
  skos:prefLabel "Rangifer"@nb .

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

<http://dewey.info/class/599.6581562/e23/>
  a skos:Concept ;
  dc:created "2017-10-06"^^xsd:date ;
  dc:identifier "60dd6cf8-e865-49a3-aeac-573ddf364dd1" ;
  dc:modified "2019-03-12"^^xsd:date ;
  mads:componentList (
   <http://dewey.info/class/599.658/e23/>
   <http://dewey.info/class/591.562/e23/>
 ) ;
  skos:altLabel "Reinsdyr--seksuell atferd"@nb ;
  skos:broader <http://dewey.info/class/599.658156/e23/> ;
  skos:inScheme <http://dewey.info/scheme/edition/e23/> ;
  skos:notation "599.6581562" ;
  skos:prefLabel "Seksuell atferd--reinsdyr, …"@nb .

<http://dewey.info/class/591.562/e23/>
  a skos:Concept ;
  skos:prefLabel "Seksuell atferd"@nb .

<http://dewey.info/class/599.658156/e23/>
  a skos:Concept ;
  skos:narrower <http://dewey.info/class/599.6581562/e23/> ;
  skos:notation "599.658156" ;
  skos:prefLabel "Reproduktiv atferd (dyr)--reinsdyr, …"@nb .

