@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/98890> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Don't Play That Song (You Lied)" ;
    ns2:cmp <http://data.carnegiehall.org/names/1021389> ;
    dcterms:contributor <http://data.carnegiehall.org/names/1021389> ;
    dcterms:creator <http://data.carnegiehall.org/names/1021388> ;
    ns1:dateCreated "1962" ;
    skos:exactMatch <http://dbpedia.org/resource/Don't_Play_That_Song_(You_Lied)>,
        <https://musicbrainz.org/work/bc18692b-e0f2-302f-9f6a-96f36821e1b8> .

