@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/1016233> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Jules Grison" ;
    ns1:birthDate "1842-12-07"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/3026216/> ;
    ns1:deathDate "1896-06-19"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Jules Grison" ;
    skos:exactMatch <http://id.loc.gov/authorities/names/n78080697>,
        <http://www.wikidata.org/entity/Q1711709>,
        <https://musicbrainz.org/artist/ecc4b1dc-7bd4-4d2c-ae04-87b3be0a1d24> .

