@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/85107> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "España, Op. 165" ;
    dcterms:creator <http://data.carnegiehall.org/names/1001956> ;
    ns1:dateCreated "1890" ;
    skos:exactMatch <http://www.wikidata.org/entity/Q1994134>,
        <https://id.loc.gov/authorities/names/nr94035157>,
        <https://musicbrainz.org/work/be4f9c9b-bc5e-4361-b8e3-261cc1e2b2d0> .

