@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/1022713> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Antoine-François-Claude Ferrand" ;
    ns1:birthDate "1751-07-04"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/2988507/> ;
    ns1:deathDate "1825-01-17"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/aut> ;
    ns1:name "Antoine-François-Claude Ferrand" ;
    skos:exactMatch <http://dbpedia.org/resource/Antoine-Fran%C3%A7ois-Claude_Ferrand>,
        <http://id.loc.gov/authorities/names/no89009873>,
        <http://www.wikidata.org/entity/Q2853464>,
        <https://musicbrainz.org/artist/43e38d21-aa7b-4836-9ebf-5702bcddf23f> .

