@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/1026292> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Wei Wang" ;
    ns1:birthDate "0699"^^xsd:gYear ;
    ns1:birthPlace <https://sws.geonames.org/1805302/> ;
    ns1:deathDate "0759"^^xsd:gYear ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/aut> ;
    ns1:name "Wei Wang" ;
    skos:exactMatch <http://dbpedia.org/resource/Wang_Wei_(Tang_dynasty)>,
        <http://id.loc.gov/authorities/names/n80093368>,
        <http://www.wikidata.org/entity/Q313605>,
        <https://musicbrainz.org/artist/7b6616dc-35d4-44e6-a27b-e2c67cfc9fc2> .

