@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/46891> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Nisi Dominus, RV 608" ;
    dcterms:creator <http://data.carnegiehall.org/names/1002833> ;
    ns1:dateCreated "c. 1713-1717" ;
    skos:exactMatch <http://id.loc.gov/authorities/names/n81047965>,
        <http://www.wikidata.org/entity/Q56692275>,
        <https://musicbrainz.org/work/4860b749-9f63-3f74-a4ab-214a5b5f2d44> .

