@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/56910> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Sonatina in A Major: 2. Andante" ;
    dcterms:creator <http://data.carnegiehall.org/names/1002299> ;
    ns1:dateCreated "1924" ;
    skos:exactMatch <https://musicbrainz.org/work/7e27d9f5-028f-4443-8390-298a0c77b67e> .

