@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/1016891> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "J. W. (James William) Elliott" ;
    ns1:birthDate "1833-02-13"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/2643743/> ;
    ns1:deathDate "1915-02-05"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "J. W. (James William) Elliott" ;
    skos:exactMatch <http://id.loc.gov/authorities/names/n88132279>,
        <http://www.wikidata.org/entity/Q6145568>,
        <https://musicbrainz.org/artist/dda5c32d-9696-4e93-892f-267668a0aea1> .

