@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/66343/work_02> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Divine lodi musicali, 3o libro: Jubilent omnes" ;
    ns1:cello <http://data.carnegiehall.org/names/3367> ;
    ns1:chamber_ensemble <http://data.carnegiehall.org/names/63852> ;
    ns1:contralto <http://data.carnegiehall.org/names/5330> ;
    ns1:flute <http://data.carnegiehall.org/names/12499> ;
    ns1:harpsichord <http://data.carnegiehall.org/names/51485> ;
    ns1:violin <http://data.carnegiehall.org/names/27736> ;
    ns2:performer <http://data.carnegiehall.org/names/12499>,
        <http://data.carnegiehall.org/names/27736>,
        <http://data.carnegiehall.org/names/3367>,
        <http://data.carnegiehall.org/names/51485>,
        <http://data.carnegiehall.org/names/5330>,
        <http://data.carnegiehall.org/names/63852> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/36204> .

