@prefix ns1: <http://schema.org/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<http://data.carnegiehall.org/names/1025436> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Seumas O'Sullivan" ;
    ns1:birthDate "1879-07-17"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/2964574/> ;
    ns1:deathDate "1958-03-24"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/aut> ;
    ns1:name "Seumas O'Sullivan" ;
    skos:exactMatch <http://dbpedia.org/resource/Seumas_O%27Sullivan>,
        <http://www.wikidata.org/entity/Q7457028>,
        <https://id.loc.gov/authorities/names/n83024531>,
        <https://musicbrainz.org/artist/f38e0956-c10c-4d8a-a61e-15725739052d> .

