@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/1026678> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Thomas Broughton" ;
    ns1:birthDate "1704-07-05"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/2643743/> ;
    ns1:deathDate "1774-12-21"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/lbt> ;
    ns1:name "Thomas Broughton" ;
    skos:exactMatch <http://dbpedia.org/resource/Thomas_Broughton_(writer)>,
        <http://www.wikidata.org/entity/Q5579864>,
        <https://id.loc.gov/authorities/names/n85099832>,
        <https://musicbrainz.org/artist/547cfab7-4a17-47d1-a6c0-fe6a73b2484b> .

