@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/1020927> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Satyajit Ray" ;
    ns1:birthDate "1921-05-02"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/1275004/> ;
    ns1:deathDate "1992-04-23"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/fld>,
        <http://id.loc.gov/vocabulary/relators/fmk> ;
    ns1:name "Satyajit Ray" ;
    skos:exactMatch <http://dbpedia.org/resource/Satyajit_Ray>,
        <http://id.loc.gov/authorities/names/n80002447>,
        <http://www.wikidata.org/entity/Q8873>,
        <https://musicbrainz.org/artist/b3ee790e-d8f7-40a4-b5f4-5d6694fb20f4> .

