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

lcsh:sh99004840
  skos:note "Use as a topical subdivision under military services." ;
  skos:member lcsh:collection_TopicSubdivisions, lcsh:collection_PatternHeadingH1159, lcsh:collection_LCSH_General, lcsh:collection_Subdivisions ;
  dc:created "1999-06-30T00:00:00"^^xsd:dateTime ;
  skos:editorialNote "[Further subdivide by subdivisions used under classes of persons.]" ;
  skos:prefLabel "Boatswains"@en ;
  skos:topConceptOf <http://www.yso.fi/onto/lcsh> ;
  a skos:Concept ;
  dc:modified "2006-05-09T11:10:11"^^xsd:dateTime ;
  skos:inScheme <http://www.yso.fi/onto/lcsh> .

