@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/1018086> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Xixian Qu" ;
    ns1:birthDate "1919-09-23"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/1796236/> ;
    ns1:deathDate "2008-03-19"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Xixian Qu" ;
    skos:exactMatch <http://dbpedia.org/resource/Xixian_Qu>,
        <http://id.loc.gov/authorities/names/nr97034695>,
        <http://www.wikidata.org/entity/Q8044816>,
        <https://musicbrainz.org/artist/1ce73ea2-e046-439b-aebc-893a411bdb5c> .

