@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/6496> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Neeme Järvi" ;
    ns1:birthDate "1937-06-07"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/588409/> ;
    ns1:hasOccupation <http://data.carnegiehall.org/roles/439> ;
    ns1:name "Neeme Järvi" ;
    skos:exactMatch <http://dbpedia.org/resource/Neeme_J%C3%A4rvi>,
        <http://id.loc.gov/authorities/names/n83191552>,
        <http://www.wikidata.org/entity/Q356161>,
        <https://musicbrainz.org/artist/8a1d9496-603f-40b1-a38d-2e8985834940> .

