@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/1008087> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Jean-Théodore Radoux" ;
    ns1:birthDate "1835-11-09"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/2792413/> ;
    ns1:deathDate "1911-03-20"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/arr>,
        <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Jean-Théodore Radoux" ;
    skos:exactMatch <http://dbpedia.org/resource/Jean-Th%C3%A9odore_Radoux>,
        <http://id.loc.gov/authorities/names/n84005891>,
        <http://www.wikidata.org/entity/Q1685290>,
        <https://musicbrainz.org/artist/3ae18cb4-bb17-486e-9097-e2bff9222b0e> .

