@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/113294> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Mass for 4 Voices" ;
    dcterms:creator <http://data.carnegiehall.org/names/1005270> ;
    ns1:dateCreated "c. 1592-1593" ;
    skos:exactMatch <http://dbpedia.org/resource/Mass_for_Four_Voices>,
        <http://www.wikidata.org/entity/Q6784039>,
        <https://id.loc.gov/authorities/names/no96064887>,
        <https://musicbrainz.org/work/5c1b5be7-e6bc-4ba5-aae2-ee188b217abe> .

