@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/1008640> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "César Cui" ;
    ns1:birthDate "1835-01-18"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/593116/> ;
    ns1:deathDate "1918-03-26"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "César Cui" ;
    skos:exactMatch <http://dbpedia.org/resource/C%C3%A9sar_Cui>,
        <http://id.loc.gov/authorities/names/n80086152>,
        <http://www.wikidata.org/entity/Q208546>,
        <https://musicbrainz.org/artist/b83ea81a-bf4e-413d-b3ae-e557f09ea8b7> .

