@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/7742> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Gregory Hines" ;
    ns1:birthDate "1946-02-14"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/5128581/> ;
    ns1:deathDate "2003-08-09"^^xsd:date ;
    ns1:hasOccupation <http://data.carnegiehall.org/roles/660> ;
    ns1:name "Gregory Hines" ;
    skos:exactMatch <http://dbpedia.org/resource/Gregory_Hines>,
        <http://id.loc.gov/authorities/names/n82132250>,
        <http://www.wikidata.org/entity/Q367653>,
        <https://musicbrainz.org/artist/13aaa140-a087-42c7-928d-5a158a514f49> .

