@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/1000552> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "John Bacchus Dykes" ;
    ns1:birthDate "1823-03-10"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/2645425/> ;
    ns1:deathDate "1876-01-22"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "John Bacchus Dykes" ;
    skos:exactMatch <http://dbpedia.org/resource/John_Bacchus_Dykes>,
        <http://id.loc.gov/authorities/names/n94078906>,
        <http://www.wikidata.org/entity/Q3269824>,
        <https://musicbrainz.org/artist/757ea68b-15a5-4a52-9dfe-9bf1a476b0da> .

