@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/61110> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Romance for Violin and Piano, Op. 26" ;
    dcterms:creator <http://data.carnegiehall.org/names/1010357> ;
    ns1:dateCreated "1881" ;
    skos:exactMatch <https://musicbrainz.org/work/cbc4a51a-9c78-42b5-9975-00357498aa5f> .

