Current Slide
Small screen detected. You are viewing the mobile version of SlideWiki. If you wish to edit slides you will need to use a larger device.
Capability Example
ex:RomaHotelReservationPrecondition
rdf:type wl:Condition ;
rdf:value """
?request
[ numberOfGuests hasValue ?guests
and city hasValue ?city ]
memberOf ReservationData
and ?guests <= 10
and ?city = 'Roma'
"""^^ wsml:AxiomLiteral .