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

lcsh:sh88005357
  dc:created "1988-08-31T00:00:00"^^xsd:dateTime ;
  skos:prefLabel "Mahoney family"@en ;
  skos:altLabel "O'Mahony family"@en, "Mahony family"@en, "O'Mahoney family"@en, "Mahaney family"@en ;
  skos:topConceptOf <http://www.yso.fi/onto/lcsh> ;
  skos:member lcsh:collection_LCSH_General, lcsh:collection_LCSHAuthorizedHeadings ;
  a skos:Concept ;
  skos:inScheme <http://www.yso.fi/onto/lcsh> ;
  dc:modified "1995-12-07T15:50:17"^^xsd:dateTime .

