@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/1003603> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Giovanni Battista Viotti" ;
    ns1:birthDate "1755-05-12"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/3176800/> ;
    ns1:deathDate "1824-03-03"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Giovanni Battista Viotti" ;
    skos:exactMatch <http://dbpedia.org/resource/Giovanni_Battista_Viotti>,
        <http://www.wikidata.org/entity/Q313188>,
        <https://id.loc.gov/authorities/names/n81149945>,
        <https://musicbrainz.org/artist/dada0453-44dd-43fa-a1c6-06d1e33b24af> .

