@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/75053> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Captain Humes Poeticall Musicke: The Spirit of Gambo" ;
    dcterms:creator <http://data.carnegiehall.org/names/1001927> ;
    ns1:dateCreated "c. 1605" ;
    skos:exactMatch <https://musicbrainz.org/work/fb38a531-a250-4b96-a25a-dd76469b4574> .

