@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/1011715> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Sonny Burke" ;
    ns1:birthDate "1914-03-22"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/5211303/> ;
    ns1:deathDate "1980-05-31"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Sonny Burke" ;
    skos:exactMatch <http://dbpedia.org/resource/Sonny_Burke>,
        <http://id.loc.gov/authorities/names/n82144224>,
        <http://www.wikidata.org/entity/Q485163>,
        <https://musicbrainz.org/artist/b444d148-ac49-4032-8254-270ab4b1edc9> .

