@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/63564/work_29> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Tbiliso" ;
    ns2:baritone <http://data.carnegiehall.org/names/62396>,
        <http://data.carnegiehall.org/names/84369> ;
    ns2:boy_alto <http://data.carnegiehall.org/names/120220> ;
    ns2:guitar <http://data.carnegiehall.org/names/120232> ;
    ns2:piano <http://data.carnegiehall.org/names/34448> ;
    ns2:soprano <http://data.carnegiehall.org/names/111212>,
        <http://data.carnegiehall.org/names/116084>,
        <http://data.carnegiehall.org/names/99118> ;
    ns2:tenor <http://data.carnegiehall.org/names/116076> ;
    ns2:tenor_saxophone <http://data.carnegiehall.org/names/120221> ;
    ns1:performer <http://data.carnegiehall.org/names/111212>,
        <http://data.carnegiehall.org/names/116076>,
        <http://data.carnegiehall.org/names/116084>,
        <http://data.carnegiehall.org/names/120220>,
        <http://data.carnegiehall.org/names/120221>,
        <http://data.carnegiehall.org/names/120232>,
        <http://data.carnegiehall.org/names/34448>,
        <http://data.carnegiehall.org/names/62396>,
        <http://data.carnegiehall.org/names/84369>,
        <http://data.carnegiehall.org/names/99118> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/82075> .

