@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/1020574> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "François Coppée" ;
    ns1:birthDate "1842-01-26"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/2988507/> ;
    ns1:deathDate "1908-05-23"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/aut> ;
    ns1:name "François Coppée" ;
    skos:exactMatch <http://dbpedia.org/resource/Fran%C3%A7ois_Copp%C3%A9e>,
        <http://id.loc.gov/authorities/names/n83024201>,
        <http://www.wikidata.org/entity/Q380277>,
        <https://musicbrainz.org/artist/e38762b3-55a8-4ade-9e8c-fdc46a666a31> .

