@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/1026963> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Tony De Vita" ;
    ns1:birthDate "1932-02-10"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/3173435/> ;
    ns1:deathDate "1998-01-14"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Tony De Vita" ;
    skos:exactMatch <http://dbpedia.org/resource/Tony_De_Vita>,
        <http://id.loc.gov/authorities/names/n2011079750>,
        <http://www.wikidata.org/entity/Q3993220>,
        <https://musicbrainz.org/artist/b675144f-8bf1-4a25-913f-c643819c0591> .

