@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/1014035> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Tommy Boyce" ;
    ns1:birthDate "1939-09-29"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/4752031/> ;
    ns1:deathDate "1994-11-23"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Tommy Boyce" ;
    skos:exactMatch <http://id.loc.gov/authorities/names/n92085529>,
        <http://www.wikidata.org/entity/Q11845318>,
        <https://musicbrainz.org/artist/03a5091e-1dd6-4034-a587-49815cc4a220> .

