@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/55376> a <http://data.carnegiehall.org/model/Entity>,
        ns2:Person ;
    rdfs:label "Al Foster" ;
    ns1:playedInstrument <http://data.carnegiehall.org/instruments/850> ;
    ns2:birthDate "1943-01-18"^^xsd:date ;
    ns2:birthPlace <https://sws.geonames.org/4781708/> ;
    ns2:deathDate "2025-05-28"^^xsd:date ;
    ns2:name "Al Foster" ;
    skos:exactMatch <http://dbpedia.org/resource/Al_Foster>,
        <http://www.wikidata.org/entity/Q1341043>,
        <https://id.loc.gov/authorities/n79106984>,
        <https://musicbrainz.org/artist/086dd6b2-0d17-4421-885b-14e4f1816390> .

