@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/20631> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Symphony in D Major" ;
    dcterms:creator <http://data.carnegiehall.org/names/1002832> ;
    ns1:dateCreated "1890" ;
    skos:exactMatch <https://musicbrainz.org/work/d502fe0b-76a2-4eee-9f65-f42a5bbe88e9> .

