@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/1007557> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Giuseppe Torelli" ;
    ns1:birthDate "1658-04-22"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/6541865/> ;
    ns1:deathDate "1709-02-08"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Giuseppe Torelli" ;
    skos:exactMatch <http://dbpedia.org/resource/Giuseppe_Torelli>,
        <http://id.loc.gov/authorities/names/n80079577>,
        <http://musicbrainz.org/artist/f346a19a-e909-4a0d-9a66-4c32a92e8abc>,
        <http://www.wikidata.org/entity/Q207532> .

