@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/41568/work_10> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Spirit Fire: The Sea" ;
    ns2:cello <http://data.carnegiehall.org/names/69893> ;
    ns2:double_bass <http://data.carnegiehall.org/names/69903> ;
    ns2:english_horn <http://data.carnegiehall.org/names/69900> ;
    ns2:french_horn <http://data.carnegiehall.org/names/69901> ;
    ns2:oboe <http://data.carnegiehall.org/names/69900> ;
    ns2:tenor <http://data.carnegiehall.org/names/52008>,
        <http://data.carnegiehall.org/names/69902> ;
    ns2:viola <http://data.carnegiehall.org/names/69898> ;
    ns2:violin <http://data.carnegiehall.org/names/69896>,
        <http://data.carnegiehall.org/names/69897> ;
    ns1:performer <http://data.carnegiehall.org/names/52008>,
        <http://data.carnegiehall.org/names/69893>,
        <http://data.carnegiehall.org/names/69896>,
        <http://data.carnegiehall.org/names/69897>,
        <http://data.carnegiehall.org/names/69898>,
        <http://data.carnegiehall.org/names/69900>,
        <http://data.carnegiehall.org/names/69901>,
        <http://data.carnegiehall.org/names/69902>,
        <http://data.carnegiehall.org/names/69903> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/64759> .

