@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/60751> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Timmie Rogers" ;
    ns1:birthDate "1915-07-04"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/4990729/> ;
    ns1:deathDate "2006-12-17"^^xsd:date ;
    ns1:hasOccupation <http://data.carnegiehall.org/roles/151>,
        <http://data.carnegiehall.org/roles/409>,
        <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Timmie Rogers" ;
    skos:exactMatch <http://dbpedia.org/resource/Timmie_Rogers>,
        <http://id.loc.gov/authorities/names/no95051124>,
        <http://www.wikidata.org/entity/Q7806795>,
        <https://musicbrainz.org/artist/e140f391-a73f-47bf-9b48-1a893de40d6d> .

