@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/118237> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Mariage d'amour" ;
    dcterms:creator <http://data.carnegiehall.org/names/1028476> ;
    ns1:dateCreated "1978" ;
    skos:exactMatch <http://dbpedia.org/resource/Mariage_d%27amour>,
        <http://www.wikidata.org/entity/Q27961981>,
        <https://musicbrainz.org/work/5da84814-b5d1-4b7f-bd83-5049d348a330> .

