@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/12760> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Suite No. 3 in G Major, Op. 55" ;
    dcterms:creator <http://data.carnegiehall.org/names/18239> ;
    ns1:dateCreated "1884" ;
    skos:exactMatch <http://dbpedia.org/resource/Orchestral_Suite_No._3_(Tchaikovsky)>,
        <http://id.loc.gov/authorities/names/no97072952>,
        <http://www.wikidata.org/entity/Q3503282>,
        <https://musicbrainz.org/work/222d3ac7-ff2e-45f6-b13e-3c2a877c1742> .

