@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/1002804> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Giovanni Antonio Piani" ;
    ns1:birthDate "1678"^^xsd:gYear ;
    ns1:birthPlace <https://sws.geonames.org/3172394/> ;
    ns1:deathDate "1759"^^xsd:gYear ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Giovanni Antonio Piani" ;
    skos:exactMatch <http://www.wikidata.org/entity/Q1525749>,
        <https://id.loc.gov/authorities/no2005102537>,
        <https://musicbrainz.org/artist/57debd6c-a093-4e0c-bef1-e897bfd43f9e> .

