@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/71703/work_14> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "At Cheruti (You, My Freedom)" ;
    ns1:cello <http://data.carnegiehall.org/names/120932> ;
    ns1:piano <http://data.carnegiehall.org/names/131013> ;
    ns1:viola <http://data.carnegiehall.org/names/131015> ;
    ns1:violin <http://data.carnegiehall.org/names/131014>,
        <http://data.carnegiehall.org/names/99029> ;
    ns1:vocalist <http://data.carnegiehall.org/names/102353> ;
    ns2:performer <http://data.carnegiehall.org/names/102353>,
        <http://data.carnegiehall.org/names/120932>,
        <http://data.carnegiehall.org/names/131013>,
        <http://data.carnegiehall.org/names/131014>,
        <http://data.carnegiehall.org/names/131015>,
        <http://data.carnegiehall.org/names/99029> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/115388> .

