@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/1028687> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Troy Seals" ;
    ns1:birthDate "1938-11-16"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/4284564/> ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Troy Seals" ;
    skos:exactMatch <http://dbpedia.org/resource/Troy_Seals>,
        <http://www.wikidata.org/entity/Q7846947>,
        <https://id.loc.gov/authorities/n91047809>,
        <https://musicbrainz.org/artist/081db533-de7a-4c42-ace2-88e92b3e7e36> .

