@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/1015587> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Joel McNeely" ;
    ns1:birthDate "1959-03-28"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/5261457/> ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Joel McNeely" ;
    skos:exactMatch <http://dbpedia.org/resource/Joel_McNeely>,
        <http://www.wikidata.org/entity/Q1382830>,
        <https://id.loc.gov/authorities/names/n94123232>,
        <https://musicbrainz.org/artist/cf0e04e5-5ec7-43b4-b015-613872afc8da> .

