@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/1006937> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Sigismondo D'India" ;
    ns1:birthPlace <https://sws.geonames.org/2523920/> ;
    ns1:deathDate "1629"^^xsd:gYear ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Sigismondo D'India" ;
    skos:exactMatch <http://dbpedia.org/resource/Sigismondo_d%27India>,
        <http://www.wikidata.org/entity/Q457145>,
        <https://id.loc.gov/authorities/names/n81007062>,
        <https://musicbrainz.org/artist/86009788-f0ee-47dc-a4d4-4025198bb4f9> .

