@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/1020276> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "James Agee" ;
    ns1:birthDate "1909-11-27"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/4634946/> ;
    ns1:deathDate "1955-05-16"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/aut> ;
    ns1:name "James Agee" ;
    skos:exactMatch <http://dbpedia.org/resource/James_Agee>,
        <http://id.loc.gov/authorities/names/n79039544>,
        <http://www.wikidata.org/entity/Q352963>,
        <https://musicbrainz.org/artist/86f82377-6e75-433a-bf14-2635e2651f0a> .

