@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/1016080> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Robert Wright" ;
    ns1:birthDate "1914-09-25"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/4152872/> ;
    ns1:deathDate "2005-07-27"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/arr>,
        <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Robert Wright" ;
    skos:exactMatch <http://dbpedia.org/resource/Robert_Wright_(writer)>,
        <http://id.loc.gov/authorities/names/n82083378>,
        <http://www.wikidata.org/entity/Q888339>,
        <https://musicbrainz.org/artist/e2f3fb9d-5ce0-4287-82b1-9124fd4cf50c> .

