@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/1019252> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "John Donne" ;
    ns1:birthDate "1572"^^xsd:gYear ;
    ns1:birthPlace <https://sws.geonames.org/2643743/> ;
    ns1:deathDate "1631-03-31"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/aut> ;
    ns1:name "John Donne" ;
    skos:exactMatch <http://dbpedia.org/resource/John_Donne>,
        <http://id.loc.gov/authorities/names/n79069876>,
        <http://www.wikidata.org/entity/Q140412>,
        <https://musicbrainz.org/artist/e13b7fef-96cd-41b9-a397-b35135844509> .

