@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/46721> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "2 Pieces for Small Orchestra: 1. On Hearing the First Cuckoo in Spring" ;
    dcterms:creator <http://data.carnegiehall.org/names/1005254> ;
    ns1:dateCreated "1912" ;
    skos:exactMatch <http://dbpedia.org/resource/On_Hearing_the_First_Cuckoo_in_Spring>,
        <http://id.loc.gov/authorities/names/n90603589>,
        <http://www.wikidata.org/entity/Q2336917>,
        <https://musicbrainz.org/work/a109759a-3aec-42c2-b98e-7354250ba743> .

