@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/1009458> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Giovanni Battista Riccio" ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Giovanni Battista Riccio" ;
    skos:exactMatch <http://dbpedia.org/resource/Giovanni_Battista_Riccio>,
        <http://www.wikidata.org/entity/Q1525925>,
        <https://id.loc.gov/authorities/names/n81080035>,
        <https://musicbrainz.org/artist/4effe287-24ac-4d0a-bf8c-f8fa045ea5f5> .

