@prefix ns1: <http://purl.org/ontology/mo/> .
@prefix ns2: <http://schema.org/> .
@prefix ns3: <http://data.carnegiehall.org/vocabulary/roles/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

<http://data.carnegiehall.org/events/43708/work_01> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "L’anima del filosofo, ossia Orfeo ed Euridice, H.XXVIII:13" ;
    ns3:bass <http://data.carnegiehall.org/names/22943>,
        <http://data.carnegiehall.org/names/32059> ;
    ns3:harpsichord <http://data.carnegiehall.org/names/24480> ;
    ns3:soprano <http://data.carnegiehall.org/names/14784>,
        <http://data.carnegiehall.org/names/17200> ;
    ns3:tenor <http://data.carnegiehall.org/names/47009> ;
    ns1:performer <http://data.carnegiehall.org/names/14784>,
        <http://data.carnegiehall.org/names/17200>,
        <http://data.carnegiehall.org/names/22943>,
        <http://data.carnegiehall.org/names/24480>,
        <http://data.carnegiehall.org/names/32059>,
        <http://data.carnegiehall.org/names/47009> ;
    ns2:workPerformed <http://data.carnegiehall.org/works/58402> .

