@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/1004216> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Frederick Tillis" ;
    ns1:birthDate "1930-01-05"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/4692883/> ;
    ns1:deathDate "2020-05-03"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Frederick Tillis" ;
    skos:exactMatch <http://dbpedia.org/resource/Frederick_C._Tillis>,
        <http://www.wikidata.org/entity/Q1875909>,
        <https://id.loc.gov/authorities/no89019659>,
        <https://musicbrainz.org/artist/7649ac5b-e760-48cb-8a2a-d8032e7034d3> .

