@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/1015349> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Edward Gallagher" ;
    ns1:birthDate "1873"^^xsd:gYear ;
    ns1:birthPlace <https://sws.geonames.org/5391959/> ;
    ns1:deathDate "1929-03-28"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Edward Gallagher" ;
    skos:exactMatch <http://dbpedia.org/resource/Edward_Gallagher_(actor)>,
        <http://id.loc.gov/authorities/names/no2010162499>,
        <http://www.wikidata.org/entity/Q5343048>,
        <https://musicbrainz.org/artist/656df760-909a-4d3b-9534-3e1bd24253ed> .

