@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/63722> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Frédérique Petrides" ;
    ns1:birthDate "1903-09-26"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/2803138/> ;
    ns1:deathDate "1983-01-12"^^xsd:date ;
    ns1:hasOccupation <http://data.carnegiehall.org/roles/439> ;
    ns1:name "Frédérique Petrides" ;
    skos:exactMatch <http://dbpedia.org/resource/Fr%C3%A9d%C3%A9rique_Petrides>,
        <http://id.loc.gov/authorities/names/n91033173>,
        <http://www.wikidata.org/entity/Q5506733>,
        <https://musicbrainz.org/artist/9868564b-7711-47af-b565-24d5a155d85d> .

