@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/80606> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Chants d’Espagne, Op. 232: 3. Sous le palmier" ;
    dcterms:creator <http://data.carnegiehall.org/names/1001956> ;
    ns1:dateCreated "1896" ;
    skos:exactMatch <http://id.loc.gov/authorities/names/n80074189>,
        <https://musicbrainz.org/work/607c5449-7309-4f4b-9de4-e6775fde2bf9> .

