@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:sh92001949
  a skos:Concept ;
  skos:broader lcsh:sh85113120, lcsh:sh85074131 ;
  skos:member lcsh:collection_LCSHAuthorizedHeadings, lcsh:collection_LCSH_General ;
  dc:created "1992-04-14T00:00:00"^^xsd:dateTime ;
  skos:prefLabel "Waco Lake (Tex.)"@en ;
  skos:altLabel "Waco Reservoir (Tex.)"@en ;
  dc:modified "2011-06-03T07:39:28"^^xsd:dateTime ;
  skos:inScheme <http://www.yso.fi/onto/lcsh> .

lcsh:sh85074131
  skos:prefLabel "Lakes--Texas"@en ;
  a skos:Concept .

lcsh:sh85113120
  skos:prefLabel "Reservoirs--Texas"@en ;
  a skos:Concept .

