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

lcsh:sh92002885
  skos:member lcsh:collection_LCSHAuthorizedHeadings, lcsh:collection_LCSH_General ;
  skos:altLabel "Long, Custis (Fictitious character)"@en, "Custis Long (Fictitious character)"@en, "U.S. Marshall Custis Long (Fictitious character)"@en ;
  skos:prefLabel "Longarm (Fictitious character)"@en ;
  skos:topConceptOf <http://www.yso.fi/onto/lcsh> ;
  dc:created "1992-05-19T00:00:00"^^xsd:dateTime ;
  a skos:Concept ;
  skos:inScheme <http://www.yso.fi/onto/lcsh> .

