@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix ns1: <http://schema.org/> .
@prefix ns2: <http://id.loc.gov/vocabulary/relators/> .
@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/58908> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Hear my prayer, WoO 15" ;
    ns2:lbt <http://data.carnegiehall.org/names/1027530> ;
    dcterms:contributor <http://data.carnegiehall.org/names/1027530> ;
    dcterms:creator <http://data.carnegiehall.org/names/1010675> ;
    ns1:dateCreated "1844" ;
    skos:exactMatch <http://dbpedia.org/resource/Hear_My_Prayer>,
        <http://id.loc.gov/authorities/names/n85119687>,
        <http://www.wikidata.org/entity/Q5691565>,
        <https://musicbrainz.org/work/7481155b-8659-49c1-8a22-cffd571d1dc6> .

