@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/30193> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "The Dream of Gerontius, Op. 38" ;
    ns2:aut <http://data.carnegiehall.org/names/1021530> ;
    dcterms:contributor <http://data.carnegiehall.org/names/1021530> ;
    dcterms:creator <http://data.carnegiehall.org/names/9637> ;
    ns1:dateCreated "1900" ;
    skos:exactMatch <http://dbpedia.org/resource/The_Dream_of_Gerontius>,
        <http://id.loc.gov/authorities/names/n81005114>,
        <http://www.wikidata.org/entity/Q2065731>,
        <https://musicbrainz.org/work/b76145b0-5d16-4098-8e26-e3277c2b7bf0> .

