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

lcsh:sh2001008981
  skos:note "Use as a topical subdivision under individual wars." ;
  skos:prefLabel "Theater and the war, [revolution, etc.]"@en ;
  skos:member lcsh:collection_PatternHeadingH1200, lcsh:collection_LCSH_General, lcsh:collection_TopicSubdivisions, lcsh:collection_Subdivisions ;
  dc:created "2001-07-19T00:00:00"^^xsd:dateTime ;
  skos:example "Reference under the heading [War and theater]" ;
  skos:inScheme <http://www.yso.fi/onto/lcsh> ;
  skos:topConceptOf <http://www.yso.fi/onto/lcsh> ;
  skos:editorialNote "[Complete the subdivision by repeating the generic term for the type of engagement contained in the heading.]" ;
  a skos:Concept ;
  dc:modified "2006-05-09T08:47:52"^^xsd:dateTime .

