@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/27955> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Mass in G Minor" ;
    dcterms:creator <http://data.carnegiehall.org/names/1006483> ;
    ns1:dateCreated "1920-1921" ;
    skos:exactMatch <http://dbpedia.org/resource/Mass_in_G_minor_(Vaughan_Williams)>,
        <http://id.loc.gov/authorities/names/no96058881>,
        <http://www.wikidata.org/entity/Q2182004>,
        <https://musicbrainz.org/work/cc826388-f981-400a-857b-6fe8483a4f97> .

