@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/117513> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "John Ashbery" ;
    ns1:birthDate "1927-07-28"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/5134086/> ;
    ns1:deathDate "2017-09-03"^^xsd:date ;
    ns1:hasOccupation <http://data.carnegiehall.org/roles/946>,
        <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "John Ashbery" ;
    skos:exactMatch <http://dbpedia.org/resource/John_Ashbery>,
        <http://id.loc.gov/authorities/names/n79059269>,
        <http://www.wikidata.org/entity/Q29418>,
        <https://musicbrainz.org/artist/93577c52-51dd-4359-acce-9d5d5fdfa7b5> .

