@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/73332/work_01> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Canzoni da sonare a 1–4: 2 Canzoni da sonare a 4 (unspecified)" ;
    ns2:cello <http://data.carnegiehall.org/names/17619> ;
    ns2:flute <http://data.carnegiehall.org/names/32056> ;
    ns2:harpsichord <http://data.carnegiehall.org/names/132494> ;
    ns2:oboe <http://data.carnegiehall.org/names/64170> ;
    ns2:trio <http://data.carnegiehall.org/names/132495> ;
    ns1:performer <http://data.carnegiehall.org/names/132494>,
        <http://data.carnegiehall.org/names/132495>,
        <http://data.carnegiehall.org/names/17619>,
        <http://data.carnegiehall.org/names/32056>,
        <http://data.carnegiehall.org/names/64170> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/116712> .

