@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/1010753> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Déodat de Sévérac" ;
    ns1:birthDate "1872-07-20"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/2980144/> ;
    ns1:deathDate "1921-03-24"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Déodat de Sévérac" ;
    skos:exactMatch <http://dbpedia.org/resource/D%C3%A9odat_de_S%C3%A9verac>,
        <http://id.loc.gov/authorities/names/n83210456>,
        <http://musicbrainz.org/artist/56499953-dc43-4404-b643-868b6b2612da>,
        <http://www.wikidata.org/entity/Q726550> .

