@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/1028726> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Angèle Arsenault" ;
    ns1:birthDate "1943-10-01"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/5881990/> ;
    ns1:deathDate "2014-02-25"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Angèle Arsenault" ;
    skos:exactMatch <http://dbpedia.org/resource/Ang%C3%A8le_Arsenault>,
        <http://www.wikidata.org/entity/Q2849830>,
        <https://id.loc.gov/authorities/n95075185>,
        <https://musicbrainz.org/artist/5fff2588-b3b3-4f98-ae77-54943c292974> .

