@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/44357/work_08> a <http://data.carnegiehall.org/model/WorkPerformance>,
        <http://www.wikidata.org/entity/Q204854> ;
    rdfs:label "The Only Tune" ;
    ns2:banjo <http://data.carnegiehall.org/names/76983> ;
    ns2:electronics <http://data.carnegiehall.org/names/76982> ;
    ns2:guitar <http://data.carnegiehall.org/names/76983> ;
    ns2:harp <http://data.carnegiehall.org/names/25550> ;
    ns2:keyboard <http://data.carnegiehall.org/names/67842>,
        <http://data.carnegiehall.org/names/76462> ;
    ns2:percussion <http://data.carnegiehall.org/names/38771> ;
    ns2:viola <http://data.carnegiehall.org/names/53123> ;
    ns2:vocalist <http://data.carnegiehall.org/names/76983> ;
    ns1:performer <http://data.carnegiehall.org/names/25550>,
        <http://data.carnegiehall.org/names/38771>,
        <http://data.carnegiehall.org/names/53123>,
        <http://data.carnegiehall.org/names/67842>,
        <http://data.carnegiehall.org/names/76462>,
        <http://data.carnegiehall.org/names/76982>,
        <http://data.carnegiehall.org/names/76983> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/73091> ;
    rdfs:comment "world premiere" .

