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

lcsh:sh99002637
  skos:altLabel "Weatherford, J. R. (Fictitious character)"@en, "J. R. Weatherford (Fictitious character)"@en, "Weatherford, James Royce (Fictitious character)"@en ;
  dc:modified "1999-12-11T11:05:03"^^xsd:dateTime ;
  skos:member lcsh:collection_LCSH_General, lcsh:collection_LCSHAuthorizedHeadings ;
  dc:created "1999-03-24T00:00:00"^^xsd:dateTime ;
  a skos:Concept ;
  skos:prefLabel "J. R. (Fictitious character : Bell)"@en ;
  skos:topConceptOf <http://www.yso.fi/onto/lcsh> ;
  skos:inScheme <http://www.yso.fi/onto/lcsh> .

