@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/1022580> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Dino Saluzzi" ;
    ns1:birthDate "1935-05-20"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/3838231/> ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Dino Saluzzi" ;
    skos:exactMatch <http://dbpedia.org/resource/Dino_Saluzzi>,
        <http://id.loc.gov/authorities/names/no97003354>,
        <http://www.wikidata.org/entity/Q1226650>,
        <https://musicbrainz.org/artist/d03f81f3-17b2-490d-8ba9-13c6c82b99d4> .

