@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/1005575> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Francesco Balilla Pratella" ;
    ns1:birthDate "1880-02-01"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/3174494/> ;
    ns1:deathDate "1955-05-17"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp>,
        <http://id.loc.gov/vocabulary/relators/trc> ;
    ns1:name "Francesco Balilla Pratella" ;
    skos:exactMatch <http://dbpedia.org/resource/Francesco_Balilla_Pratella>,
        <http://id.loc.gov/authorities/names/n82019699>,
        <http://www.wikidata.org/entity/Q1377317>,
        <https://musicbrainz.org/artist/ace0cc1b-7b1a-4995-8a36-3b3973538acd> .

