@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/19173> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "East of the Sun (and West of the Moon)" ;
    dcterms:creator <http://data.carnegiehall.org/names/1004387> ;
    ns1:dateCreated "1935" ;
    skos:exactMatch <http://dbpedia.org/resource/East_of_the_Sun_(and_West_of_the_Moon)>,
        <http://musicbrainz.org/work/16a12fda-6694-3cd1-a34c-df9ba93329a4>,
        <http://www.wikidata.org/entity/Q1278075> .

