@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/1215> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Riccardo Muti" ;
    ns1:birthDate "1941-07-28"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/3172394/> ;
    ns1:hasOccupation <http://data.carnegiehall.org/roles/439> ;
    ns1:name "Riccardo Muti" ;
    skos:exactMatch <http://dbpedia.org/resource/Riccardo_Muti>,
        <http://id.loc.gov/authorities/names/n81023012>,
        <http://www.wikidata.org/entity/Q276038>,
        <https://musicbrainz.org/artist/eb458ad6-7070-47af-ad92-968ea0b9dce2> .

