@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/57721> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Jeux d'enfants, Op. 22: 11. Petit mari, petite femme!" ;
    dcterms:creator <http://data.carnegiehall.org/names/1002900> ;
    ns1:dateCreated "1871" ;
    skos:exactMatch <https://id.loc.gov/authorities/names/no2004091034>,
        <https://musicbrainz.org/work/d3def8a1-63dd-4813-80c8-3f5a9f2c97a0> .

