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

lcsh:sh00007938
  a skos:Concept ;
  dc:created "2000-07-06T00:00:00"^^xsd:dateTime ;
  dc:modified "2006-05-04T14:21:32"^^xsd:dateTime ;
  skos:example "Reference under the heading [Seafaring life;] and under the general see reference [Sea life]" ;
  skos:inScheme <http://www.yso.fi/onto/lcsh> ;
  skos:member lcsh:collection_LCSH_General, lcsh:collection_Subdivisions, lcsh:collection_TopicSubdivisions, lcsh:collection_PatternHeadingH1159 ;
  skos:note "Use as a topical subdivision under military services." ;
  skos:prefLabel "Sea life"@en ;
  skos:topConceptOf <http://www.yso.fi/onto/lcsh> .

