@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/1024819> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Frank Signorelli" ;
    ns1:birthDate "1901-05-24"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/5128581/> ;
    ns1:deathDate "1975-12-09"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Frank Signorelli" ;
    skos:exactMatch <http://dbpedia.org/resource/Frank_Signorelli>,
        <http://www.wikidata.org/entity/Q980097>,
        <https://id.loc.gov/authorities/names/n79090682>,
        <https://musicbrainz.org/artist/dfe3dcaa-e4a9-4bb4-b819-a918d92a5e8f> .

