@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/257/work_06> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Martha: Spinning-wheel Quartet (Di vederlo)" ;
    ns1:baritone <http://data.carnegiehall.org/names/42653> ;
    ns1:contralto <http://data.carnegiehall.org/names/23998> ;
    ns1:soprano <http://data.carnegiehall.org/names/12554> ;
    ns1:tenor <http://data.carnegiehall.org/names/35991> ;
    ns2:performer <http://data.carnegiehall.org/names/12554>,
        <http://data.carnegiehall.org/names/23998>,
        <http://data.carnegiehall.org/names/35991>,
        <http://data.carnegiehall.org/names/42653> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/17164> .

