@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/1027813> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Alexandre Duval" ;
    ns1:birthDate "1767-04-06"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/2983990/> ;
    ns1:deathDate "1842-09-01"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/lbt> ;
    ns1:name "Alexandre Duval" ;
    skos:exactMatch <http://dbpedia.org/resource/Alexandre-Vincent_Pineux_Duval>,
        <http://id.loc.gov/authorities/names/n82229208>,
        <http://www.wikidata.org/entity/Q767332>,
        <https://musicbrainz.org/artist/c77c3585-06a5-4822-9dd7-ac17c95a359a> .

