@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/1030472> a <http://data.carnegiehall.org/model/Entity> ;
    rdfs:label "Émile Desportes" ;
    ns1:birthDate "1878"^^xsd:gYear ;
    ns1:birthPlace <https://sws.geonames.org/2986151/> ;
    ns1:deathDate "1944"^^xsd:gYear ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    skos:exactMatch <http://dbpedia.org/resource/%C3%89mile_Desportes>,
        <http://www.wikidata.org/entity/Q8078273>,
        <https://id.loc.gov/authorities/names/n79076858>,
        <https://musicbrainz.org/artist/94e28806-4feb-42f0-841d-75daf2596c1f> .

