@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/112630> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Album pour enfants, Op. 39" ;
    dcterms:creator <http://data.carnegiehall.org/names/18239> ;
    ns1:dateCreated "1878" ;
    skos:exactMatch <http://id.loc.gov/authorities/names/n83191544>,
        <http://www.wikidata.org/entity/Q1141678>,
        <https://musicbrainz.org/work/1642ebe0-91f2-4c89-bdab-0a162b18b2b8> .

