@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/66088> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Set the Controls for the Heart of the Sun" ;
    dcterms:creator <http://data.carnegiehall.org/names/69354> ;
    ns1:dateCreated "1967-1968" ;
    skos:exactMatch <http://www.wikidata.org/entity/Q1064299>,
        <https://dbpedia.org/resource/Set_the_Controls_for_the_Heart_of_the_Sun>,
        <https://musicbrainz.org/work/d3302d28-9720-35b4-a423-74569bccaf73> .

