@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/1025564> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Muttusvami Dikshitar" ;
    ns1:birthDate "1775-03-24"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/1254589/> ;
    ns1:deathDate "1835-10-21"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Muttusvami Dikshitar" ;
    skos:exactMatch <http://dbpedia.org/resource/Muthuswami_Dikshitar>,
        <http://www.wikidata.org/entity/Q1771067>,
        <https://id.loc.gov/authorities/names/n85129700>,
        <https://musicbrainz.org/artist/6c78c783-4b14-43ba-a090-fa0b12bc514f> .

