@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/3233> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Les contes d'Hoffmann: Act III. Belle nuit, ô nuit d'amour" ;
    dcterms:creator <http://data.carnegiehall.org/names/1007639> ;
    ns1:dateCreated "1881" ;
    skos:exactMatch <http://dbpedia.org/resource/Belle_nuit,_%C3%B4_nuit_d%27amour>,
        <http://id.loc.gov/authorities/names/n78025351>,
        <http://www.wikidata.org/entity/Q4883726>,
        <https://musicbrainz.org/work/12eeaedb-d10f-3718-b431-a64f29bb102f> .

