@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/1014805> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Grant Clarke" ;
    ns1:birthDate "1891-05-14"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/5145476/> ;
    ns1:deathDate "1931-05-16"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp>,
        <http://id.loc.gov/vocabulary/relators/lyr> ;
    ns1:name "Grant Clarke" ;
    skos:exactMatch <http://dbpedia.org/resource/Grant_Clarke>,
        <http://id.loc.gov/authorities/names/n81046661>,
        <http://www.wikidata.org/entity/Q5596141>,
        <https://musicbrainz.org/artist/b5b8ed30-8bd6-4264-96d3-f7e9c246b3cf> .

