@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/1003371> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Chico O'Farrill" ;
    ns1:birthDate "1921-10-28"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/3553478/> ;
    ns1:deathDate "2001-06-27"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/arr>,
        <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Chico O'Farrill" ;
    skos:exactMatch <http://dbpedia.org/resource/Chico_O%27Farrill>,
        <http://id.loc.gov/authorities/names/no92025813>,
        <http://www.wikidata.org/entity/Q177824>,
        <https://musicbrainz.org/artist/bd9700f4-89b9-4365-9b7b-054cd5a0e853> .

