@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/1005876> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Giovanni Bassano" ;
    ns1:deathDate "1617-08-16"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Giovanni Bassano" ;
    skos:exactMatch <http://dbpedia.org/resource/Giovanni_Bassano>,
        <http://id.loc.gov/authorities/names/n82139124>,
        <http://www.wikidata.org/entity/Q494292>,
        <https://musicbrainz.org/artist/76749f24-9976-4076-a29d-ea63e4bb1b87> .

