@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/89695> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "5 Mystical Songs: 4. The Call" ;
    ns2:aut <http://data.carnegiehall.org/names/1022584> ;
    dcterms:contributor <http://data.carnegiehall.org/names/1022584> ;
    dcterms:creator <http://data.carnegiehall.org/names/1006483> ;
    ns1:dateCreated "1911" ;
    skos:exactMatch <http://id.loc.gov/authorities/names/n89651369>,
        <https://musicbrainz.org/work/fb0ba744-6032-4683-b891-b987f19d3b73> .

