@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/1027976> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Felix Powell" ;
    ns1:birthDate "1878-05-23"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/2638855/> ;
    ns1:deathDate "1942-02-10"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Felix Powell" ;
    skos:exactMatch <http://dbpedia.org/resource/Felix_Powell>,
        <http://www.wikidata.org/entity/Q5442307>,
        <https://id.loc.gov/authorities/no93018961>,
        <https://musicbrainz.org/artist/cee10e2f-17c6-4b3f-ae37-2385a42452e1> .

