@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/13300/work_01> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "O Sensazione Amata" ;
    ns2:cello <http://data.carnegiehall.org/names/16825> ;
    ns2:flute <http://data.carnegiehall.org/names/28900> ;
    ns2:guitar <http://data.carnegiehall.org/names/45683> ;
    ns2:oboe <http://data.carnegiehall.org/names/22553> ;
    ns2:piano <http://data.carnegiehall.org/names/6077> ;
    ns2:soprano <http://data.carnegiehall.org/names/6019> ;
    ns2:trombone <http://data.carnegiehall.org/names/16831> ;
    ns1:performer <http://data.carnegiehall.org/names/16825>,
        <http://data.carnegiehall.org/names/16831>,
        <http://data.carnegiehall.org/names/22553>,
        <http://data.carnegiehall.org/names/28900>,
        <http://data.carnegiehall.org/names/45683>,
        <http://data.carnegiehall.org/names/6019>,
        <http://data.carnegiehall.org/names/6077> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/37219> .

