@prefix ns1: <http://d-nb.info/standards/elementset/gnd#> .
@prefix ns2: <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/44391> a <http://data.carnegiehall.org/model/Entity>,
        ns2:Person ;
    rdfs:label "Joe Farrell" ;
    ns1:playedInstrument <http://data.carnegiehall.org/instruments/190>,
        <http://data.carnegiehall.org/instruments/460>,
        <http://data.carnegiehall.org/instruments/654> ;
    ns2:birthDate "1934-12-16"^^xsd:date ;
    ns2:birthPlace <https://sws.geonames.org/4887442/> ;
    ns2:deathDate "1986-01-10"^^xsd:date ;
    ns2:name "Joe Farrell" ;
    skos:exactMatch <http://dbpedia.org/resource/Joe_Farrell>,
        <http://id.loc.gov/authorities/names/n83021445>,
        <http://www.wikidata.org/entity/Q254605>,
        <https://musicbrainz.org/artist/c84deb79-f49d-4f78-adcf-25424030d712> .

