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

<http://data.carnegiehall.org/events/63532/work_14> a <http://data.carnegiehall.org/model/WorkPerformance>,
        <http://www.wikidata.org/entity/Q204854> ;
    rdfs:label "To the New World" ;
    ns3:bass_baritone <http://data.carnegiehall.org/names/82995> ;
    ns3:cello <http://data.carnegiehall.org/names/120102> ;
    ns3:piano <http://data.carnegiehall.org/names/120098> ;
    ns3:soprano <http://data.carnegiehall.org/names/63945> ;
    ns3:string_quartet <http://data.carnegiehall.org/names/120105> ;
    ns3:viola <http://data.carnegiehall.org/names/120101> ;
    ns3:violin <http://data.carnegiehall.org/names/120099>,
        <http://data.carnegiehall.org/names/120100>,
        <http://data.carnegiehall.org/names/37764> ;
    ns1:performer <http://data.carnegiehall.org/names/120098>,
        <http://data.carnegiehall.org/names/120099>,
        <http://data.carnegiehall.org/names/120100>,
        <http://data.carnegiehall.org/names/120101>,
        <http://data.carnegiehall.org/names/120102>,
        <http://data.carnegiehall.org/names/120105>,
        <http://data.carnegiehall.org/names/37764>,
        <http://data.carnegiehall.org/names/63945>,
        <http://data.carnegiehall.org/names/82995> ;
    ns2:workPerformed <http://data.carnegiehall.org/works/107113> ;
    rdfs:comment "world premiere" .

