@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/79673/work_08> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "My Love and I" ;
    ns3:bass_guitar <http://data.carnegiehall.org/names/141086> ;
    ns3:choir <http://data.carnegiehall.org/names/130312>,
        <http://data.carnegiehall.org/names/133681>,
        <http://data.carnegiehall.org/names/141280>,
        <http://data.carnegiehall.org/names/141281>,
        <http://data.carnegiehall.org/names/30484>,
        <http://data.carnegiehall.org/names/67050>,
        <http://data.carnegiehall.org/names/80872>,
        <http://data.carnegiehall.org/names/94527> ;
    ns3:conductor <http://data.carnegiehall.org/names/117149> ;
    ns3:drums <http://data.carnegiehall.org/names/103142> ;
    ns3:piano <http://data.carnegiehall.org/names/102552> ;
    ns1:performer <http://data.carnegiehall.org/names/102552>,
        <http://data.carnegiehall.org/names/103142>,
        <http://data.carnegiehall.org/names/117149>,
        <http://data.carnegiehall.org/names/130312>,
        <http://data.carnegiehall.org/names/133681>,
        <http://data.carnegiehall.org/names/141086>,
        <http://data.carnegiehall.org/names/141280>,
        <http://data.carnegiehall.org/names/141281>,
        <http://data.carnegiehall.org/names/30484>,
        <http://data.carnegiehall.org/names/67050>,
        <http://data.carnegiehall.org/names/80872>,
        <http://data.carnegiehall.org/names/94527> ;
    ns2:workPerformed <http://data.carnegiehall.org/works/124754> .

