semiotproject / semiot-platform

SemIoT Platform
http://semiot.ru
MIT License
8 stars 1 forks source link

Remove Online/Offline status from the Explorer #131

Closed KMax closed 8 years ago

KMax commented 8 years ago

We decided to replace in one of the next versions the online/offline status by the time of the last update and error message if it's. But the first step is to remove the status from the Explorer.

garayzuev commented 8 years ago
SELECT DISTINCT ?label ?uri ?state
WHERE {
   ?uri a ssn:System ;
       saref:hasState ?state ;
       rdfs:label ?label .
}

The above request expects the status of the device.