@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/1021293> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Antonio Valente" ;
    ns1:birthPlace <https://sws.geonames.org/3175395/> ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Antonio Valente" ;
    skos:exactMatch <http://dbpedia.org/resource/Antonio_Valente>,
        <http://id.loc.gov/authorities/names/n79139245>,
        <http://www.wikidata.org/entity/Q605559>,
        <https://musicbrainz.org/artist/329f7284-a254-4a52-9bc5-24c164b03043> .

