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

lcsh:sh2002006121
  skos:example "Reference under the headings [History, Ancient; Middle Ages]" ;
  skos:topConceptOf <http://www.yso.fi/onto/lcsh> ;
  skos:member lcsh:collection_LCSH_General, lcsh:collection_PatternHeadingH1095, lcsh:collection_TopicSubdivisions, lcsh:collection_Subdivisions ;
  skos:note "Use as a topical subdivision under topical headings." ;
  skos:inScheme <http://www.yso.fi/onto/lcsh> ;
  dc:modified "2006-05-11T15:19:28"^^xsd:dateTime ;
  skos:prefLabel "History--To 1500"@en ;
  a skos:Concept ;
  dc:created "2002-03-25T00:00:00"^^xsd:dateTime .

