@prefix ns1: <http://purl.org/ontology/mo/> .
@prefix ns2: <http://schema.org/> .
@prefix ns3: <http://data.carnegiehall.org/vocabulary/roles/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

<http://data.carnegiehall.org/events/43114/work_08> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Stars and Stripes Forever" ;
    ns3:piano <http://data.carnegiehall.org/names/10371>,
        <http://data.carnegiehall.org/names/2130>,
        <http://data.carnegiehall.org/names/33230>,
        <http://data.carnegiehall.org/names/3777>,
        <http://data.carnegiehall.org/names/42571>,
        <http://data.carnegiehall.org/names/4459>,
        <http://data.carnegiehall.org/names/5016>,
        <http://data.carnegiehall.org/names/52623>,
        <http://data.carnegiehall.org/names/56807>,
        <http://data.carnegiehall.org/names/59890> ;
    ns1:performer <http://data.carnegiehall.org/names/10371>,
        <http://data.carnegiehall.org/names/2130>,
        <http://data.carnegiehall.org/names/33230>,
        <http://data.carnegiehall.org/names/3777>,
        <http://data.carnegiehall.org/names/42571>,
        <http://data.carnegiehall.org/names/4459>,
        <http://data.carnegiehall.org/names/5016>,
        <http://data.carnegiehall.org/names/52623>,
        <http://data.carnegiehall.org/names/56807>,
        <http://data.carnegiehall.org/names/59890> ;
    ns2:workPerformed <http://data.carnegiehall.org/works/91779> .

