@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix ns1: <http://id.loc.gov/vocabulary/relators/> .
@prefix ns2: <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/101623> a ns2:CreativeWork,
        ns2:MusicComposition ;
    rdfs:label "It All Depends on You" ;
    ns1:lyr <http://data.carnegiehall.org/names/1007064>,
        <http://data.carnegiehall.org/names/1012937> ;
    dcterms:contributor <http://data.carnegiehall.org/names/1007064>,
        <http://data.carnegiehall.org/names/1012937> ;
    dcterms:creator <http://data.carnegiehall.org/names/1010268> ;
    ns2:dateCreated "1926" ;
    skos:exactMatch <http://dbpedia.org/resource/It_All_Depends_on_You>,
        <http://www.wikidata.org/entity/Q6091557>,
        <https://musicbrainz.org/work/bc2dd1d0-6697-377e-8e00-5952b83f42ae> .

