@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix ns1: <http://schema.org/> .
@prefix ns2: <http://id.loc.gov/vocabulary/relators/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .

<http://data.carnegiehall.org/works/54253> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Aida: Act I. Celeste Aida" ;
    ns2:lbt <http://data.carnegiehall.org/names/1022938> ;
    dcterms:contributor <http://data.carnegiehall.org/names/1022938> ;
    dcterms:creator <http://data.carnegiehall.org/names/1010847> ;
    ns1:dateCreated "1870" ;
    skos:exactMatch <http://dbpedia.org/resource/Celeste_Aida>,
        <http://id.loc.gov/authorities/names/n81120418>,
        <http://www.wikidata.org/entity/Q2401650>,
        <https://musicbrainz.org/work/266a4f37-b2a2-3380-9f5a-0880af439389> .

