@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/59190> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Arturo O'Farrill" ;
    ns1:birthDate "1960-06-22"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/3530597/> ;
    ns1:hasOccupation <http://data.carnegiehall.org/roles/439>,
        <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Arturo O'Farrill" ;
    skos:exactMatch <http://dbpedia.org/resource/Arturo_O%27Farrill>,
        <http://id.loc.gov/authorities/names/no00071446>,
        <http://www.wikidata.org/entity/Q715390>,
        <https://musicbrainz.org/artist/8626ae9d-d6ca-4960-98e4-28bf68f2c180> .

