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

<http://data.carnegiehall.org/events/78843/work_21> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Marechiare" ;
    ns1:contralto <http://data.carnegiehall.org/names/139943> ;
    ns1:guitar <http://data.carnegiehall.org/names/139944>,
        <http://data.carnegiehall.org/names/139945> ;
    ns1:mezzo_soprano <http://data.carnegiehall.org/names/139942> ;
    ns1:quartet <http://data.carnegiehall.org/names/139941> ;
    ns2:performer <http://data.carnegiehall.org/names/139941>,
        <http://data.carnegiehall.org/names/139942>,
        <http://data.carnegiehall.org/names/139943>,
        <http://data.carnegiehall.org/names/139944>,
        <http://data.carnegiehall.org/names/139945> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/11265> .

