@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/65732> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "My Lord Chamberlain his Galliard" ;
    dcterms:creator <http://data.carnegiehall.org/names/1005303> ;
    ns1:dateCreated "1597" ;
    skos:exactMatch <http://dbpedia.org/resource/My_Lord_Chamberlain,_His_Galliard>,
        <http://www.wikidata.org/entity/Q6945927>,
        <https://id.loc.gov/authorities/names/n80110542>,
        <https://musicbrainz.org/work/a63ee3d4-11cf-4eaf-9eba-15c462baf2eb> .

