@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/98901> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Until You Come Back to Me (That's What I'm Gonna Do)" ;
    ns2:cmp <http://data.carnegiehall.org/names/1021397>,
        <http://data.carnegiehall.org/names/11830> ;
    dcterms:contributor <http://data.carnegiehall.org/names/1021397>,
        <http://data.carnegiehall.org/names/11830> ;
    dcterms:creator <http://data.carnegiehall.org/names/1021396> ;
    ns1:dateCreated "1973" ;
    skos:exactMatch <http://dbpedia.org/resource/Until_You_Come_Back_to_Me_(That's_What_I'm_Gonna_Do)>,
        <http://www.wikidata.org/entity/Q4006090>,
        <https://musicbrainz.org/work/b145208f-0e5c-3f96-a9e3-ac34f3582d79> .

