@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/1007174> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Agostino Steffani" ;
    ns1:birthDate "1654-07-25"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/3179684/> ;
    ns1:deathDate "1728-02-12"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Agostino Steffani" ;
    skos:exactMatch <http://dbpedia.org/resource/Agostino_Steffani>,
        <http://id.loc.gov/authorities/names/n84105378>,
        <http://www.wikidata.org/entity/Q395725>,
        <https://musicbrainz.org/artist/e5c1744b-6bdb-4ee4-a189-e82f24eed66c> .

