@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/1011595> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Lei Liang" ;
    ns1:birthDate "1972-11-28"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/1792947/> ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Lei Liang" ;
    skos:exactMatch <http://dbpedia.org/resource/Lei_Liang>,
        <http://id.loc.gov/authorities/names/no2008014650>,
        <http://www.wikidata.org/entity/Q6519016>,
        <https://musicbrainz.org/artist/6c87070d-3993-4b10-bce6-d968c97f6f5f> .

