@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/1000965> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Jeremiah Clarke" ;
    ns1:deathDate "1707-12-01"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Jeremiah Clarke" ;
    skos:exactMatch <http://id.loc.gov/authorities/names/n82010032>,
        <http://www.wikidata.org/entity/Q440020>,
        <https://musicbrainz.org/artist/96ea2d41-77f3-4dd4-aba7-08598d202d5c> .

