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

lcsh:sh2002006421
  skos:note "Use as a topical subdivision under individual wars." ;
  skos:member lcsh:collection_LCSH_General, lcsh:collection_TopicSubdivisions, lcsh:collection_PatternHeadingH1200, lcsh:collection_Subdivisions ;
  skos:prefLabel "Unknown military personnel, American, [British, etc.]"@en ;
  skos:topConceptOf <http://www.yso.fi/onto/lcsh> ;
  dc:modified "2006-05-17T11:26:06"^^xsd:dateTime ;
  dc:created "2002-04-02T00:00:00"^^xsd:dateTime ;
  skos:inScheme <http://www.yso.fi/onto/lcsh> ;
  skos:editorialNote "[Further subdivide by subdivisions used under classes of persons.]" ;
  a skos:Concept .

