@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/139588> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Parvesh Cheena" ;
    ns1:birthDate "1979-07-22"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/4890925/> ;
    ns1:hasOccupation <http://data.carnegiehall.org/roles/507> ;
    ns1:name "Parvesh Cheena" ;
    skos:exactMatch <http://dbpedia.org/resource/Parvesh_Cheena>,
        <http://www.wikidata.org/entity/Q7141312>,
        <https://id.loc.gov/authorities/no2018017788>,
        <https://musicbrainz.org/artist/cf477230-a808-4267-b941-fdfe9f51b237> .

