@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/1015639> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Jesse Stone" ;
    ns1:birthDate "1901-11-16"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/4267733/> ;
    ns1:deathDate "1999-04-01"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Jesse Stone" ;
    skos:exactMatch <http://dbpedia.org/resource/Jesse_Stone>,
        <http://www.wikidata.org/entity/Q485280>,
        <https://id.loc.gov/authorities/names/no2008099584>,
        <https://musicbrainz.org/artist/b011ce7d-ff1c-43cd-82ae-d978ee4d5d49> .

