@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/39369> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Concerto for Viola d'Amore in D Minor, RV 394" ;
    dcterms:creator <http://data.carnegiehall.org/names/1002833> ;
    ns1:dateCreated "1735" ;
    skos:exactMatch <http://id.loc.gov/authorities/names/n96067533>,
        <https://musicbrainz.org/work/3ff464e1-743a-4bd5-a448-19ca43507e7d> .

