@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/1007044> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Licinio Refice" ;
    ns1:birthDate "1883-02-12"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/3171378/> ;
    ns1:deathDate "1954-09-11"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Licinio Refice" ;
    skos:exactMatch <http://dbpedia.org/resource/Licinio_Refice>,
        <http://id.loc.gov/authorities/names/n82010458>,
        <http://www.wikidata.org/entity/Q2262579>,
        <https://musicbrainz.org/artist/18d6592e-6594-4773-9989-92c8466b1180> .

