@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/8237> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Ifor Jones" ;
    ns1:birthDate "1900-01-23"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/2642705/> ;
    ns1:deathDate "1988-11-11"^^xsd:date ;
    ns1:hasOccupation <http://data.carnegiehall.org/roles/439>,
        <http://id.loc.gov/vocabulary/relators/arr> ;
    ns1:name "Ifor Jones" ;
    skos:exactMatch <http://dbpedia.org/resource/William_Ifor_Jones>,
        <http://id.loc.gov/authorities/names/n91017875>,
        <http://www.wikidata.org/entity/Q15491437>,
        <https://musicbrainz.org/artist/562fb275-4d78-4749-95d8-21e071a9fb7c> .

