@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/65915> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Luigi Mancinelli" ;
    ns1:birthDate "1848-02-06"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/3171874/> ;
    ns1:deathDate "1921-02-02"^^xsd:date ;
    ns1:hasOccupation <http://data.carnegiehall.org/roles/439>,
        <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Luigi Mancinelli" ;
    skos:exactMatch <http://dbpedia.org/resource/Luigi_Mancinelli>,
        <http://id.loc.gov/authorities/names/n87842351>,
        <http://www.wikidata.org/entity/Q2754918>,
        <https://musicbrainz.org/artist/996411ca-167a-40ac-87ec-5a7395a84fe2> .

