@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/1026071> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Étienne de Jouy" ;
    ns1:birthDate "1764-10-19"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/2969679/> ;
    ns1:deathDate "1846-09-04"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/lbt> ;
    ns1:name "Étienne de Jouy" ;
    skos:exactMatch <http://dbpedia.org/resource/Victor-Joseph_%C3%89tienne_de_Jouy>,
        <http://id.loc.gov/authorities/names/n81017262>,
        <http://www.wikidata.org/entity/Q204889>,
        <https://musicbrainz.org/artist/746e3250-1c7c-4e6e-a327-09e10f6ad420> .

