@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/1022490> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Moe Jaffe" ;
    ns1:birthDate "1901-10-23"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/593116/> ;
    ns1:deathDate "1972-12-02"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/lyr> ;
    ns1:name "Moe Jaffe" ;
    skos:exactMatch <http://dbpedia.org/resource/Moe_Jaffe>,
        <http://id.loc.gov/authorities/names/no2002027328>,
        <http://www.wikidata.org/entity/Q6889983>,
        <https://musicbrainz.org/artist/d3a504f1-b97f-450d-9810-ad7aa5f3c647> .

