@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/7256> a <http://data.carnegiehall.org/model/Entity>,
        ns2:Person ;
    rdfs:label "François Clemmons" ;
    ns1:playedInstrument <http://data.carnegiehall.org/instruments/62> ;
    ns2:birthDate "1945-04-23"^^xsd:date ;
    ns2:birthPlace <https://sws.geonames.org/4049979/> ;
    ns2:hasOccupation <http://data.carnegiehall.org/roles/971> ;
    ns2:name "François Clemmons" ;
    skos:exactMatch <http://dbpedia.org/resource/Fran%C3%A7ois_Clemmons>,
        <http://www.wikidata.org/entity/Q15454793>,
        <https://id.loc.gov/authorities/n97011552>,
        <https://musicbrainz.org/artist/a482dbbb-117b-4186-90b7-1d55e69bd7ad> .

