@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/1001338> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Jean-Paul-Egide Martini" ;
    ns1:birthDate "1741-08-31"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/2924854/> ;
    ns1:deathDate "1816-02-10"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Jean-Paul-Egide Martini" ;
    skos:exactMatch <http://dbpedia.org/resource/Jean-Paul-%C3%89gide_Martini>,
        <http://id.loc.gov/authorities/names/n86860798>,
        <http://musicbrainz.org/artist/d74d65a1-2348-44c7-aabf-541f1e53fb59>,
        <http://www.wikidata.org/entity/Q696034> .

