@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/6430/work_13> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Ave Maria" ;
    ns1:violin <http://data.carnegiehall.org/names/1331>,
        <http://data.carnegiehall.org/names/18933>,
        <http://data.carnegiehall.org/names/18993>,
        <http://data.carnegiehall.org/names/20215>,
        <http://data.carnegiehall.org/names/26137>,
        <http://data.carnegiehall.org/names/32600>,
        <http://data.carnegiehall.org/names/34483>,
        <http://data.carnegiehall.org/names/34698>,
        <http://data.carnegiehall.org/names/34989>,
        <http://data.carnegiehall.org/names/3690>,
        <http://data.carnegiehall.org/names/3691>,
        <http://data.carnegiehall.org/names/41428>,
        <http://data.carnegiehall.org/names/46582>,
        <http://data.carnegiehall.org/names/47513>,
        <http://data.carnegiehall.org/names/5093>,
        <http://data.carnegiehall.org/names/51607>,
        <http://data.carnegiehall.org/names/53463>,
        <http://data.carnegiehall.org/names/54083>,
        <http://data.carnegiehall.org/names/54187>,
        <http://data.carnegiehall.org/names/55984>,
        <http://data.carnegiehall.org/names/5742>,
        <http://data.carnegiehall.org/names/59152>,
        <http://data.carnegiehall.org/names/60888>,
        <http://data.carnegiehall.org/names/7416> ;
    ns2:performer <http://data.carnegiehall.org/names/1331>,
        <http://data.carnegiehall.org/names/18933>,
        <http://data.carnegiehall.org/names/18993>,
        <http://data.carnegiehall.org/names/20215>,
        <http://data.carnegiehall.org/names/26137>,
        <http://data.carnegiehall.org/names/32600>,
        <http://data.carnegiehall.org/names/34483>,
        <http://data.carnegiehall.org/names/34698>,
        <http://data.carnegiehall.org/names/34989>,
        <http://data.carnegiehall.org/names/3690>,
        <http://data.carnegiehall.org/names/3691>,
        <http://data.carnegiehall.org/names/41428>,
        <http://data.carnegiehall.org/names/46582>,
        <http://data.carnegiehall.org/names/47513>,
        <http://data.carnegiehall.org/names/5093>,
        <http://data.carnegiehall.org/names/51607>,
        <http://data.carnegiehall.org/names/53463>,
        <http://data.carnegiehall.org/names/54083>,
        <http://data.carnegiehall.org/names/54187>,
        <http://data.carnegiehall.org/names/55984>,
        <http://data.carnegiehall.org/names/5742>,
        <http://data.carnegiehall.org/names/59152>,
        <http://data.carnegiehall.org/names/60888>,
        <http://data.carnegiehall.org/names/7416> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/10788> .

