@prefix ns1: <http://schema.org/> .
@prefix ns2: <http://d-nb.info/standards/elementset/gnd#> .
@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/22979> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Bud Freeman" ;
    ns2:playedInstrument <http://data.carnegiehall.org/instruments/190> ;
    ns1:birthDate "1906-04-13"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/4887398/> ;
    ns1:deathDate "1991-03-15"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Bud Freeman" ;
    skos:exactMatch <http://dbpedia.org/resource/Bud_Freeman>,
        <http://id.loc.gov/authorities/names/n50026374>,
        <http://musicbrainz.org/artist/69385710-666e-4694-9041-2bc5213195bb>,
        <http://www.wikidata.org/entity/Q711163> .

