@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/5048> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Three Motets, Op. 39: 1. Hear my prayer, O Lord (Veni, Domine)" ;
    dcterms:creator <http://data.carnegiehall.org/names/1010675> ;
    ns1:dateCreated "1830" ;
    skos:exactMatch <http://id.loc.gov/authorities/names/no98009512>,
        <https://musicbrainz.org/work/d3a667f8-41ce-4c18-84fc-417b8c8218f6> .

