@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/1000309> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Giuseppe Aldrovandini" ;
    ns1:birthDate "1671-06-08"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/3181928/> ;
    ns1:deathDate "1707-02-09"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Giuseppe Aldrovandini" ;
    skos:exactMatch <http://dbpedia.org/resource/Giuseppe_Aldrovandini>,
        <http://www.wikidata.org/entity/Q711931>,
        <https://id.loc.gov/authorities/names/n83174035>,
        <https://musicbrainz.org/artist/ad102c32-3960-47d2-9756-c510fc5fb124> .

