@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/7869> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "España" ;
    dcterms:creator <http://data.carnegiehall.org/names/1008893> ;
    ns1:dateCreated "1883" ;
    skos:exactMatch <http://dbpedia.org/resource/Espa%C3%B1a_(Chabrier)>,
        <http://id.loc.gov/authorities/names/no97074916>,
        <http://www.wikidata.org/entity/Q3058385>,
        <https://musicbrainz.org/work/8cb1e049-23d0-47a3-91f8-67141ffc6eec> .

