@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/1026979> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Adriano Celentano" ;
    ns1:birthDate "1938-01-09"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/3173435/> ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Adriano Celentano" ;
    skos:exactMatch <http://dbpedia.org/resource/Adriano_Celentano>,
        <http://www.wikidata.org/entity/Q199943>,
        <https://id.loc.gov/authorities/names/n83067338>,
        <https://musicbrainz.org/artist/d2b50525-1111-4906-aab6-4553f035f679> .

