@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/1851/work_11> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Knowing When To Leave/Make It Easy On Yourself/There's Always Something There To Remind Me/I'll Never Fall In Love Again/Walk On By/Do You Know The Way To San Jose" ;
    ns2:drums <http://data.carnegiehall.org/names/67302> ;
    ns2:duo <http://data.carnegiehall.org/names/28997> ;
    ns2:keyboard <http://data.carnegiehall.org/names/67304> ;
    ns2:vocalist <http://data.carnegiehall.org/names/67302>,
        <http://data.carnegiehall.org/names/67304> ;
    ns1:performer <http://data.carnegiehall.org/names/28997>,
        <http://data.carnegiehall.org/names/67302>,
        <http://data.carnegiehall.org/names/67304> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/114253> .

