@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/1009867> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Jean-Joseph Mouret" ;
    ns1:birthDate "1682-04-11"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/3035681/> ;
    ns1:deathDate "1738-12-22"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Jean-Joseph Mouret" ;
    skos:exactMatch <http://dbpedia.org/resource/Jean-Joseph_Mouret>,
        <http://id.loc.gov/authorities/names/n83134294>,
        <http://www.wikidata.org/entity/Q960766>,
        <https://musicbrainz.org/artist/0b2d03d6-5868-49ed-a841-b8aee954d398> .

