@prefix ns1: <http://schema.org/> .
@prefix ns2: <http://d-nb.info/standards/elementset/gnd#> .
@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/113485> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "JT Nero" ;
    ns2:playedInstrument <http://data.carnegiehall.org/instruments/1>,
        <http://data.carnegiehall.org/instruments/349> ;
    ns1:birthPlace <https://sws.geonames.org/4887398/> ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "JT Nero" ;
    skos:exactMatch <https://musicbrainz.org/artist/de377c99-fc09-4266-8c06-7b8d96a89f0a> .

