@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/11308> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Miroirs: 4. Alborada del gracioso" ;
    dcterms:creator <http://data.carnegiehall.org/names/719> ;
    ns1:dateCreated "1904-1905" ;
    skos:exactMatch <http://id.loc.gov/authorities/names/n81028017>,
        <http://www.wikidata.org/entity/Q2831938>,
        <https://musicbrainz.org/work/6e2f3c13-0ae9-340f-b5c2-e3bfe0efc91f> .

