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

<http://data.carnegiehall.org/events/40602/work_03> a <http://data.carnegiehall.org/model/WorkPerformance>,
        <http://www.wikidata.org/entity/Q204854> ;
    rdfs:label "Axioms" ;
    ns1:bassoon <http://data.carnegiehall.org/names/49514> ;
    ns1:clarinet <http://data.carnegiehall.org/names/7567> ;
    ns1:piano <http://data.carnegiehall.org/names/6009> ;
    ns1:trumpet <http://data.carnegiehall.org/names/24282> ;
    ns3:performer <http://data.carnegiehall.org/names/24282>,
        <http://data.carnegiehall.org/names/49514>,
        <http://data.carnegiehall.org/names/6009>,
        <http://data.carnegiehall.org/names/7567> ;
    ns2:workPerformed <http://data.carnegiehall.org/works/64746> ;
    rdfs:comment "world premiere" .

