@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/1030360> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Mack Rice" ;
    ns1:birthDate "1933-11-10"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/4421935/> ;
    ns1:deathDate "2016-06-27"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Mack Rice" ;
    skos:exactMatch <http://dbpedia.org/resource/Mack_Rice>,
        <http://www.wikidata.org/entity/Q6724246>,
        <https://id.loc.gov/authorities/n93096228>,
        <https://musicbrainz.org/artist/b2ed3e60-bdd8-4e49-9f79-66a36411729d> .

