@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/10191> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Alleluia" ;
    dcterms:creator <http://data.carnegiehall.org/names/1002974> ;
    ns1:dateCreated "1940" ;
    skos:exactMatch <http://dbpedia.org/resource/Alleluia_(Thompson)>,
        <http://www.wikidata.org/entity/Q4731438>,
        <https://id.loc.gov/authorities/names/no98043486>,
        <https://musicbrainz.org/work/f4f07ed6-266d-412c-a016-91da4bf98c1d> .

