@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/52777/work_02> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "27' 10.554'' for a Percussionist" ;
    ns1:actor <http://data.carnegiehall.org/names/97197> ;
    ns1:director <http://data.carnegiehall.org/names/66342> ;
    ns1:percussion <http://data.carnegiehall.org/names/46813> ;
    ns2:performer <http://data.carnegiehall.org/names/46813>,
        <http://data.carnegiehall.org/names/66342>,
        <http://data.carnegiehall.org/names/97197> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/71172> .

