@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:sh85005681
  a skos:Concept ;
  dc:created "1986-02-11T00:00:00"^^xsd:dateTime ;
  skos:altLabel "Anti-heroes"@en ;
  skos:prefLabel "Antiheroes"@en ;
  skos:inScheme <http://www.yso.fi/onto/lcsh> ;
  skos:member lcsh:collection_LCSH_General, lcsh:collection_LCSHAuthorizedHeadings ;
  skos:related lcsh:sh85060430 ;
  dc:modified "2010-09-10T07:40:36"^^xsd:dateTime ;
  skos:broader lcsh:sh85022623 .

lcsh:sh85060430
  skos:prefLabel "Heroes"@en ;
  a skos:Concept ;
  skos:related lcsh:sh85005681 .

lcsh:sh85022623
  skos:prefLabel "Characters and characteristics"@en ;
  a skos:Concept .

