@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/1018494> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "James Nares" ;
    ns1:birthDate "1715-04-19"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/2637035/> ;
    ns1:deathDate "1783-02-10"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "James Nares" ;
    skos:exactMatch <http://dbpedia.org/resource/James_Nares>,
        <http://id.loc.gov/authorities/names/n82101852>,
        <http://www.wikidata.org/entity/Q463998>,
        <https://musicbrainz.org/artist/9c9b86f8-2e7c-45b3-b53d-73008e9ffb84> .

