@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://data.bnf.fr/ark:/12148/cb137541409> skos:closeMatch lcsh:sh2001008998 .
<http://www.yso.fi/onto/lcsh>
  a skos:ConceptScheme ;
  skos:hasTopConcept lcsh:sh2001008998 .

lcsh:sh2001008998
  skos:member lcsh:collection_TopicSubdivisions, lcsh:collection_PatternHeadingH1200, lcsh:collection_Subdivisions, lcsh:collection_LCSH_General ;
  skos:example "Reference under the general see reference [Trench warfare]" ;
  skos:topConceptOf <http://www.yso.fi/onto/lcsh> ;
  skos:prefLabel "Trench warfare"@en ;
  skos:inScheme <http://www.yso.fi/onto/lcsh> ;
  skos:closeMatch <http://data.bnf.fr/ark:/12148/cb137541409> ;
  dc:created "2001-07-24T00:00:00"^^xsd:dateTime ;
  a skos:Concept ;
  skos:note "Use as a topical subdivision under individual wars." ;
  dc:modified "2006-05-09T08:53:34"^^xsd:dateTime .

