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

lcsh:sh97007597
  skos:inScheme <http://www.yso.fi/onto/lcsh> ;
  skos:altLabel "Filipino poets"@en, "Philippine poets"@en, "Poets, Philippine"@en ;
  dc:created "1997-10-06T00:00:00"^^xsd:dateTime ;
  skos:member lcsh:collection_LCSH_General, lcsh:collection_SubdivideGeographically, lcsh:collection_LCSHAuthorizedHeadings ;
  dc:modified "2013-03-14T10:35:19"^^xsd:dateTime ;
  skos:prefLabel "Poets, Filipino"@en ;
  skos:topConceptOf <http://www.yso.fi/onto/lcsh> ;
  a skos:Concept .

