@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/14578> a <http://data.carnegiehall.org/model/Entity>,
        ns2:Person ;
    rdfs:label "Dr. John" ;
    ns1:playedInstrument <http://data.carnegiehall.org/instruments/349>,
        <http://data.carnegiehall.org/instruments/585>,
        <http://data.carnegiehall.org/instruments/783> ;
    ns2:birthDate "1941-11-21"^^xsd:date ;
    ns2:birthPlace <https://sws.geonames.org/4335045/> ;
    ns2:deathDate "2019-06-06"^^xsd:date ;
    ns2:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns2:name "Dr. John" ;
    skos:exactMatch <http://dbpedia.org/resource/Dr._John>,
        <http://id.loc.gov/authorities/names/n87123034>,
        <http://www.wikidata.org/entity/Q511074>,
        <https://musicbrainz.org/artist/a40b46f7-7b40-4a28-9dec-a1e3cb440a8b> .

