@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/35194> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Gloria in D Major, RV 589" ;
    dcterms:creator <http://data.carnegiehall.org/names/1002833> ;
    ns1:dateCreated "1708" ;
    skos:exactMatch <http://www.wikidata.org/entity/Q2261005>,
        <https://id.loc.gov/authorities/no97074923>,
        <https://musicbrainz.org/work/ec764fa1-1962-4e8d-a51c-ab812a4c108c> .

