@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/1004906> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Leon McAuliffe" ;
    ns1:birthDate "1917-01-03"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/4699066/> ;
    ns1:deathDate "1988-08-20"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Leon McAuliffe" ;
    skos:exactMatch <http://dbpedia.org/resource/Leon_McAuliffe>,
        <http://id.loc.gov/authorities/names/n91105738>,
        <http://www.wikidata.org/entity/Q6524781>,
        <https://musicbrainz.org/artist/25232eac-f104-49db-9dfe-3cc4c9777ccf> .

