@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/1026640> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Ned Ginsburg" ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/arr> ;
    ns1:name "Ned Ginsburg" ;
    skos:exactMatch <https://musicbrainz.org/artist/077688c0-8ca6-4817-9d27-99be249ec30f> .

