@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/1014199> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Auguste-Mathieu Panseron" ;
    ns1:birthDate "1795-04-26"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/2988507/> ;
    ns1:deathDate "1859-07-29"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Auguste-Mathieu Panseron" ;
    skos:exactMatch <http://dbpedia.org/resource/Auguste_Mathieu_Panseron>,
        <http://id.loc.gov/authorities/names/n84183683>,
        <http://www.wikidata.org/entity/Q713985>,
        <https://musicbrainz.org/artist/3c748262-18ea-4947-bcb7-116aebe3a25d> .

