@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/1008333> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Francesco Santoliquido" ;
    ns1:birthDate "1883-08-06"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/3168309/> ;
    ns1:deathDate "1971-08-26"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Francesco Santoliquido" ;
    skos:exactMatch <http://dbpedia.org/resource/Francesco_Santoliquido>,
        <http://id.loc.gov/authorities/names/no89000995>,
        <http://www.wikidata.org/entity/Q3817387>,
        <https://musicbrainz.org/artist/20e472ea-2759-48f2-8cc4-87cedf6f51fc> .

