@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/92872> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Jacques Lacombe" ;
    ns1:birthDate "1963-07-14"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/5915395/> ;
    ns1:hasOccupation <http://data.carnegiehall.org/roles/439> ;
    ns1:name "Jacques Lacombe" ;
    skos:exactMatch <http://dbpedia.org/resource/Jacques_Lacombe>,
        <http://id.loc.gov/authorities/names/no2011093412>,
        <http://www.wikidata.org/entity/Q3159233>,
        <https://musicbrainz.org/artist/d3801ad2-7966-47de-b66d-88229bedc28f> .

