@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/7192/work_18> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Ol' Paint (Cowboy Song)" ;
    ns1:baritone <http://data.carnegiehall.org/names/41213> ;
    ns1:bass <http://data.carnegiehall.org/names/43336> ;
    ns1:piano <http://data.carnegiehall.org/names/7821> ;
    ns1:tenor <http://data.carnegiehall.org/names/56729>,
        <http://data.carnegiehall.org/names/578> ;
    ns1:vocal_ensemble <http://data.carnegiehall.org/names/53173>,
        <http://data.carnegiehall.org/names/94744> ;
    ns3:performer <http://data.carnegiehall.org/names/41213>,
        <http://data.carnegiehall.org/names/43336>,
        <http://data.carnegiehall.org/names/53173>,
        <http://data.carnegiehall.org/names/56729>,
        <http://data.carnegiehall.org/names/578>,
        <http://data.carnegiehall.org/names/7821>,
        <http://data.carnegiehall.org/names/94744> ;
    ns2:workPerformed <http://data.carnegiehall.org/works/87692> .

