@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/19016> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Kristjan Järvi" ;
    ns1:birthDate "1972-06-13"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/588409/> ;
    ns1:hasOccupation <http://data.carnegiehall.org/roles/439>,
        <http://id.loc.gov/vocabulary/relators/arr> ;
    ns1:name "Kristjan Järvi" ;
    skos:exactMatch <http://dbpedia.org/resource/Kristjan_J%C3%A4rvi>,
        <http://id.loc.gov/authorities/names/no00070667>,
        <http://www.wikidata.org/entity/Q571645>,
        <https://musicbrainz.org/artist/8360056a-96e2-4c7f-b81a-2d20d83e519a> .

