@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/1029053> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Adam Lesnick" ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/arr> ;
    ns1:name "Adam Lesnick" ;
    skos:exactMatch <http://id.loc.gov/authorities/names/n98027894>,
        <https://musicbrainz.org/artist/05da2c68-9421-48a3-9332-c19e356fa9ed> .

