@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/20063> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Igor Markevitch" ;
    ns1:birthDate "1912-07-27"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/703448/> ;
    ns1:deathDate "1983-03-07"^^xsd:date ;
    ns1:hasOccupation <http://data.carnegiehall.org/roles/439>,
        <http://id.loc.gov/vocabulary/relators/arr>,
        <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Igor Markevitch" ;
    skos:exactMatch <http://dbpedia.org/resource/Igor_Markevitch>,
        <http://id.loc.gov/authorities/names/n80158660>,
        <http://www.wikidata.org/entity/Q503355>,
        <https://musicbrainz.org/artist/92131d53-a4a7-4513-a879-c067643f0747> .

