@prefix ns1: <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/37523> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Vaughn Meader" ;
    ns1:birthDate "1936-03-20"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/4982236/> ;
    ns1:deathDate "2004-10-29"^^xsd:date ;
    ns1:hasOccupation <http://data.carnegiehall.org/roles/151> ;
    ns1:name "Vaughn Meader" ;
    skos:exactMatch <http://dbpedia.org/resource/Vaughn_Meader>,
        <http://www.wikidata.org/entity/Q4009028>,
        <https://id.loc.gov/authorities/no98036741>,
        <https://musicbrainz.org/artist/c70bd566-0c54-4ab8-aca3-b042dec62cdb> .

