@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/34136> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Cheryl" ;
    dcterms:creator <http://data.carnegiehall.org/names/21175> ;
    ns1:dateCreated "1947" ;
    skos:exactMatch <http://dbpedia.org/resource/Cheryl_(composition)>,
        <http://www.wikidata.org/entity/Q5092675>,
        <https://musicbrainz.org/work/b2caa132-78b5-3d72-b0ec-0ebb6a64dc62> .

