@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/1028939> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Cécile Sauvage" ;
    ns1:birthDate "1883-07-20"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/3006767/> ;
    ns1:deathDate "1927-08-26"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/aut>,
        <http://id.loc.gov/vocabulary/relators/lyr> ;
    ns1:name "Cécile Sauvage" ;
    skos:exactMatch <http://www.wikidata.org/entity/Q3009800>,
        <https://id.loc.gov/authorities/n86048866>,
        <https://musicbrainz.org/artist/9f27e529-17ce-4a92-a5ec-950546278552> .

