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

lcsh:sh92000526
  skos:topConceptOf <http://www.yso.fi/onto/lcsh> ;
  skos:member lcsh:collection_LCSHAuthorizedHeadings, lcsh:collection_LCSH_General ;
  skos:prefLabel "Moto, Mr. (Fictitious character)"@en ;
  a skos:Concept ;
  skos:altLabel "Mr. Moto (Fictitious character)"@en, "Kentaro Moto (Fictitious character)"@en, "I. A. Moto (Fictitious character)"@en, "Moto, I. A. (Fictitious character)"@en, "Moto, Kentaro (Fictitious character)"@en ;
  dc:modified "2004-08-30T09:30:57"^^xsd:dateTime ;
  skos:inScheme <http://www.yso.fi/onto/lcsh> ;
  dc:created "2003-07-31T00:00:00"^^xsd:dateTime .

