@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/1026778> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Marc-Antoine Madeleine Désaugiers" ;
    ns1:birthDate "1772-11-17"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/3017253/> ;
    ns1:deathDate "1827-08-09"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/aut> ;
    ns1:name "Marc-Antoine Madeleine Désaugiers" ;
    skos:exactMatch <http://dbpedia.org/resource/Marc-Antoine_Madeleine_D%C3%A9saugiers>,
        <http://www.wikidata.org/entity/Q3287646>,
        <https://id.loc.gov/authorities/names/n82155075>,
        <https://musicbrainz.org/artist/98955b3c-7c3a-4e4e-85bf-b97e9b93602f> .

