@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/66098> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "The Great Gig in the Sky" ;
    dcterms:creator <http://data.carnegiehall.org/names/69355> ;
    ns1:dateCreated "1972" ;
    skos:exactMatch <http://dbpedia.org/resource/The_Great_Gig_in_the_Sky>,
        <http://www.wikidata.org/entity/Q957629>,
        <https://musicbrainz.org/work/4ddc62b2-d3ce-34d3-8988-5aee1dd22b87> .

