@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/1022481> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Ranieri de Calzabigi" ;
    ns1:birthDate "1714-12-23"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/3174659/> ;
    ns1:deathDate "1795-07"^^xsd:gYearMonth ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/lbt> ;
    ns1:name "Ranieri de Calzabigi" ;
    skos:exactMatch <http://dbpedia.org/resource/Ranieri_de%27_Calzabigi>,
        <http://id.loc.gov/authorities/names/n82033043>,
        <http://www.wikidata.org/entity/Q1310912>,
        <https://musicbrainz.org/artist/5d2182f5-85fe-46e3-8d54-d0c83dc023c3> .

