@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/1016513> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Nicola Samale" ;
    ns1:birthDate "1941-09-14"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/3193027/> ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/edt> ;
    ns1:name "Nicola Samale" ;
    skos:exactMatch <http://dbpedia.org/resource/Nicola_Samale>,
        <http://www.wikidata.org/entity/Q1986185>,
        <https://id.loc.gov/authorities/names/nr90020932>,
        <https://musicbrainz.org/artist/ac20cc06-e224-4879-a7dd-850b61f8bb84> .

