@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/63584> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Paul Haas" ;
    ns1:hasOccupation <http://data.carnegiehall.org/roles/439>,
        <http://id.loc.gov/vocabulary/relators/arr> ;
    ns1:name "Paul Haas" ;
    skos:exactMatch <http://id.loc.gov/authorities/names/no2009204269>,
        <https://musicbrainz.org/artist/a6b37d17-6e8b-4e59-bd71-cb74499e7f6b> .

