@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/101303> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "All I Do Is Dream of You" ;
    ns2:lyr <http://data.carnegiehall.org/names/1019225> ;
    dcterms:contributor <http://data.carnegiehall.org/names/1019225> ;
    dcterms:creator <http://data.carnegiehall.org/names/1001195> ;
    ns1:dateCreated "1934" ;
    skos:exactMatch <http://dbpedia.org/resource/All_I_Do_Is_Dream_of_You>,
        <http://id.loc.gov/authorities/names/no2010204251>,
        <http://www.wikidata.org/entity/Q4728836>,
        <https://musicbrainz.org/work/4fa03c79-7b5e-380b-8e47-4e077c4c3867> .

