@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/1020017> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Libero Bovio" ;
    ns1:birthDate "1883-06-09"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/3172394/> ;
    ns1:deathDate "1942-05-26"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/lyr> ;
    ns1:name "Libero Bovio" ;
    skos:exactMatch <http://dbpedia.org/resource/Libero_Bovio>,
        <http://id.loc.gov/authorities/names/no94040681>,
        <https://musicbrainz.org/artist/46875fc1-0211-44ea-a3e6-a10bac223249>,
        <https://www.wikidata.org/wiki/Q3831683> .

