@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/19885/work_01> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Samson, HWV 57" ;
    ns1:bass <http://data.carnegiehall.org/names/17801>,
        <http://data.carnegiehall.org/names/22943> ;
    ns1:harpsichord <http://data.carnegiehall.org/names/27089> ;
    ns1:mezzo_soprano <http://data.carnegiehall.org/names/1412> ;
    ns1:organ <http://data.carnegiehall.org/names/27088> ;
    ns1:soprano <http://data.carnegiehall.org/names/25680>,
        <http://data.carnegiehall.org/names/32942> ;
    ns1:tenor <http://data.carnegiehall.org/names/20373>,
        <http://data.carnegiehall.org/names/46150> ;
    ns2:performer <http://data.carnegiehall.org/names/1412>,
        <http://data.carnegiehall.org/names/17801>,
        <http://data.carnegiehall.org/names/20373>,
        <http://data.carnegiehall.org/names/22943>,
        <http://data.carnegiehall.org/names/25680>,
        <http://data.carnegiehall.org/names/27088>,
        <http://data.carnegiehall.org/names/27089>,
        <http://data.carnegiehall.org/names/32942>,
        <http://data.carnegiehall.org/names/46150> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/7007> .

