@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/1029384> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Jeffrey Bowen" ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Jeffrey Bowen" ;
    skos:exactMatch <http://dbpedia.org/resource/Jeffrey_Bowen>,
        <http://id.loc.gov/authorities/names/nb2022003737>,
        <http://www.wikidata.org/entity/Q6175865>,
        <https://musicbrainz.org/artist/51414969-0514-4e3b-a8a1-6714793089b3> .

