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

lcsh:sh99005392
  a skos:Concept ;
  skos:prefLabel "Criticism, interpretation, etc.--History--19th century"@en ;
  skos:member lcsh:collection_TopicSubdivisions, lcsh:collection_PatternHeadingH1188, lcsh:collection_LCSH_General, lcsh:collection_Subdivisions ;
  skos:note "Use as a topical subdivision under uniform titles of sacred works." ;
  dc:modified "2006-05-11T11:01:32"^^xsd:dateTime ;
  dc:created "1999-07-21T00:00:00"^^xsd:dateTime ;
  skos:inScheme <http://www.yso.fi/onto/lcsh> ;
  skos:topConceptOf <http://www.yso.fi/onto/lcsh> .

