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

lcsh:sh2002011414
  skos:example "Reference under the heading [Comparative literature--Themes, motives]" ;
  skos:prefLabel "In literature"@en ;
  skos:topConceptOf <http://www.yso.fi/onto/lcsh> ;
  skos:inScheme <http://www.yso.fi/onto/lcsh> ;
  skos:altLabel "In fiction, drama, poetry, etc."@en ;
  skos:member lcsh:collection_PatternHeadingH1187, lcsh:collection_Subdivisions, lcsh:collection_PatternHeadingH1120, lcsh:collection_LCSH_General, lcsh:collection_PatternHeadingH1188, lcsh:collection_TopicSubdivisions, lcsh:collection_PatternHeadingH1140, lcsh:collection_PatternHeadingH1110, lcsh:collection_PatternHeadingH1105 ;
  dc:created "2002-11-05T00:00:00"^^xsd:dateTime ;
  a skos:Concept ;
  skos:note "Use as a topical subdivision under names of individual persons, families, corporate bodies, countries, cities etc., Christian denominations and uniform titles of sacred works for works on those persons, families, organizations, places, and titles as characters or themes in literary works." ;
  dc:modified "2012-08-02T09:11:24"^^xsd:dateTime .

