@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/1028915> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Dan Godfrey" ;
    ns1:birthDate "1868-06-20"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/2643743/> ;
    ns1:deathDate "1939-07-20"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/arr> ;
    ns1:name "Dan Godfrey" ;
    skos:exactMatch <http://dbpedia.org/resource/Dan_Godfrey>,
        <http://www.wikidata.org/entity/Q5213576>,
        <https://id.loc.gov/authorities/n87809415>,
        <https://musicbrainz.org/artist/3972cd57-772e-437a-ad31-31b9b3b2bbd4> .

