@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/111007> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Le chant des oiseaux" ;
    dcterms:creator <http://data.carnegiehall.org/names/1002545> ;
    ns1:dateCreated "1528" ;
    skos:exactMatch <http://id.loc.gov/authorities/names/n87816572>,
        <https://musicbrainz.org/work/544ce27a-447b-4559-ba72-ec4070ecd589> .

