@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/1020461> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "John Sullivan Dwight" ;
    ns1:birthDate "1813-05-13"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/4930956/> ;
    ns1:deathDate "1893-09-05"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/lyr>,
        <http://id.loc.gov/vocabulary/relators/trl> ;
    ns1:name "John Sullivan Dwight" ;
    skos:exactMatch <http://dbpedia.org/resource/John_Sullivan_Dwight>,
        <http://id.loc.gov/authorities/names/nr88003847>,
        <http://www.wikidata.org/entity/Q6259634>,
        <https://musicbrainz.org/artist/53f73b92-14d1-4dda-8aec-962457fa17a1> .

