@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix ns1: <http://schema.org/> .
@prefix ns2: <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/53903> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Gitanjali: 1. When I Bring to You Colour'd Toys" ;
    ns2:aut <http://data.carnegiehall.org/names/25430> ;
    dcterms:contributor <http://data.carnegiehall.org/names/25430> ;
    dcterms:creator <http://data.carnegiehall.org/names/59450> ;
    ns1:dateCreated "1914" ;
    skos:exactMatch <http://id.loc.gov/authorities/names/no2006040377>,
        <https://musicbrainz.org/work/aaec8e68-e47e-4437-a33c-9e95149b19c1> .

