@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/75846> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Close Your Eyes" ;
    dcterms:creator <http://data.carnegiehall.org/names/1006413> ;
    ns1:dateCreated "1933" ;
    skos:exactMatch <http://dbpedia.org/resource/Close_Your_Eyes_(Bernice_Petkere_song)>,
        <http://www.wikidata.org/entity/Q5135244>,
        <https://musicbrainz.org/work/49043417-034b-4e0f-8fab-8be5309a94a9> .

