@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/25190/work_07> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Three Dances" ;
    ns1:guitar <http://data.carnegiehall.org/names/2061>,
        <http://data.carnegiehall.org/names/2062>,
        <http://data.carnegiehall.org/names/35049>,
        <http://data.carnegiehall.org/names/52921> ;
    ns1:quartet <http://data.carnegiehall.org/names/50527> ;
    ns2:performer <http://data.carnegiehall.org/names/2061>,
        <http://data.carnegiehall.org/names/2062>,
        <http://data.carnegiehall.org/names/35049>,
        <http://data.carnegiehall.org/names/50527>,
        <http://data.carnegiehall.org/names/52921> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/36245> .

