@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/1022760> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "T. E. (Thomas Edward) Brown" ;
    ns1:birthDate "1830-05-05"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/3042237/> ;
    ns1:deathDate "1897-10-29"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/aut> ;
    ns1:name "T. E. (Thomas Edward) Brown" ;
    skos:exactMatch <http://dbpedia.org/resource/Thomas_Edward_Brown>,
        <http://id.loc.gov/authorities/names/n90674746>,
        <http://www.wikidata.org/entity/Q7789264>,
        <https://musicbrainz.org/artist/71ef7a28-63da-4c87-9629-ac86df857d9e> .

