@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/114210> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "What You Won't Do for Love" ;
    dcterms:creator <http://data.carnegiehall.org/names/129258> ;
    ns1:dateCreated "1978" ;
    skos:exactMatch <http://dbpedia.org/resource/What_You_Won%27t_Do_for_Love_(song)>,
        <https://musicbrainz.org/work/ab369932-0f6f-3e3f-8845-b3b46c0c0a81> .

