@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/1019902> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Alvin Ailey" ;
    ns1:birthDate "1931-01-05"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/4723670/> ;
    ns1:deathDate "1989-12-01"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/chr> ;
    ns1:name "Alvin Ailey" ;
    skos:exactMatch <http://dbpedia.org/resource/Alvin_Ailey>,
        <http://id.loc.gov/authorities/names/n92006465>,
        <http://www.wikidata.org/entity/Q449037>,
        <https://musicbrainz.org/artist/a7eb7bcd-090f-4ae0-8547-dab1e0318e1b> .

