@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:sh2003003656 .

lcsh:sh2003003656
  skos:inScheme <http://www.yso.fi/onto/lcsh> ;
  skos:member lcsh:collection_Subdivisions, lcsh:collection_SubdivideGeographicalIndirect, lcsh:collection_TopicSubdivisions, lcsh:collection_PatternHeadingH1147, lcsh:collection_LCSH_General ;
  skos:prefLabel "Habitat suitability index models"@en ;
  dc:modified "2006-06-07T09:11:30"^^xsd:dateTime ;
  a skos:Concept ;
  dc:created "2003-01-09T00:00:00"^^xsd:dateTime ;
  skos:note "Use as a topical subdivision under individual animals and groups of animals." ;
  skos:topConceptOf <http://www.yso.fi/onto/lcsh> ;
  skos:example "Reference under the heading [Habitat suitability index models]" .

