@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/49933> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Scènes d’enfants: 5. Jeunes filles au jardin" ;
    dcterms:creator <http://data.carnegiehall.org/names/1004904> ;
    ns1:dateCreated "1915-1918" ;
    skos:exactMatch <https://id.loc.gov/authorities/names/no98095338>,
        <https://musicbrainz.org/work/49ea1304-a17e-4729-8663-2d1de22792ae> .

