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

lcsh:sh99001935
  skos:member lcsh:collection_TopicSubdivisions, lcsh:collection_Subdivisions, lcsh:collection_LCSH_General, lcsh:collection_PatternHeadingH1200 ;
  skos:inScheme <http://www.yso.fi/onto/lcsh> ;
  skos:note "Use as a topical subdivision under individual wars for works about art depicting the war, revolution, etc." ;
  skos:editorialNote "[Complete the subdivision by repeating the generic term for the type of engagement contained in the heading.]" ;
  dc:modified "2006-05-08T12:07:37"^^xsd:dateTime ;
  skos:prefLabel "Art and the war, [revolution, etc.]"@en ;
  dc:created "1999-11-01T00:00:00"^^xsd:dateTime ;
  skos:example "Reference under the heading [Art and war]" ;
  skos:topConceptOf <http://www.yso.fi/onto/lcsh> ;
  a skos:Concept .

