@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix ns1: <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/109838> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Play With Fire" ;
    dcterms:creator <http://data.carnegiehall.org/names/31078> ;
    ns1:dateCreated "1965" ;
    skos:exactMatch <http://dbpedia.org/resource/Play_with_Fire_(Rolling_Stones_song)>,
        <http://www.wikidata.org/entity/Q2090504>,
        <https://musicbrainz.org/work/ea934515-6f2a-332f-946e-81289f5d3dd5> .

