@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/34392/work_07> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "All the Days of My Life" ;
    ns2:cello <http://data.carnegiehall.org/names/35510> ;
    ns2:clarinet <http://data.carnegiehall.org/names/4615> ;
    ns2:conductor <http://data.carnegiehall.org/names/37592> ;
    ns2:percussion <http://data.carnegiehall.org/names/48334> ;
    ns2:piano <http://data.carnegiehall.org/names/34391> ;
    ns2:tenor <http://data.carnegiehall.org/names/20949> ;
    ns1:performer <http://data.carnegiehall.org/names/20949>,
        <http://data.carnegiehall.org/names/34391>,
        <http://data.carnegiehall.org/names/35510>,
        <http://data.carnegiehall.org/names/37592>,
        <http://data.carnegiehall.org/names/4615>,
        <http://data.carnegiehall.org/names/48334> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/66847> .

