@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/116879> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Sonatina for Violin and Harpsichord" ;
    dcterms:creator <http://data.carnegiehall.org/names/55021> ;
    ns1:dateCreated "1945" ;
    skos:exactMatch <http://dbpedia.org/resource/Sonatina_for_Violin_and_Harpsichord_(Piston)>,
        <http://www.wikidata.org/entity/Q7560844>,
        <https://id.loc.gov/authorities/names/no97062113>,
        <https://musicbrainz.org/work/294ff496-5055-4a26-a90e-14e0302a575b> .

