@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/1029237> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Xavier de Maistre" ;
    ns1:birthDate "1763-10-10"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/3027422/> ;
    ns1:deathDate "1852-06-12"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/aut> ;
    ns1:name "Xavier de Maistre" ;
    skos:exactMatch <http://dbpedia.org/resource/Xavier_de_Maistre>,
        <http://id.loc.gov/authorities/names/n84126485>,
        <http://www.wikidata.org/entity/Q2737006>,
        <https://musicbrainz.org/artist/c198cd06-db26-48db-85d4-2fb18f2e9d6e> .

