@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/109827> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Baby What You Want Me to Do" ;
    dcterms:creator <http://data.carnegiehall.org/names/26358> ;
    ns1:dateCreated "1959" ;
    skos:exactMatch <http://dbpedia.org/resource/Baby_What_You_Want_Me_to_Do>,
        <http://www.wikidata.org/entity/Q797871>,
        <https://musicbrainz.org/work/e1aa9ce8-f176-3267-9bbc-c610cab3a169> .

