@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix ns1: <http://id.loc.gov/vocabulary/relators/> .
@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/107958> a <http://schema.org/CreativeWork>,
        <http://schema.org/MusicComposition> ;
    rdfs:label "Ding Dong Merrily on High" ;
    ns1:cmp <http://data.carnegiehall.org/names/1007470> ;
    ns1:lyr <http://data.carnegiehall.org/names/1025106> ;
    dcterms:contributor <http://data.carnegiehall.org/names/1007470>,
        <http://data.carnegiehall.org/names/1025106> ;
    dcterms:creator <http://data.carnegiehall.org/names/1009355> ;
    skos:exactMatch <http://dbpedia.org/resource/Ding_Dong_Merrily_on_High>,
        <http://www.wikidata.org/entity/Q1226339>,
        <https://musicbrainz.org/work/c65cd235-0b15-3583-ae0c-a7bc99616089> .

