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

<http://data.carnegiehall.org/events/38286/work_01> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "The Art of the Ground Round, S. 1.19/lb." ;
    ns1:baritone <http://data.carnegiehall.org/names/29877> ;
    ns1:bass <http://data.carnegiehall.org/names/53708> ;
    ns1:bassoon <http://data.carnegiehall.org/names/10664> ;
    ns1:cello <http://data.carnegiehall.org/names/28387> ;
    ns1:vocalist <http://data.carnegiehall.org/names/57125> ;
    ns2:performer <http://data.carnegiehall.org/names/10664>,
        <http://data.carnegiehall.org/names/28387>,
        <http://data.carnegiehall.org/names/29877>,
        <http://data.carnegiehall.org/names/53708>,
        <http://data.carnegiehall.org/names/57125> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/6584> .

