@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/52592> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "All-Night Vigil, Op. 37: 15. To Thee, Victorious Leader (Thanksgiving to the Mother of God)" ;
    dcterms:creator <http://data.carnegiehall.org/names/52002> ;
    ns1:dateCreated "1915" ;
    skos:exactMatch <https://musicbrainz.org/work/92a1e1c4-df01-4d16-b9c2-eb06c54f8dd4> .

