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

lcsh:sh2002006470
  skos:inScheme <http://www.yso.fi/onto/lcsh> ;
  skos:prefLabel "War work--Salvation Army"@en ;
  dc:created "2002-04-03T00:00:00"^^xsd:dateTime ;
  skos:member lcsh:collection_TopicSubdivisions, lcsh:collection_LCSH_General, lcsh:collection_Subdivisions, lcsh:collection_PatternHeadingH1200 ;
  a skos:Concept ;
  skos:note "Use as a topical subdivision under individual wars." ;
  dc:modified "2006-05-17T14:43:15"^^xsd:dateTime ;
  skos:topConceptOf <http://www.yso.fi/onto/lcsh> .

