@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/43840> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Métaboles" ;
    dcterms:creator <http://data.carnegiehall.org/names/1001981> ;
    ns1:dateCreated "1959-1964" ;
    skos:exactMatch <http://dbpedia.org/resource/M%C3%A9taboles>,
        <http://www.wikidata.org/entity/Q3333406>,
        <https://id.loc.gov/authorities/names/no98001081>,
        <https://musicbrainz.org/work/84d40b67-45c2-4dc2-9e80-9ba4b16e847d> .

