@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/79914/work_04> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Symphoniae sacrae I, Op. 6: In lectulo per noctes, SWV 272" ;
    ns2:bassoon <http://data.carnegiehall.org/names/10664>,
        <http://data.carnegiehall.org/names/140513>,
        <http://data.carnegiehall.org/names/140812>,
        <http://data.carnegiehall.org/names/25719> ;
    ns2:countertenor <http://data.carnegiehall.org/names/3966> ;
    ns2:quartet <http://data.carnegiehall.org/names/142027> ;
    ns2:soprano <http://data.carnegiehall.org/names/58825> ;
    ns1:performer <http://data.carnegiehall.org/names/10664>,
        <http://data.carnegiehall.org/names/140513>,
        <http://data.carnegiehall.org/names/140812>,
        <http://data.carnegiehall.org/names/142027>,
        <http://data.carnegiehall.org/names/25719>,
        <http://data.carnegiehall.org/names/3966>,
        <http://data.carnegiehall.org/names/58825> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/125385> .

