@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/43320/work_02> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Distant Dancing" ;
    ns1:brass_quintet <http://data.carnegiehall.org/names/34129> ;
    ns1:french_horn <http://data.carnegiehall.org/names/8441> ;
    ns1:trombone <http://data.carnegiehall.org/names/30442> ;
    ns1:trumpet <http://data.carnegiehall.org/names/56305>,
        <http://data.carnegiehall.org/names/74289> ;
    ns1:tuba <http://data.carnegiehall.org/names/36880> ;
    ns2:performer <http://data.carnegiehall.org/names/30442>,
        <http://data.carnegiehall.org/names/34129>,
        <http://data.carnegiehall.org/names/36880>,
        <http://data.carnegiehall.org/names/56305>,
        <http://data.carnegiehall.org/names/74289>,
        <http://data.carnegiehall.org/names/8441> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/70760> .

