@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/44481/work_17> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Freedom Trilogy" ;
    ns2:cello <http://data.carnegiehall.org/names/77330> ;
    ns2:choir <http://data.carnegiehall.org/names/56503>,
        <http://data.carnegiehall.org/names/56504> ;
    ns2:clarinet <http://data.carnegiehall.org/names/77331>,
        <http://data.carnegiehall.org/names/77332> ;
    ns2:conductor <http://data.carnegiehall.org/names/77328> ;
    ns2:french_horn <http://data.carnegiehall.org/names/77333> ;
    ns2:percussion <http://data.carnegiehall.org/names/77334>,
        <http://data.carnegiehall.org/names/77335>,
        <http://data.carnegiehall.org/names/77336>,
        <http://data.carnegiehall.org/names/77337> ;
    ns2:piano <http://data.carnegiehall.org/names/77329> ;
    ns1:performer <http://data.carnegiehall.org/names/56503>,
        <http://data.carnegiehall.org/names/56504>,
        <http://data.carnegiehall.org/names/77328>,
        <http://data.carnegiehall.org/names/77329>,
        <http://data.carnegiehall.org/names/77330>,
        <http://data.carnegiehall.org/names/77331>,
        <http://data.carnegiehall.org/names/77332>,
        <http://data.carnegiehall.org/names/77333>,
        <http://data.carnegiehall.org/names/77334>,
        <http://data.carnegiehall.org/names/77335>,
        <http://data.carnegiehall.org/names/77336>,
        <http://data.carnegiehall.org/names/77337> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/62462> .

