WAC and temporal access

In the last teleconf, we decided to give some examples which WAC do not 
support. My two cents in this subject is WAC don't support temporal access.

@prefix acl: <http://www.w3.org/ns/auth/acl#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .

[] acl:accessTo   <card>;
    acl:mode       acl:Write;
    acl:agentClass foaf:Agent;
    NEW:validity   ??? .

I propose to extend acl vocabluary to validity property, which should be 
in range to one on OWL time class [1].

[1] http://www.w3.org/TR/owl-time/

Cheers,
Dominik 'domel' Tomaszuk

Received on Friday, 30 November 2012 11:03:41 UTC