@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/1010743> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Robert Sadin" ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/adp>,
        <http://id.loc.gov/vocabulary/relators/arr> ;
    ns1:name "Robert Sadin" ;
    skos:exactMatch <http://dbpedia.org/resource/Robert_Sadin>,
        <http://id.loc.gov/authorities/names/n86861401>,
        <http://www.wikidata.org/entity/Q3436211>,
        <https://musicbrainz.org/artist/7dfacee2-f62a-495b-8c36-5642069f7c41> .

