@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/82488> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Iberia, Book IV: Jerez" ;
    dcterms:creator <http://data.carnegiehall.org/names/1001956> ;
    ns1:dateCreated "1908" ;
    skos:exactMatch <http://id.loc.gov/authorities/names/nr2005003000>,
        <https://musicbrainz.org/work/54a46d49-4c52-3153-9fe8-598a54b7ee51> .

