@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/1010720> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Etienne-Nicolas Méhul" ;
    ns1:birthDate "1763-06-22"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/3015904/> ;
    ns1:deathDate "1817-10-18"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Etienne-Nicolas Méhul" ;
    skos:exactMatch <http://dbpedia.org/resource/%C3%89tienne_M%C3%A9hul>,
        <http://id.loc.gov/authorities/names/n80015515>,
        <http://www.wikidata.org/entity/Q364020>,
        <https://musicbrainz.org/artist/43cfe3a1-5de4-4538-98ee-3203843d9803> .

