@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/1008196> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Pat Ballard" ;
    ns1:birthDate "1899-06-19"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/5216182/> ;
    ns1:deathDate "1960-10-26"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp>,
        <http://id.loc.gov/vocabulary/relators/lyr> ;
    ns1:name "Pat Ballard" ;
    skos:exactMatch <http://dbpedia.org/resource/Pat_Ballard>,
        <http://id.loc.gov/authorities/names/no97006669>,
        <http://www.wikidata.org/entity/Q3368520>,
        <https://musicbrainz.org/artist/9ecf7030-f3ab-49ea-8e2a-5df8f1f87188> .

