@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/1030481> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Thien Dao Nguyen" ;
    ns1:birthDate "1940-07-03"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/1581130/> ;
    ns1:deathDate "2015-11-20"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Thien Dao Nguyen" ;
    skos:exactMatch <http://dbpedia.org/resource/Nguyen_Thien_Dao>,
        <http://www.wikidata.org/entity/Q3339352>,
        <https://id.loc.gov/authorities/n82152220>,
        <https://musicbrainz.org/artist/f3f1d8b1-a496-4e2a-9d60-3264ab00a6e7> .

