@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#> .

<http://data.carnegiehall.org/works/120087> a ns2:CreativeWork,
        ns2:MusicComposition ;
    rdfs:label "What's Love Got to Do With It" ;
    ns1:arr <http://data.carnegiehall.org/names/126184> ;
    ns1:cmp <http://data.carnegiehall.org/names/1026008> ;
    dcterms:contributor <http://data.carnegiehall.org/names/1026008>,
        <http://data.carnegiehall.org/names/126184> ;
    dcterms:creator <http://data.carnegiehall.org/names/1026009> ;
    ns2:dateCreated "1983" .

