@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/14010/work_17> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Munasterio 'e Santa Chiara" ;
    ns2:double_bass <http://data.carnegiehall.org/names/36101> ;
    ns2:drums <http://data.carnegiehall.org/names/28668> ;
    ns2:guitar <http://data.carnegiehall.org/names/37208> ;
    ns2:piano <http://data.carnegiehall.org/names/43291> ;
    ns2:tenor_saxophone <http://data.carnegiehall.org/names/15904> ;
    ns2:vocalist <http://data.carnegiehall.org/names/43291> ;
    ns1:performer <http://data.carnegiehall.org/names/15904>,
        <http://data.carnegiehall.org/names/28668>,
        <http://data.carnegiehall.org/names/36101>,
        <http://data.carnegiehall.org/names/37208>,
        <http://data.carnegiehall.org/names/43291> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/113772> .

