@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/66394> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Album pour enfants, Op. 39: 22. Chant de l’alouette" ;
    dcterms:creator <http://data.carnegiehall.org/names/18239> ;
    ns1:dateCreated "1878" ;
    skos:exactMatch <https://id.loc.gov/authorities/names/no96012373>,
        <https://musicbrainz.org/work/675d5c48-f8d0-46c8-9b4d-d061aea53fdc> .

