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

<http://data.carnegiehall.org/events/3619/work_10> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Your Father's Mustache" ;
    ns3:alto_saxophone <http://data.carnegiehall.org/names/11056>,
        <http://data.carnegiehall.org/names/23186> ;
    ns3:baritone_saxophone <http://data.carnegiehall.org/names/64721> ;
    ns3:clarinet <http://data.carnegiehall.org/names/57108> ;
    ns3:double_bass <http://data.carnegiehall.org/names/14086> ;
    ns3:drums <http://data.carnegiehall.org/names/20972> ;
    ns3:guitar <http://data.carnegiehall.org/names/56703> ;
    ns3:piano <http://data.carnegiehall.org/names/11052> ;
    ns3:tenor_saxophone <http://data.carnegiehall.org/names/42177>,
        <http://data.carnegiehall.org/names/43393> ;
    ns3:trombone <http://data.carnegiehall.org/names/22527>,
        <http://data.carnegiehall.org/names/58040>,
        <http://data.carnegiehall.org/names/64714> ;
    ns3:trumpet <http://data.carnegiehall.org/names/10694>,
        <http://data.carnegiehall.org/names/28619>,
        <http://data.carnegiehall.org/names/29808>,
        <http://data.carnegiehall.org/names/34193>,
        <http://data.carnegiehall.org/names/36948> ;
    ns3:vibraphone <http://data.carnegiehall.org/names/23179> ;
    ns2:performer <http://data.carnegiehall.org/names/10694>,
        <http://data.carnegiehall.org/names/11052>,
        <http://data.carnegiehall.org/names/11056>,
        <http://data.carnegiehall.org/names/14086>,
        <http://data.carnegiehall.org/names/20972>,
        <http://data.carnegiehall.org/names/22527>,
        <http://data.carnegiehall.org/names/23179>,
        <http://data.carnegiehall.org/names/23186>,
        <http://data.carnegiehall.org/names/28619>,
        <http://data.carnegiehall.org/names/29808>,
        <http://data.carnegiehall.org/names/34193>,
        <http://data.carnegiehall.org/names/36948>,
        <http://data.carnegiehall.org/names/42177>,
        <http://data.carnegiehall.org/names/43393>,
        <http://data.carnegiehall.org/names/56703>,
        <http://data.carnegiehall.org/names/57108>,
        <http://data.carnegiehall.org/names/58040>,
        <http://data.carnegiehall.org/names/64714>,
        <http://data.carnegiehall.org/names/64721> ;
    ns1:workPerformed <http://data.carnegiehall.org/works/48148> .

