@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/107221> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Devoted to You" ;
    ns2:cmp <http://data.carnegiehall.org/names/1016700> ;
    dcterms:contributor <http://data.carnegiehall.org/names/1016700> ;
    dcterms:creator <http://data.carnegiehall.org/names/1006666> ;
    ns1:dateCreated "1958" ;
    skos:exactMatch <http://dbpedia.org/resource/Devoted_to_You_(song)>,
        <http://www.wikidata.org/entity/Q5267910>,
        <https://musicbrainz.org/work/acf47e63-6343-391d-bb2d-e1428a1e67e7> .

