@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/1023326> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Bai Li" ;
    ns1:birthDate "0701"^^xsd:gYear ;
    ns1:birthPlace <https://sws.geonames.org/1528472/> ;
    ns1:deathDate "0762"^^xsd:gYear ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/aut> ;
    ns1:name "Bai Li" ;
    skos:exactMatch <http://dbpedia.org/resource/Li_Bai>,
        <http://id.loc.gov/authorities/names/n50062078>,
        <http://www.wikidata.org/entity/Q7071>,
        <https://musicbrainz.org/artist/a1a8f59e-a5a3-4152-9fab-a15ab5eff21d> .

