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

lcsh:sh2002006400
  skos:example "Reference under the heading [Mass media and war]" ;
  a skos:Concept ;
  skos:note "Use as a topical subdivision under individual wars." ;
  skos:member lcsh:collection_PatternHeadingH1200, lcsh:collection_Subdivisions, lcsh:collection_TopicSubdivisions, lcsh:collection_LCSH_General ;
  skos:topConceptOf <http://www.yso.fi/onto/lcsh> ;
  dc:created "2002-04-02T00:00:00"^^xsd:dateTime ;
  skos:inScheme <http://www.yso.fi/onto/lcsh> ;
  dc:modified "2002-04-09T13:01:29"^^xsd:dateTime ;
  skos:prefLabel "Mass media and the war, [revolution, etc.]"@en ;
  skos:editorialNote "[Complete the subdivision by repeating the generic term for the type of engagement contained in the heading.]" .

