- From: Víctor Rodríguez-Doncel via GitHub <sysbot+gh@w3.org>
- Date: Thu, 15 Dec 2016 17:11:54 +0000
- To: public-poe-archives@w3.org
I write again the example, as it was poorly formatted in my previous
message....
```
:c1 a odrl:Constraint ;
odrl:operator odrl:lteq ;
odrl:dateTime "2016-12-31"^^xsd:date.
:c2 a odrl:Constraint ;
odrl:operator odrl:eq ;
odrl:spatial <http://www.geonames.org/countries/IT/>
:c3 a odrl:Constraint ;
odrl:operator odrl:AND ;
odrl:rightOperand :c1;
odrl:leftOperand :c2;
```
--
GitHub Notification of comment by vroddon
Please view or discuss this issue at
https://github.com/w3c/poe/issues/63#issuecomment-267384517 using your
GitHub account
Received on Thursday, 15 December 2016 17:12:00 UTC