@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/1004463> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "François Anatole Laurent de Rillé" ;
    ns1:birthDate "1828-11-24"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/2989317/> ;
    ns1:deathDate "1915-08-26"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "François Anatole Laurent de Rillé" ;
    skos:exactMatch <http://dbpedia.org/resource/Fran%C3%A7ois_Anatole_Laurent_de_Rill%C3%A9>,
        <http://id.loc.gov/authorities/names/no2005023600>,
        <http://www.wikidata.org/entity/Q5493157>,
        <https://musicbrainz.org/artist/9fe43a76-ec3a-460d-a0ff-48e56e06fa47> .

