@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/1015180> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Gérard Grisey" ;
    ns1:birthDate "1946-06-17"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/3033791/> ;
    ns1:deathDate "1998-11-11"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Gérard Grisey" ;
    skos:exactMatch <http://dbpedia.org/resource/G%C3%A9rard_Grisey>,
        <http://id.loc.gov/authorities/names/n80145170>,
        <http://musicbrainz.org/artist/0fa3098b-64c7-4c9e-af69-587ff5edc46f>,
        <http://www.wikidata.org/entity/Q548149> .

