@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/20609> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Le calife de Bagdad: Overture" ;
    dcterms:creator <http://data.carnegiehall.org/names/1005093> ;
    ns1:dateCreated "1800" ;
    skos:exactMatch <https://musicbrainz.org/work/e38f897f-2c74-4500-8009-e2ac50518d73> .

