@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/1016349> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Conner Reeves" ;
    ns1:birthDate "1972-04-08"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/6269131/> ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Conner Reeves" ;
    skos:exactMatch <http://dbpedia.org/resource/Conner_Reeves>,
        <http://id.loc.gov/authorities/names/nb99147605>,
        <http://www.wikidata.org/entity/Q5161776>,
        <https://musicbrainz.org/artist/522534bb-9c7f-46bb-a2e3-c68174308298> .

