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

lcsh:sh00005209
  skos:inScheme <http://www.yso.fi/onto/lcsh> ;
  skos:member lcsh:collection_LCSH_General, lcsh:collection_LCSHAuthorizedHeadings ;
  skos:altLabel "Captain Mackenzie Calhoun (Fictitious character)"@en, "Calhoun, M'k'n'zy (Fictitious character)"@en, "Captain Calhoun (Fictitious character)"@en, "M'k'n'zy Calhoun (Fictitious character)"@en, "Mackenzie Calhoun (Fictitious character)"@en ;
  dc:created "2000-03-30T00:00:00"^^xsd:dateTime ;
  skos:topConceptOf <http://www.yso.fi/onto/lcsh> ;
  dc:modified "2000-05-09T10:37:22"^^xsd:dateTime ;
  skos:prefLabel "Calhoun, Mackenzie (Fictitious character)"@en ;
  a skos:Concept .

