@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/1016001> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Joseph Marie Amiot" ;
    ns1:birthDate "1718-02-08"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/2972328/> ;
    ns1:deathDate "1793-10-08"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/trc> ;
    ns1:name "Joseph Marie Amiot" ;
    skos:exactMatch <http://dbpedia.org/resource/Jean_Joseph_Marie_Amiot>,
        <http://id.loc.gov/authorities/names/n98089451>,
        <http://www.wikidata.org/entity/Q725600>,
        <https://musicbrainz.org/artist/8bb37c7e-32eb-4ea7-9d32-07f90ee3e5b0> .

