@prefix cw: <http://ns.cubicweb.org/cubicweb/0.0/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<http://www.logilab.fr/2219> a cw:Card ;
    cw:content """Formations à venir:\r
\r
:rql:`Any I,T,E,EL,ED,ES ORDERBY ED,EL WHERE E concerns T, E location EL, E diem ED, E end_date ES, E diem >= TODAY, E description I`\r
\r
`ajouter une formation </add/Event>`_""" ;
    cw:content_format "text/rest" ;
    cw:creation_date "2014-12-04T20:09:22.226712+00:00"^^xsd:dateTime ;
    cw:cw_source <http://beta.logilab.fr1> ;
    cw:modification_date "2014-12-04T20:09:22.226712+00:00"^^xsd:dateTime ;
    cw:title "Gestion formations" .

