@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/1028611> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Ben Peters" ;
    ns1:birthDate "1933-06-20"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/4428475/> ;
    ns1:deathDate "2005-05-25"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp>,
        <http://id.loc.gov/vocabulary/relators/lyr> ;
    ns1:name "Ben Peters" ;
    skos:exactMatch <http://dbpedia.org/resource/Ben_Peters>,
        <http://www.wikidata.org/entity/Q1890960>,
        <https://id.loc.gov/authorities/n78067249>,
        <https://musicbrainz.org/artist/4dd5f10d-d1c9-46e4-be95-71fb63625474> .

