@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/1004254> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Jean Barraqué" ;
    ns1:birthDate "1928-01-17"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/2985034/> ;
    ns1:deathDate "1973-08-17"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Jean Barraqué" ;
    skos:exactMatch <http://dbpedia.org/resource/Jean_Barraqu%C3%A9>,
        <http://www.wikidata.org/entity/Q1276420>,
        <https://id.loc.gov/authorities/names/n82019974>,
        <https://musicbrainz.org/artist/ae62e417-4d29-4510-aef7-22d703610b88> .

