@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/24941> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Jiddu Krishnamurti" ;
    ns1:birthDate "1895-05-11"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/1264621/> ;
    ns1:deathDate "1986-02-17"^^xsd:date ;
    ns1:hasOccupation <http://data.carnegiehall.org/roles/946> ;
    ns1:name "Jiddu Krishnamurti" ;
    skos:exactMatch <http://dbpedia.org/resource/Jiddu_Krishnamurti>,
        <http://www.wikidata.org/entity/Q179266>,
        <https://id.loc.gov/authorities/n79072898>,
        <https://musicbrainz.org/artist/a4d51195-b322-4a14-950d-2b08b727f012> .

