@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/1013371> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Loïsa Puget" ;
    ns1:birthDate "1810-08-01"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/2988507/> ;
    ns1:deathDate "1889-11-27"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Loïsa Puget" ;
    skos:exactMatch <http://dbpedia.org/resource/Lo%C3%AFsa_Puget>,
        <http://id.loc.gov/authorities/names/nr95045662>,
        <http://www.wikidata.org/entity/Q3264560>,
        <https://musicbrainz.org/artist/6814f52f-4f09-47ed-86a7-032a4fb6f69b> .

