@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/1012668> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Alfred F. Weldon" ;
    ns1:birthDate "1862-06-14"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/4835797/> ;
    ns1:deathDate "1914-05-05"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Alfred F. Weldon" ;
    skos:exactMatch <http://id.loc.gov/authorities/names/no99080736>,
        <https://musicbrainz.org/artist/476171f5-23ce-4fb6-9c1e-73c23f0a4ba4> .

