@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/1015120> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "J. Russel Robinson" ;
    ns1:birthDate "1892-07-08"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/4259418/> ;
    ns1:deathDate "1963-09-30"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "J. Russel Robinson" ;
    skos:exactMatch <http://dbpedia.org/resource/J._Russel_Robinson>,
        <http://id.loc.gov/authorities/names/n93021837>,
        <http://www.wikidata.org/entity/Q1676392>,
        <https://musicbrainz.org/artist/5f2ffed7-6e8f-45b2-8a48-30fe87b50595> .

