@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/13761> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Robert Ward" ;
    ns1:birthDate "1917-09-13"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/5150529/> ;
    ns1:deathDate "2013-04-03"^^xsd:date ;
    ns1:hasOccupation <http://data.carnegiehall.org/roles/439>,
        <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Robert Ward" ;
    skos:exactMatch <http://dbpedia.org/resource/Robert_Ward_(composer)>,
        <http://id.loc.gov/authorities/names/n80008239>,
        <http://www.wikidata.org/entity/Q1695243>,
        <https://musicbrainz.org/artist/bdd31a20-d354-4604-895d-630e71c42c5a> .

