@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 .
lcsh:sh85074922
  a skos:Concept ;
  skos:example "Example under [Essays]" ;
  dc:created "1986-02-11T00:00:00"^^xsd:dateTime ;
  skos:member lcsh:collection_LCSH_General, lcsh:collection_LCSHAuthorizedHeadings, lcsh:collection_SubdivideGeographically ;
  dc:modified "2012-12-06T13:17:34"^^xsd:dateTime ;
  skos:prefLabel "Latin American essays"@en ;
  skos:broader lcsh:sh85074925 ;
  skos:inScheme <http://www.yso.fi/onto/lcsh> ;
  skos:note "Here are entered collections of essays by several authors." .

lcsh:sh85074925
  skos:notation "PQ7081-PQ8560" ;
  skos:prefLabel "Latin American literature"@en ;
  a skos:Concept .

