@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/1017052> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Paul O'Neill" ;
    ns1:birthDate "1956-02-23"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/5128581/> ;
    ns1:deathDate "2017-04-05"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Paul O'Neill" ;
    skos:exactMatch <http://dbpedia.org/resource/Paul_O%27Neill_(producer)>,
        <http://id.loc.gov/authorities/names/n87884886>,
        <http://www.wikidata.org/entity/Q909933>,
        <https://musicbrainz.org/artist/bc67a3f4-21a8-4f02-b6c0-bf540198863b> .

