@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/1012282> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Keeril Makan" ;
    ns1:birthDate "1972-03-14"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/5100572/> ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Keeril Makan" ;
    skos:exactMatch <http://www.wikidata.org/entity/Q1737750>,
        <https://id.loc.gov/authorities/no99088736>,
        <https://musicbrainz.org/artist/adb8cc10-18ae-4bac-b9d4-249a32eaab4f> .

