@prefix ns1: <http://schema.org/> .
@prefix ns2: <http://d-nb.info/standards/elementset/gnd#> .
@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/46896> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Emitt Rhodes" ;
    ns2:playedInstrument <http://data.carnegiehall.org/instruments/349>,
        <http://data.carnegiehall.org/instruments/585> ;
    ns1:birthDate "1950-02-25"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/4236895/> ;
    ns1:deathDate "2020-07-19"^^xsd:date ;
    ns1:name "Emitt Rhodes" ;
    skos:exactMatch <http://dbpedia.org/resource/Emitt_Rhodes>,
        <http://id.loc.gov/authorities/names/no98026391>,
        <http://www.wikidata.org/entity/Q3724610>,
        <https://musicbrainz.org/artist/87fa7ab0-2720-46c4-8926-900f4d916e66> .

