@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix lcsh: <http://www.yso.fi/onto/lcsh/> .
@prefix dc: <http://purl.org/dc/terms/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<http://www.yso.fi/onto/lcsh>
  a skos:ConceptScheme ;
  skos:hasTopConcept lcsh:sh2004007094 .

lcsh:sh2004007094
  skos:member lcsh:collection_LCSH_General, lcsh:collection_TopicSubdivisions, lcsh:collection_PatternHeadingH1147, lcsh:collection_Subdivisions ;
  dc:modified "2006-06-09T11:14:09"^^xsd:dateTime ;
  dc:created "2004-05-14T00:00:00"^^xsd:dateTime ;
  skos:altLabel "Hormonal aspect of migration"@en ;
  skos:topConceptOf <http://www.yso.fi/onto/lcsh> ;
  skos:note "Use as a topical subdivision under individual animals and groups of animals." ;
  skos:example "Reference under the heading [Animal migration--Endocrine aspects]" ;
  skos:inScheme <http://www.yso.fi/onto/lcsh> ;
  skos:prefLabel "Migration--Endocrine aspects"@en ;
  a skos:Concept .

