@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/15009> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "3 Burlesques, BB 55: 1. Quarrel" ;
    dcterms:creator <http://data.carnegiehall.org/names/39524> ;
    ns1:dateCreated "1908-1911" ;
    skos:exactMatch <http://id.loc.gov/authorities/names/no2002085953>,
        <https://musicbrainz.org/work/83648b6e-ad04-31de-8260-f7f25787a13d> .

