@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/84378> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "My Cherie Amour" ;
    ns2:cmp <http://data.carnegiehall.org/names/1009062>,
        <http://data.carnegiehall.org/names/1022023> ;
    dcterms:contributor <http://data.carnegiehall.org/names/1009062>,
        <http://data.carnegiehall.org/names/1022023> ;
    dcterms:creator <http://data.carnegiehall.org/names/11830> ;
    ns1:dateCreated "1969" ;
    skos:exactMatch <http://dbpedia.org/resource/My_Cherie_Amour_(song)>,
        <https://musicbrainz.org/work/3b3d5557-2aaf-3c74-b715-22008bea68a6> .

