@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix ns1: <http://id.loc.gov/vocabulary/relators/> .
@prefix ns2: <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/18937> a ns2:CreativeWork,
        ns2:MusicComposition ;
    rdfs:label "Hymn to St. Cecilia, Op. 27" ;
    ns1:aut <http://data.carnegiehall.org/names/456> ;
    dcterms:contributor <http://data.carnegiehall.org/names/456> ;
    dcterms:creator <http://data.carnegiehall.org/names/1003241> ;
    ns2:dateCreated "1941-1942" ;
    skos:exactMatch <http://dbpedia.org/resource/Hymn_to_St_Cecilia>,
        <http://id.loc.gov/authorities/names/n85022501>,
        <https://musicbrainz.org/work/657e8f5c-70c9-4fd3-93f1-56072952d258> .

