@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/1020306> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "William Merrigan Daly" ;
    ns1:birthDate "1887-09-01"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/4508722/> ;
    ns1:deathDate "1936-12-03"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/arr>,
        <http://id.loc.gov/vocabulary/relators/trc> ;
    ns1:name "William Merrigan Daly" ;
    skos:exactMatch <http://dbpedia.org/resource/William_Merrigan_Daly>,
        <http://id.loc.gov/authorities/names/no2007151448>,
        <http://www.wikidata.org/entity/Q8015577>,
        <https://musicbrainz.org/artist/c1f3110d-f6da-4b03-a4d1-9d06aa2ee98a> .

