@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/18239> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Pyotr Ilyich Tchaikovsky" ;
    ns1:birthDate "1840-05-07"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/471430/> ;
    ns1:deathDate "1893-11-06"^^xsd:date ;
    ns1:hasOccupation <http://data.carnegiehall.org/roles/439>,
        <http://id.loc.gov/vocabulary/relators/arr>,
        <http://id.loc.gov/vocabulary/relators/cmp>,
        <http://id.loc.gov/vocabulary/relators/lbt>,
        <http://id.loc.gov/vocabulary/relators/lyr>,
        <http://id.loc.gov/vocabulary/relators/trl> ;
    ns1:name "Pyotr Ilyich Tchaikovsky" ;
    skos:exactMatch <http://dbpedia.org/resource/Pyotr_Ilyich_Tchaikovsky>,
        <http://id.loc.gov/authorities/names/n79072979>,
        <http://musicbrainz.org/artist/9ddd7abc-9e1b-471d-8031-583bc6bc8be9>,
        <http://www.wikidata.org/entity/Q7315> .

