@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/29000/work_14> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Moto Perpetuo in C Major, Op. 11" ;
    ns2:piano <http://data.carnegiehall.org/names/20606> ;
    ns2:violin <http://data.carnegiehall.org/names/49493>,
        <http://data.carnegiehall.org/names/69364>,
        <http://data.carnegiehall.org/names/69365>,
        <http://data.carnegiehall.org/names/69366>,
        <http://data.carnegiehall.org/names/69368>,
        <http://data.carnegiehall.org/names/69369>,
        <http://data.carnegiehall.org/names/69370>,
        <http://data.carnegiehall.org/names/90527>,
        <http://data.carnegiehall.org/names/90529>,
        <http://data.carnegiehall.org/names/90530>,
        <http://data.carnegiehall.org/names/90531>,
        <http://data.carnegiehall.org/names/90532>,
        <http://data.carnegiehall.org/names/90533>,
        <http://data.carnegiehall.org/names/90534>,
        <http://data.carnegiehall.org/names/90535>,
        <http://data.carnegiehall.org/names/90536> ;
    ns1:performer <http://data.carnegiehall.org/names/20606>,
        <http://data.carnegiehall.org/names/49493>,
        <http://data.carnegiehall.org/names/69364>,
        <http://data.carnegiehall.org/names/69365>,
        <http://data.carnegiehall.org/names/69366>,
        <http://data.carnegiehall.org/names/69368>,
        <http://data.carnegiehall.org/names/69369>,
        <http://data.carnegiehall.org/names/69370>,
        <http://data.carnegiehall.org/names/90527>,
        <http://data.carnegiehall.org/names/90529>,
        <http://data.carnegiehall.org/names/90530>,
        <http://data.carnegiehall.org/names/90531>,
        <http://data.carnegiehall.org/names/90532>,
        <http://data.carnegiehall.org/names/90533>,
        <http://data.carnegiehall.org/names/90534>,
        <http://data.carnegiehall.org/names/90535>,
        <http://data.carnegiehall.org/names/90536> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/45762> .

