@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/56342> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Album pour enfants, Op. 39: 24. A l’église" ;
    dcterms:creator <http://data.carnegiehall.org/names/18239> ;
    ns1:dateCreated "1878" ;
    skos:exactMatch <https://id.loc.gov/authorities/names/no2007051174>,
        <https://musicbrainz.org/work/f984d443-0d3b-48c2-b83f-d36ad2ffa9bc> .

