@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/42242> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Arcana" ;
    dcterms:creator <http://data.carnegiehall.org/names/50042> ;
    ns1:dateCreated "1927" ;
    skos:exactMatch <http://dbpedia.org/resource/Arcana_(Var%C3%A8se)>,
        <http://id.loc.gov/authorities/names/no99026307>,
        <http://www.wikidata.org/entity/Q2859924>,
        <https://musicbrainz.org/work/da8e09d3-6e0c-34e6-943f-a36ba9b9314a> .

