@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/124598> a <http://data.carnegiehall.org/model/Entity>,
        ns2:Person ;
    rdfs:label "Jim McCarty" ;
    ns1:playedInstrument <http://data.carnegiehall.org/instruments/850> ;
    ns2:birthDate "1943-07-25"^^xsd:date ;
    ns2:birthPlace <https://sws.geonames.org/2634827/> ;
    ns2:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns2:name "Jim McCarty" ;
    skos:exactMatch <http://dbpedia.org/resource/Jim_McCarty>,
        <http://www.wikidata.org/entity/Q923915>,
        <https://id.loc.gov/authorities/names/n2016055412>,
        <https://musicbrainz.org/artist/ba900218-68b3-434d-8552-989d8441bba3> .

