@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/1010587> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Mily Balakirev" ;
    ns1:birthDate "1837-01-02"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/520555/> ;
    ns1:deathDate "1910-05-29"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/arr>,
        <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Mily Balakirev" ;
    skos:exactMatch <http://dbpedia.org/resource/Mily_Balakirev>,
        <http://id.loc.gov/authorities/names/n50041167>,
        <http://www.wikidata.org/entity/Q185040>,
        <https://musicbrainz.org/artist/482dc0a4-0c39-40dc-9d6d-ca250a5ef833> .

