@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/74315> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Fred Allen" ;
    ns1:birthDate "1894-05-31"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/4931972/> ;
    ns1:deathDate "1956-03-17"^^xsd:date ;
    ns1:hasOccupation <http://data.carnegiehall.org/roles/151> ;
    ns1:name "Fred Allen" ;
    skos:exactMatch <http://dbpedia.org/resource/Fred_Allen>,
        <http://id.loc.gov/authorities/names/n80139303>,
        <http://www.wikidata.org/entity/Q967454>,
        <https://musicbrainz.org/artist/1f49b797-65f4-4cd3-9064-409a8cfce122> .

