@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/1027995> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Ballot de Sauvot" ;
    ns1:birthDate "1703"^^xsd:gYear ;
    ns1:birthPlace <https://sws.geonames.org/3017382/> ;
    ns1:deathDate "1760-12"^^xsd:gYearMonth ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/lbt> ;
    ns1:name "Ballot de Sauvot" ;
    skos:exactMatch <http://dbpedia.org/resource/Ballot_de_Sauvot>,
        <http://www.wikidata.org/entity/Q2881358>,
        <https://id.loc.gov/authorities/n90683284>,
        <https://musicbrainz.org/artist/1c63129f-0644-4173-8df6-d152741ec869> .

