@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/1010816> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Gustave Doret" ;
    ns1:birthDate "1866-08-20"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/2661834/> ;
    ns1:deathDate "1943-04-19"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Gustave Doret" ;
    skos:exactMatch <http://dbpedia.org/resource/Gustave_Doret>,
        <http://www.wikidata.org/entity/Q667254>,
        <https://id.loc.gov/authorities/names/no89004441>,
        <https://musicbrainz.org/artist/5a1fdfc4-f6a5-4e2e-9049-da1f42299f00> .

