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

<http://data.carnegiehall.org/events/22082/work_16> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Scherzi musicali (1607), SV 230-245: Lidia spina del mio core, SV 244" ;
    ns2:flute <http://data.carnegiehall.org/names/56827> ;
    ns2:lute <http://data.carnegiehall.org/names/29481> ;
    ns2:soprano <http://data.carnegiehall.org/names/46499> ;
    ns2:viola_da_gamba <http://data.carnegiehall.org/names/18805> ;
    ns2:violin <http://data.carnegiehall.org/names/50009> ;
    ns1:performer <http://data.carnegiehall.org/names/18805>,
        <http://data.carnegiehall.org/names/29481>,
        <http://data.carnegiehall.org/names/46499>,
        <http://data.carnegiehall.org/names/50009>,
        <http://data.carnegiehall.org/names/56827> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/34208> .

