@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/1001845> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Gian Carlo Menotti" ;
    ns1:birthDate "1911-07-07"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/6534441/> ;
    ns1:deathDate "2007-02-01"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp>,
        <http://id.loc.gov/vocabulary/relators/lbt> ;
    ns1:name "Gian Carlo Menotti" ;
    skos:exactMatch <http://dbpedia.org/resource/Gian_Carlo_Menotti>,
        <http://id.loc.gov/authorities/names/n79125116>,
        <http://www.wikidata.org/entity/Q270662>,
        <https://musicbrainz.org/artist/f1b60091-96a3-49d5-a2c9-563a24ea8840> .

