@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/1026371> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "François-Benoît Hoffmann" ;
    ns1:birthDate "1760-07-11"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/2990999/> ;
    ns1:deathDate "1828-04-25"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/lbt> ;
    ns1:name "François-Benoît Hoffmann" ;
    skos:exactMatch <http://dbpedia.org/resource/Fran%C3%A7ois-Beno%C3%AEt_Hoffman>,
        <http://id.loc.gov/authorities/names/n81111994>,
        <http://www.wikidata.org/entity/Q539301>,
        <https://musicbrainz.org/artist/6f7b705c-2b7b-4b37-926e-5aa1b64b2f1c> .

