@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/1016145> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Giovanni Battista Buonamente" ;
    ns1:birthPlace <https://sws.geonames.org/3174051/> ;
    ns1:deathDate "1642-08-29"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Giovanni Battista Buonamente" ;
    skos:exactMatch <http://dbpedia.org/resource/Giovanni_Battista_Buonamente>,
        <http://id.loc.gov/authorities/names/n87142355>,
        <https://musicbrainz.org/artist/0f6d7189-e67a-4b71-a816-410e7720ef5d> .

