@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#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<http://data.carnegiehall.org/names/1026810> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Giovanni Ruffini" ;
    ns1:birthDate "1807-09-20"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/3176219/> ;
    ns1:deathDate "1881-11-03"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/lbt> ;
    ns1:name "Giovanni Ruffini" ;
    skos:exactMatch <http://dbpedia.org/resource/Giovanni_Ruffini>,
        <http://www.wikidata.org/entity/Q478030>,
        <https://id.loc.gov/authorities/names/n82229216>,
        <https://musicbrainz.org/artist/15930e9a-b89a-4856-b12d-a9e93e231bf7> .

