@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/1015900> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Maurizio Cazzati" ;
    ns1:birthDate "1616"^^xsd:gYear ;
    ns1:birthPlace <https://sws.geonames.org/3174416/> ;
    ns1:deathDate "1678"^^xsd:gYear ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Maurizio Cazzati" ;
    skos:exactMatch <http://dbpedia.org/resource/Maurizio_Cazzati>,
        <http://id.loc.gov/authorities/names/n79109327>,
        <http://www.wikidata.org/entity/Q1387014>,
        <https://musicbrainz.org/artist/ff7f2578-6511-4661-bbdb-cdc258b54a66> .

