@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/1009979> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "François-Auguste Gevaert" ;
    ns1:birthDate "1828-07-31"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/2795199/> ;
    ns1:deathDate "1908-12-24"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/arr>,
        <http://id.loc.gov/vocabulary/relators/cmp>,
        <http://id.loc.gov/vocabulary/relators/edt> ;
    ns1:name "François-Auguste Gevaert" ;
    skos:exactMatch <http://dbpedia.org/resource/Fran%C3%A7ois-Auguste_Gevaert>,
        <http://id.loc.gov/authorities/names/no88000690>,
        <http://www.wikidata.org/entity/Q682376>,
        <https://musicbrainz.org/artist/209430a5-5921-458d-8fa2-8f1333f2c022> .

