@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/28833> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Gitanjali: 2. On the Day when Death will Knock at thy Door" ;
    dcterms:creator <http://data.carnegiehall.org/names/59450> ;
    ns1:dateCreated "1914" ;
    skos:exactMatch <https://musicbrainz.org/work/4b0415a9-df24-4223-bb64-ebda5f8393f7> .

