@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/110674> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "After the Ball" ;
    dcterms:creator <http://data.carnegiehall.org/names/1014670> ;
    ns1:dateCreated "1891" ;
    skos:exactMatch <http://dbpedia.org/resource/After_the_Ball_(song)>,
        <http://www.wikidata.org/entity/Q389076>,
        <https://musicbrainz.org/work/9c8357b1-c758-4a65-a2dd-312035ce2cb5> .

