@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/1023514> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Mirabai" ;
    ns1:birthDate "1498"^^xsd:gYear ;
    ns1:birthPlace <https://sws.geonames.org/1265500/> ;
    ns1:deathDate "1546"^^xsd:gYear ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/aut> ;
    ns1:name "Mirabai" ;
    skos:exactMatch <http://dbpedia.org/resource/Meera>,
        <http://id.loc.gov/authorities/names/n50039486>,
        <http://www.wikidata.org/entity/Q466330>,
        <https://musicbrainz.org/artist/771278aa-5ae8-4681-9569-574faf9e6258> .

