@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/59581> a <http://data.carnegiehall.org/model/Entity>,
        ns2:Person ;
    rdfs:label "André De Shields" ;
    ns1:playedInstrument <http://data.carnegiehall.org/instruments/349> ;
    ns2:birthDate "1946-01-12"^^xsd:date ;
    ns2:birthPlace <https://sws.geonames.org/4347778/> ;
    ns2:hasOccupation <http://data.carnegiehall.org/roles/507> ;
    ns2:name "André De Shields" ;
    skos:exactMatch <http://dbpedia.org/resource/Andr%C3%A9_De_Shields>,
        <http://id.loc.gov/authorities/names/n2003080267>,
        <http://www.wikidata.org/entity/Q4759878>,
        <https://musicbrainz.org/artist/94514e40-ada1-41c7-b333-b08ddbc274bb> .

