@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/1029340> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Paolo Dossena" ;
    ns1:birthDate "1942-01-29"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/3171457/> ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/lyr> ;
    ns1:name "Paolo Dossena" ;
    skos:exactMatch <http://dbpedia.org/resource/Paolo_Dossena>,
        <http://www.wikidata.org/entity/Q3894000>,
        <https://musicbrainz.org/artist/4cd9a43c-40c4-4e82-8373-7d744b2b11d6> .

