@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/1017718> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Frédéric Pelletier" ;
    ns1:birthDate "1870-05-01"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/6077243/> ;
    ns1:deathDate "1944-05-30"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/arr> ;
    ns1:name "Frédéric Pelletier" ;
    skos:exactMatch <http://dbpedia.org/resource/Fr%C3%A9d%C3%A9ric_Pelletier>,
        <http://www.wikidata.org/entity/Q1471603>,
        <https://musicbrainz.org/artist/700bb8bd-5f4a-4a13-8e65-ac3eb3c11793> .

