@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/1009333> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Antonio Salieri" ;
    ns1:birthDate "1750-08-18"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/3174922/> ;
    ns1:deathDate "1825-05-07"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Antonio Salieri" ;
    skos:exactMatch <http://dbpedia.org/resource/Antonio_Salieri>,
        <http://id.loc.gov/authorities/names/n80057038>,
        <http://www.wikidata.org/entity/Q51088>,
        <https://musicbrainz.org/artist/bb5329a8-8995-4f30-9f25-f7e7ce7b0183> .

