@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/9778> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Come Ye Sons of Art (Ode for Queen Mary's Birthday), Z. 323: See Nature, Rejoicing" ;
    dcterms:creator <http://data.carnegiehall.org/names/1004958> ;
    ns1:dateCreated "1694" ;
    skos:exactMatch <https://musicbrainz.org/work/5d913655-c966-4f64-be44-0d27652f319f> .

