@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/33965> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Suite española No. 1, Op. 47" ;
    dcterms:creator <http://data.carnegiehall.org/names/1001956> ;
    ns1:dateCreated "1886" ;
    skos:exactMatch <http://dbpedia.org/resource/Suite_Espa%C3%B1ola_No._1>,
        <http://id.loc.gov/authorities/names/n86002071>,
        <http://www.wikidata.org/entity/Q1404701>,
        <https://musicbrainz.org/work/ca59a57d-28e0-4eee-8ee7-4f4635b922da> .

