@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/1000715> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Franco Alfano" ;
    ns1:birthDate "1875-03-08"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/3170055/> ;
    ns1:deathDate "1954-10-27"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Franco Alfano" ;
    skos:exactMatch <http://dbpedia.org/resource/Franco_Alfano>,
        <http://id.loc.gov/authorities/names/n83187576>,
        <http://www.wikidata.org/entity/Q312638>,
        <https://musicbrainz.org/artist/e7e21773-0592-4bed-a130-0d5b5e5a3e99> .

