@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/1675/work_04> a <http://data.carnegiehall.org/model/WorkPerformance>,
        <http://www.wikidata.org/entity/Q204854> ;
    rdfs:label "Honey and Rue" ;
    ns1:conductor <http://data.carnegiehall.org/names/23501> ;
    ns1:double_bass <http://data.carnegiehall.org/names/60239> ;
    ns1:drums <http://data.carnegiehall.org/names/38891> ;
    ns1:soprano <http://data.carnegiehall.org/names/36165> ;
    ns1:trombone <http://data.carnegiehall.org/names/40006> ;
    ns1:trumpet <http://data.carnegiehall.org/names/12886> ;
    ns2:performer <http://data.carnegiehall.org/names/12886>,
        <http://data.carnegiehall.org/names/23501>,
        <http://data.carnegiehall.org/names/36165>,
        <http://data.carnegiehall.org/names/38891>,
        <http://data.carnegiehall.org/names/40006>,
        <http://data.carnegiehall.org/names/60239> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/37880> ;
    rdfs:comment "world premiere" .

