@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/1024728> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Cecil Mack" ;
    ns1:birthDate "1873-11-06"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/4779999/> ;
    ns1:deathDate "1944-08-01"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/lyr> ;
    ns1:name "Cecil Mack" ;
    skos:exactMatch <http://dbpedia.org/resource/Cecil_Mack>,
        <http://www.wikidata.org/entity/Q5056201>,
        <https://id.loc.gov/authorities/names/no95030839>,
        <https://musicbrainz.org/artist/45ce5551-58ad-41f0-9403-6c4eb4b6d444> .

