@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/1000570> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Terig Tucci" ;
    ns1:birthDate "1897-06-23"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/3435910/> ;
    ns1:deathDate "1973-02-28"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Terig Tucci" ;
    skos:exactMatch <http://dbpedia.org/resource/Terig_Tucci>,
        <http://id.loc.gov/authorities/names/n95119420>,
        <http://musicbrainz.org/artist/1fbf7be9-4bff-472b-abbd-475ef3d8d5fb>,
        <http://www.wikidata.org/entity/Q361762> .

