@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/1028776> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Fu Du" ;
    ns1:birthDate "0712"^^xsd:gYear ;
    ns1:birthPlace <https://sws.geonames.org/1789897/> ;
    ns1:deathDate "0770"^^xsd:gYear ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/aut> ;
    ns1:name "Fu Du" ;
    skos:exactMatch <http://dbpedia.org/resource/Du_Fu>,
        <http://www.wikidata.org/entity/Q33772>,
        <https://id.loc.gov/authorities/n50013327>,
        <https://musicbrainz.org/artist/7a7163e0-53cc-4200-8c2b-f95f48ac3c45> .

