@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/107851> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "La revue de cuisine, H. 161" ;
    dcterms:creator <http://data.carnegiehall.org/names/1006403> ;
    ns1:dateCreated "1927" ;
    skos:exactMatch <http://dbpedia.org/resource/La_revue_de_cuisine>,
        <http://www.wikidata.org/entity/Q3428667>,
        <https://musicbrainz.org/work/2c64617e-fd8f-40ce-afc5-7231cb9d0eee> .

