@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/68666> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Ainsi la nuit" ;
    dcterms:creator <http://data.carnegiehall.org/names/1001981> ;
    ns1:dateCreated "1973-1976" ;
    skos:exactMatch <http://dbpedia.org/resource/Ainsi_la_nuit>,
        <http://id.loc.gov/authorities/names/n96023977>,
        <http://www.wikidata.org/entity/Q15990904>,
        <https://musicbrainz.org/work/ea904e00-9bb0-498d-88c4-58a31b3077cb> .

