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

<http://data.carnegiehall.org/events/49060/work_09> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Only Love Can Break Your Heart" ;
    ns3:drums <http://data.carnegiehall.org/names/89200> ;
    ns3:rock_band <http://data.carnegiehall.org/names/89196> ;
    ns3:sousaphone <http://data.carnegiehall.org/names/89199> ;
    ns3:violin <http://data.carnegiehall.org/names/89198> ;
    ns3:vocalist <http://data.carnegiehall.org/names/89197> ;
    ns1:performer <http://data.carnegiehall.org/names/89196>,
        <http://data.carnegiehall.org/names/89197>,
        <http://data.carnegiehall.org/names/89198>,
        <http://data.carnegiehall.org/names/89199>,
        <http://data.carnegiehall.org/names/89200> ;
    ns2:workPerformed <http://data.carnegiehall.org/works/65349> .

