@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/112983> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "(She's So) Selfish" ;
    ns2:cmp <http://data.carnegiehall.org/names/127938> ;
    dcterms:contributor <http://data.carnegiehall.org/names/127938> ;
    dcterms:creator <http://data.carnegiehall.org/names/127939> ;
    ns1:dateCreated "1979" ;
    skos:exactMatch <http://dbpedia.org/resource/(She%27s_So)_Selfish>,
        <http://www.wikidata.org/entity/Q17025568>,
        <https://musicbrainz.org/work/9d109bb1-fe9e-45a3-b1b1-92af3585931d> .

