@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/45625> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Ernest Hogan" ;
    ns1:birthDate "1865-04-17"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/4285268/> ;
    ns1:deathDate "1909-05-20"^^xsd:date ;
    ns1:hasOccupation <http://data.carnegiehall.org/roles/151>,
        <http://id.loc.gov/vocabulary/relators/cmp>,
        <http://id.loc.gov/vocabulary/relators/lyr> ;
    ns1:name "Ernest Hogan" ;
    skos:exactMatch <http://dbpedia.org/resource/Ernest_Hogan>,
        <http://id.loc.gov/authorities/names/no99001710>,
        <http://www.wikidata.org/entity/Q5393281>,
        <https://musicbrainz.org/artist/ece97db8-fdfe-4e1e-ab17-31fc98798780> .

