@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/77263/work_03> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Vorrei spiegarvi, oh Dio, K. 418" ;
    ns1:bassoon <http://data.carnegiehall.org/names/125738>,
        <http://data.carnegiehall.org/names/86386> ;
    ns1:cello <http://data.carnegiehall.org/names/63035> ;
    ns1:conductor <http://data.carnegiehall.org/names/140303> ;
    ns1:double_bass <http://data.carnegiehall.org/names/140417> ;
    ns1:french_horn <http://data.carnegiehall.org/names/125740>,
        <http://data.carnegiehall.org/names/8249> ;
    ns1:oboe <http://data.carnegiehall.org/names/140416>,
        <http://data.carnegiehall.org/names/53413> ;
    ns1:soprano <http://data.carnegiehall.org/names/68121> ;
    ns1:viola <http://data.carnegiehall.org/names/128956>,
        <http://data.carnegiehall.org/names/62441> ;
    ns1:violin <http://data.carnegiehall.org/names/15752>,
        <http://data.carnegiehall.org/names/23363>,
        <http://data.carnegiehall.org/names/49701>,
        <http://data.carnegiehall.org/names/72360> ;
    ns2:performer <http://data.carnegiehall.org/names/125738>,
        <http://data.carnegiehall.org/names/125740>,
        <http://data.carnegiehall.org/names/128956>,
        <http://data.carnegiehall.org/names/140303>,
        <http://data.carnegiehall.org/names/140416>,
        <http://data.carnegiehall.org/names/140417>,
        <http://data.carnegiehall.org/names/15752>,
        <http://data.carnegiehall.org/names/23363>,
        <http://data.carnegiehall.org/names/49701>,
        <http://data.carnegiehall.org/names/53413>,
        <http://data.carnegiehall.org/names/62441>,
        <http://data.carnegiehall.org/names/63035>,
        <http://data.carnegiehall.org/names/68121>,
        <http://data.carnegiehall.org/names/72360>,
        <http://data.carnegiehall.org/names/8249>,
        <http://data.carnegiehall.org/names/86386> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/30084> .

