@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/68743/work_13> a <http://data.carnegiehall.org/model/WorkPerformance>,
        <http://www.wikidata.org/entity/Q204854> ;
    rdfs:label "Perpetual Hexagon" ;
    ns2:double_bass <http://data.carnegiehall.org/names/127225> ;
    ns2:drums <http://data.carnegiehall.org/names/127226> ;
    ns2:guitar <http://data.carnegiehall.org/names/127224> ;
    ns2:piano <http://data.carnegiehall.org/names/127223> ;
    ns2:saxophone <http://data.carnegiehall.org/names/127222> ;
    ns2:trombone <http://data.carnegiehall.org/names/127221> ;
    ns2:trumpet <http://data.carnegiehall.org/names/127220> ;
    ns1:performer <http://data.carnegiehall.org/names/127220>,
        <http://data.carnegiehall.org/names/127221>,
        <http://data.carnegiehall.org/names/127222>,
        <http://data.carnegiehall.org/names/127223>,
        <http://data.carnegiehall.org/names/127224>,
        <http://data.carnegiehall.org/names/127225>,
        <http://data.carnegiehall.org/names/127226> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/112425> ;
    rdfs:comment "world premiere" .

