@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/1000508> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "George Whitefield Chadwick" ;
    ns1:birthDate "1854-11-13"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/4942618/> ;
    ns1:deathDate "1931-04-04"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "George Whitefield Chadwick" ;
    skos:exactMatch <http://dbpedia.org/resource/George_Whitefield_Chadwick>,
        <http://id.loc.gov/authorities/names/no88006190>,
        <http://www.wikidata.org/entity/Q542747>,
        <https://musicbrainz.org/artist/45bf6031-4a54-4af8-a8aa-b496b1e28f82> .

