@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#> .

<http://data.carnegiehall.org/names/90694> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Jack Everly" ;
    ns1:birthPlace <https://sws.geonames.org/4263681/> ;
    ns1:hasOccupation <http://data.carnegiehall.org/roles/439>,
        <http://id.loc.gov/vocabulary/relators/arr> ;
    ns1:name "Jack Everly" ;
    skos:exactMatch <http://id.loc.gov/authorities/names/no97000799>,
        <http://musicbrainz.org/artist/a2a41783-efff-4809-9e54-c5f1fa1e6ba9> .

