@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/1025360> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Eddie Jones" ;
    ns1:birthDate "1926-12-10"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/4428495/> ;
    ns1:deathDate "1959-02-07"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Eddie Jones" ;
    skos:exactMatch <http://dbpedia.org/resource/Guitar_Slim>,
        <http://www.wikidata.org/entity/Q607448>,
        <https://id.loc.gov/authorities/names/n90676813>,
        <https://musicbrainz.org/artist/b099cc2b-e9a3-4fa9-b822-4f40248bd145> .

