@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/31649> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Li'l Darlin'" ;
    dcterms:creator <http://data.carnegiehall.org/names/1007400> ;
    ns1:dateCreated "1957" ;
    skos:exactMatch <http://www.wikidata.org/entity/Q3240741>,
        <https://musicbrainz.org/work/2cdf64b4-afed-328f-9bb1-17636a4d3ed1> .

