@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/1014334> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Jackie DeShannon" ;
    ns1:birthDate "1944-08-21"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/4294352/> ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Jackie DeShannon" ;
    skos:exactMatch <http://dbpedia.org/resource/Jackie_DeShannon>,
        <http://id.loc.gov/authorities/names/n93039269>,
        <http://www.wikidata.org/entity/Q271045>,
        <https://musicbrainz.org/artist/194e5e92-0f2d-4d81-b5b9-c5f18d9edd59> .

