@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/102355> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Once Upon a Dream" ;
    ns2:lyr <http://data.carnegiehall.org/names/1017107> ;
    dcterms:contributor <http://data.carnegiehall.org/names/1017107> ;
    dcterms:creator <http://data.carnegiehall.org/names/35411> ;
    ns1:dateCreated "1959" ;
    skos:exactMatch <http://dbpedia.org/resource/Once_Upon_a_Dream_(Sleeping_Beauty_song)>,
        <http://www.wikidata.org/entity/Q27134142>,
        <https://musicbrainz.org/work/df6f5480-883d-3ff8-8316-95f4a9e58260> .

