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

<http://data.carnegiehall.org/events/42211/work_16> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "The Things Our Fathers Loved, S. 372" ;
    ns1:mezzo_soprano <http://data.carnegiehall.org/names/71417> ;
    ns1:piano <http://data.carnegiehall.org/names/34924> ;
    ns1:trombone <http://data.carnegiehall.org/names/71630> ;
    ns1:trumpet <http://data.carnegiehall.org/names/23366> ;
    ns1:tuba <http://data.carnegiehall.org/names/64060> ;
    ns1:violin <http://data.carnegiehall.org/names/23312> ;
    ns3:performer <http://data.carnegiehall.org/names/23312>,
        <http://data.carnegiehall.org/names/23366>,
        <http://data.carnegiehall.org/names/34924>,
        <http://data.carnegiehall.org/names/64060>,
        <http://data.carnegiehall.org/names/71417>,
        <http://data.carnegiehall.org/names/71630> ;
    ns2:workPerformed <http://data.carnegiehall.org/works/31993> .

