@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/1015163> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Vivian Fung" ;
    ns1:birthDate "1975"^^xsd:gYear ;
    ns1:birthPlace <https://sws.geonames.org/5946768/> ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Vivian Fung" ;
    skos:exactMatch <http://dbpedia.org/resource/Vivian_Fung>,
        <http://www.wikidata.org/entity/Q16213042>,
        <https://id.loc.gov/authorities/names/no2008040773>,
        <https://musicbrainz.org/artist/65f02c31-62d5-4de0-8232-09edf476a9b5> .

