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

<http://data.carnegiehall.org/events/60667/work_19> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Lozt arayn (Let Us In)" ;
    ns1:banjo <http://data.carnegiehall.org/names/81105> ;
    ns1:clarinet <http://data.carnegiehall.org/names/79037> ;
    ns1:double_bass <http://data.carnegiehall.org/names/116732> ;
    ns1:drums <http://data.carnegiehall.org/names/75050> ;
    ns1:guitar <http://data.carnegiehall.org/names/81105> ;
    ns1:mandolin <http://data.carnegiehall.org/names/81105> ;
    ns1:piano <http://data.carnegiehall.org/names/116731>,
        <http://data.carnegiehall.org/names/68388> ;
    ns1:trombone <http://data.carnegiehall.org/names/79031> ;
    ns1:trumpet <http://data.carnegiehall.org/names/28897> ;
    ns1:violin <http://data.carnegiehall.org/names/116730> ;
    ns1:vocalist <http://data.carnegiehall.org/names/113276> ;
    ns2:performer <http://data.carnegiehall.org/names/113276>,
        <http://data.carnegiehall.org/names/116730>,
        <http://data.carnegiehall.org/names/116731>,
        <http://data.carnegiehall.org/names/116732>,
        <http://data.carnegiehall.org/names/28897>,
        <http://data.carnegiehall.org/names/68388>,
        <http://data.carnegiehall.org/names/75050>,
        <http://data.carnegiehall.org/names/79031>,
        <http://data.carnegiehall.org/names/79037>,
        <http://data.carnegiehall.org/names/81105> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/105875> .

