@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix ns1: <http://schema.org/> .
@prefix ns2: <http://id.loc.gov/vocabulary/relators/> .
@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/107344> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Deux poèmes chinois, Op. 12: 1. Ode à un jeune gentilhomme" ;
    ns2:lyr <http://data.carnegiehall.org/names/1024861> ;
    dcterms:contributor <http://data.carnegiehall.org/names/1024861> ;
    dcterms:creator <http://data.carnegiehall.org/names/1000244> ;
    ns1:dateCreated "1907" ;
    skos:exactMatch <http://id.loc.gov/authorities/names/no2006002224>,
        <https://musicbrainz.org/work/811499b7-fd64-4e12-96a2-2d1d19f4b42e> .

