@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/37149> a <http://data.carnegiehall.org/model/Entity>,
        ns2:Person ;
    rdfs:label "William A. Brown" ;
    ns1:playedInstrument <http://data.carnegiehall.org/instruments/62> ;
    ns2:birthDate "1938-03-29"^^xsd:date ;
    ns2:birthPlace <https://sws.geonames.org/4431410/> ;
    ns2:deathDate "2004-10-20"^^xsd:date ;
    ns2:name "William A. Brown" ;
    skos:exactMatch <http://dbpedia.org/resource/William_Brown_(tenor)>,
        <http://id.loc.gov/authorities/names/n81140128>,
        <http://www.wikidata.org/entity/Q8006024>,
        <https://musicbrainz.org/artist/9cf3b536-d398-4e11-9419-9b0168af3901> .

