@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/1008450> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Long Zhou" ;
    ns1:birthDate "1953-07-08"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/1816670/> ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Long Zhou" ;
    skos:exactMatch <http://dbpedia.org/resource/Zhou_Long>,
        <http://id.loc.gov/authorities/names/n94108681>,
        <http://www.wikidata.org/entity/Q2382001>,
        <https://musicbrainz.org/artist/fc70f551-88a2-48af-844d-b8f485eda81f> .

