@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/45309> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Scapino, A Comedy Overture" ;
    dcterms:creator <http://data.carnegiehall.org/names/47971> ;
    ns1:dateCreated "1940" ;
    skos:exactMatch <http://dbpedia.org/resource/Scapino_(Walton)>,
        <http://www.wikidata.org/entity/Q104173752>,
        <https://id.loc.gov/authorities/no2006081765>,
        <https://musicbrainz.org/work/4d1adef3-a355-45ef-aa0c-b9607215db2f> .

