@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/51244> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Symphony No. 41 in C Major, K. 551. \"Jupiter\": 4. Molto allegro" ;
    dcterms:creator <http://data.carnegiehall.org/names/1006075> ;
    ns1:dateCreated "1788" ;
    skos:exactMatch <http://id.loc.gov/authorities/names/n00114342>,
        <https://musicbrainz.org/work/6f5d3b77-3c8a-3dd6-8c65-19e099c3a632> .

