@prefix ns1: <http://data.carnegiehall.org/vocabulary/roles/> .
@prefix ns2: <http://schema.org/> .
@prefix ns3: <http://purl.org/ontology/mo/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

<http://data.carnegiehall.org/events/12390/work_19> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "I Love Thee! I Love Thee!" ;
    ns1:baritone <http://data.carnegiehall.org/names/43099> ;
    ns1:bass <http://data.carnegiehall.org/names/40804> ;
    ns1:tenor <http://data.carnegiehall.org/names/10053>,
        <http://data.carnegiehall.org/names/15281> ;
    ns1:vocal_ensemble <http://data.carnegiehall.org/names/34579> ;
    ns3:performer <http://data.carnegiehall.org/names/10053>,
        <http://data.carnegiehall.org/names/15281>,
        <http://data.carnegiehall.org/names/34579>,
        <http://data.carnegiehall.org/names/40804>,
        <http://data.carnegiehall.org/names/43099> ;
    ns2:workPerformed <http://data.carnegiehall.org/works/56424> .

