@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/1012188> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Richard M. Jones" ;
    ns1:birthDate "1892-06-13"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/4315508/> ;
    ns1:deathDate "1945-12-08"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Richard M. Jones" ;
    skos:exactMatch <http://dbpedia.org/resource/Richard_M._Jones>,
        <http://www.wikidata.org/entity/Q2150138>,
        <https://id.loc.gov/authorities/names/n90614349>,
        <https://musicbrainz.org/artist/a9fea45b-07d0-49b1-87c7-30585d813fbf> .

