@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/1002788> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Guy Lafarge" ;
    ns1:birthDate "1904-05-05"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/2987967/> ;
    ns1:deathDate "1990-12-17"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Guy Lafarge" ;
    skos:exactMatch <http://id.loc.gov/authorities/names/n00115217>,
        <http://www.wikidata.org/entity/Q3121896>,
        <https://musicbrainz.org/artist/847aab39-9cef-4599-8b2d-b7bd7521ec97> .

