@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/1016765> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Francesco Paolo Frontini" ;
    ns1:birthDate "1860-08-06"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/2525068/> ;
    ns1:deathDate "1939-07-26"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Francesco Paolo Frontini" ;
    skos:exactMatch <http://dbpedia.org/resource/Francesco_Paolo_Frontini>,
        <http://id.loc.gov/authorities/names/no2007036059>,
        <http://www.wikidata.org/entity/Q3750409>,
        <https://musicbrainz.org/artist/31d52b8e-97dd-43f7-91e1-5d5aac729ba1> .

