@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/1010340> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Edgar Tinel" ;
    ns1:birthDate "1854-03-27"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/2786578/> ;
    ns1:deathDate "1912-10-28"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Edgar Tinel" ;
    skos:exactMatch <http://dbpedia.org/resource/Edgar_Tinel>,
        <http://id.loc.gov/authorities/names/n80017819>,
        <http://www.wikidata.org/entity/Q377071>,
        <https://musicbrainz.org/artist/f11fef25-f695-494f-8378-b6e38b88a4a4> .

