@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/109549> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Legend of a Mind" ;
    dcterms:creator <http://data.carnegiehall.org/names/124588> ;
    ns1:dateCreated "1968" ;
    skos:exactMatch <http://dbpedia.org/resource/Legend_of_a_Mind>,
        <http://www.wikidata.org/entity/Q6517785>,
        <https://musicbrainz.org/work/f79db55c-fea9-411d-9ba1-f1a62e22ce1d> .

