@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/1021542> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "A. P. Carter" ;
    ns1:birthDate "1891-12-15"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/4771203/> ;
    ns1:deathDate "1960-11-07"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "A. P. Carter" ;
    skos:exactMatch <http://dbpedia.org/resource/A._P._Carter>,
        <http://id.loc.gov/authorities/names/n83172235>,
        <http://www.wikidata.org/entity/Q321014>,
        <https://musicbrainz.org/artist/fe4efbf0-96b1-4219-af3a-70ce1b288f88> .

