@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/1025766> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Frank Lebby Stanton" ;
    ns1:birthDate "1857-02-22"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/4574324/> ;
    ns1:deathDate "1927-01-07"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/aut> ;
    ns1:name "Frank Lebby Stanton" ;
    skos:exactMatch <http://dbpedia.org/resource/Frank_Lebby_Stanton>,
        <http://www.wikidata.org/entity/Q5487895>,
        <https://id.loc.gov/authorities/names/n81048017>,
        <https://musicbrainz.org/artist/078a9181-0072-43a5-ba31-13dc6a0e45d5> .

