@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix ns1: <http://schema.org/> .
@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/73974> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "L’Apothéose de Lully" ;
    dcterms:creator <http://data.carnegiehall.org/names/1006656> ;
    ns1:dateCreated "1725" ;
    skos:exactMatch <http://www.wikidata.org/entity/Q97176774>,
        <https://id.loc.gov/authorities/n87812869>,
        <https://musicbrainz.org/work/3c875719-355e-4974-bbca-feb9bfda31e8> .

