@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/51228> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Uday Shankar" ;
    ns1:birthDate "1900-12-08"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/1253986/> ;
    ns1:deathDate "1977-09-26"^^xsd:date ;
    ns1:hasOccupation <http://data.carnegiehall.org/roles/73> ;
    ns1:name "Uday Shankar" ;
    skos:exactMatch <http://dbpedia.org/resource/Uday_Shankar>,
        <http://www.wikidata.org/entity/Q3351708>,
        <https://id.loc.gov/authorities/names/n83002302>,
        <https://musicbrainz.org/artist/1022a71c-20d1-4c01-ae3e-91975a9ba151> .

