@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/91688> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Tõnu Kaljuste" ;
    ns1:birthDate "1953-08-28"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/588409/> ;
    ns1:hasOccupation <http://data.carnegiehall.org/roles/439> ;
    ns1:name "Tõnu Kaljuste" ;
    skos:exactMatch <http://dbpedia.org/resource/T%C3%B5nu_Kaljuste>,
        <http://id.loc.gov/authorities/names/nr92036443>,
        <http://www.wikidata.org/entity/Q2006088>,
        <https://musicbrainz.org/artist/c0c3e369-58b3-44ff-94cf-f09af1117980> .

