@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/55127> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Daphnis et Chloé" ;
    dcterms:creator <http://data.carnegiehall.org/names/719> ;
    ns1:dateCreated "1909-1912" ;
    skos:exactMatch <http://dbpedia.org/resource/Daphnis_et_Chlo%C3%A9>,
        <http://id.loc.gov/authorities/names/n88651619>,
        <http://www.wikidata.org/entity/Q1201123>,
        <https://musicbrainz.org/work/a55d2dfe-fb81-42e8-9e0f-3e6fd9654ca1> .

