@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/136251> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Richard Weitz" ;
    ns1:hasOccupation <http://data.carnegiehall.org/roles/439> ;
    ns1:name "Richard Weitz" ;
    skos:exactMatch <https://musicbrainz.org/artist/34e058e0-4c7c-4e91-b6d1-701aaf3296fd> .

