@prefix : <#>.
@prefix mee: <http://www.w3.org/ns/pim/meeting#>.
@prefix n0: <http://purl.org/dc/elements/1.1/>.
@prefix c: </profile/card#>.
@prefix XML: <http://www.w3.org/2001/XMLSchema#>.
@prefix ui: <http://www.w3.org/ns/ui#>.

:this
    a mee:Meeting;
    n0:author c:me;
    n0:created "2019-05-23T19:16:22Z"^^XML:dateTime;
    mee:toolList ( :this );
    ui:backgroundColor "#ddddcc"^^XML:color.
