@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/18740> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "La Transfiguration de Notre Seigneur Jésus-Christ" ;
    dcterms:creator <http://data.carnegiehall.org/names/1005414> ;
    ns1:dateCreated "1965-1969" ;
    skos:exactMatch <http://dbpedia.org/resource/La_Transfiguration_de_Notre_Seigneur_J%C3%A9sus-Christ>,
        <http://id.loc.gov/authorities/names/nr99019645>,
        <http://www.wikidata.org/entity/Q3213247>,
        <https://musicbrainz.org/work/11fee546-0753-4a30-b6dc-d4f077d4a56c> .

