@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/1015732> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Gino Paoli" ;
    ns1:birthDate "1934-09-23"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/3173153/> ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Gino Paoli" ;
    skos:exactMatch <http://dbpedia.org/resource/Gino_Paoli>,
        <http://id.loc.gov/authorities/names/n97020761>,
        <http://www.wikidata.org/entity/Q470554>,
        <https://musicbrainz.org/artist/9671bd12-21df-4e35-90aa-ab7bd60efc7f> .

