@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/29773> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Henry J. Wood" ;
    ns1:birthDate "1869-03-03"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/2643743/> ;
    ns1:deathDate "1944-08-19"^^xsd:date ;
    ns1:hasOccupation <http://data.carnegiehall.org/roles/439>,
        <http://id.loc.gov/vocabulary/relators/arr>,
        <http://id.loc.gov/vocabulary/relators/trc> ;
    ns1:name "Henry J. Wood" ;
    skos:exactMatch <http://dbpedia.org/resource/Henry_Wood>,
        <http://id.loc.gov/authorities/names/n50016037>,
        <http://www.wikidata.org/entity/Q449299>,
        <https://musicbrainz.org/artist/9c1a1171-1c95-472e-bb1f-9da89d19ea4a> .

