From version 2.5.0 and onwards ThingIn is compatible with JSON-LD 1.1 specification.
This compatibility includes input and output.
{
"@context": [
"https://www.w3.org/2019/wot/td/v1",
{
"saref": "https://w3id.org/saref#",
"dogont": "http://elite.polito.it/ontologies/dogont.owl#",
"xsd": "http://www.w3.org/2001/XMLSchema#",
"mqv": "http://www.example.org/mqtt-binding#",
"htv": "http://www.w3.org/2011/http#",
"rdf": "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"rdfs": "http://www.w3.org/2000/01/rdf-schema#",
"access": "http://orange-labs.fr/fog/ont/access.owl#",
"domain": "http://www.example.com/myhome/"
}
],
"@graph": [
{
"id": "domain:bedroom-1",
"title": "bedroom shared by Pauline and Léa",
"name": "bedroom 1",
"@type": "http://elite.polito.it/ontologies/dogont.owl#Bedroom"
},
{
"id": "domain:bedroom-2",
"title": "Tom's bedroom",
"name": "bedroom 2",
"@type": "http://elite.polito.it/ontologies/dogont.owl#Bedroom"
},
{
"id": "domain:living-room",
"title": "living room",
"name": "living room",
"@type": "http://elite.polito.it/ontologies/dogont.owl#LivingRoom"
},
{
"id": "domain:wc",
"title": "wc",
"name": "wc",
"@type": "http://elite.polito.it/ontologies/dogont.owl#Room"
},
{
"id": "domain:bathroom",
"title": "bathroom",
"name": "bathroom",
"@type": "http://elite.polito.it/ontologies/dogont.owl#Bathroom"
},
{
"id": "domain:kitchen",
"title": "kitchen",
"name": "kitchen",
"@type": "http://elite.polito.it/ontologies/dogont.owl#Kitchen"
},
{
"id": "domain:entrance",
"title": "entrance",
"name": "entrance",
"@type": "http://elite.polito.it/ontologies/dogont.owl#Room"
},
{
"id": "domain:CameraEntree",
"title": "",
"name": "Caméra Entrée",
"@type": [
"http://elite.polito.it/ontologies/dogont.owl#SurveillanceCamera"
],
"description": "Motorized Foscam Camera",
"dogont:isIn": {
"id": "domain:entrance"
},
"events": {},
"properties": {
"RecordStarted": {
"title": "RecordStarted",
"description": "",
"type": "string",
"forms": [],
"@type": "PropertyAffordance",
"id": "domain:property-69c5df99-5db7-4bd9-97cd-5cfa506f2a6a"
},
"RecordStopped": {
"title": "RecordStopped",
"description": "",
"type": "string",
"forms": [],
"@type": "PropertyAffordance",
"id": "domain:property-03fa4542-2a12-4632-86c5-bd4dc9c1399e"
},
"Moving": {
"title": "Moving",
"description": "",
"type": "string",
"forms": [],
"@type": "PropertyAffordance",
"id": "domain:property-6ea7d57e-2a4d-4824-b684-a5d954396f2c"
},
"Recording": {
"title": "Recording",
"description": "",
"type": "string",
"forms": [],
"@type": "PropertyAffordance",
"id": "domain:property-afb9f781-17ff-48f2-ad23-c7c350c10bfd"
}
},
"actions": {
"Move": {
"title": "",
"description": "Move the the camera: Reset, Left, Right, Top, Bottom, TopLeft, BottomLeft, ...",
"safe": false,
"idempotent": false,
"forms": [
{
"@type": "Form",
"access:endpoint": "https://iotm.thinginthefuture.com/iotmanager/api/v1/objects/CameraEntree/action/Move?homeid=myhome",
"contentType": "application/json",
"htv:methodName": "GET",
"op": "invokeaction",
"id": "domain:form-44b8466c-3a2b-4813-9dca-c43fd379685d"
}
],
"@type": "ActionAffordance",
"id": "domain:action-176a4ec5-fa03-4565-a6fe-1d8df94e080a"
},
"Stop": {
"title": "",
"description": "Stop the current movement",
"safe": false,
"idempotent": false,
"forms": [
{
"@type": "Form",
"access:endpoint": "https://iotm.thinginthefuture.com/iotmanager/api/v1/objects/CameraEntree/action/Stop?homeid=myhome",
"contentType": "application/json",
"htv:methodName": "GET",
"op": "invokeaction",
"id": "domain:form-365b31f5-6b25-46d6-ace2-5ee5e9007126"
}
],
"@type": "ActionAffordance",
"id": "domain:action-e53b17b2-7fcb-41be-bd95-41330c17051d"
},
"Memorize": {
"title": "",
"description": "Memorize the current position",
"safe": false,
"idempotent": false,
"forms": [
{
"@type": "Form",
"access:endpoint": "https://iotm.thinginthefuture.com/iotmanager/api/v1/objects/CameraEntree/action/Memorize?homeid=myhome",
"contentType": "application/json",
"htv:methodName": "GET",
"op": "invokeaction",
"id": "domain:form-9e22a406-91ec-454d-b5ad-0d5e2f8f404a"
}
],
"@type": "ActionAffordance",
"id": "domain:action-9fa3ac2d-70c7-4ddf-9ba9-e08061abdec0"
},
"TakePicture": {
"title": "",
"description": "Take a picture with the camera",
"safe": false,
"idempotent": false,
"forms": [
{
"@type": "Form",
"access:endpoint": "https://iotm.thinginthefuture.com/iotmanager/api/v1/objects/CameraEntree/action/TakePicture?homeid=myhome",
"contentType": "application/json",
"htv:methodName": "GET",
"type": "xsd:string",
"op": "invokeaction",
"id": "domain:form-7e4ec4e9-98c2-4910-8962-db712e02bf98"
}
],
"@type": "ActionAffordance",
"id": "domain:action-c2fae43e-d593-44c4-a1a7-42c6b0d521db"
}
}
},
{
"id": "domain:PorteEntree",
"title": "",
"name": "Porte Entree",
"@type": [
"http://elite.polito.it/ontologies/dogont.owl#DoorSensor"
],
"description": "Fibaro Door Open/Close sensor",
"dogont:isIn": {
"id": "domain:entrance"
},
"events": {
"DoorOpen": {
"title": "DoorOpen",
"forms": [
{
"op": "subscribeevent",
"access:endpoint": "mqtt://iotm.thinginthefuture.com/homein/core/iot",
"id": "domain:form-f38549d6-99a6-4e76-a6a5-ee7cdce6199a"
}
],
"@type": "EventAffordance",
"id": "domain:event-cc4c9dcc-4be5-462e-a652-d7393f5cca04"
},
"DoorClosed": {
"title": "DoorClosed",
"forms": [
{
"op": "subscribeevent",
"access:endpoint": "mqtt://iotm.thinginthefuture.com/homein/core/iot",
"id": "domain:form-83686f4a-5c69-4f6c-90c1-7845971631f5"
}
],
"@type": "EventAffordance",
"id": "domain:event-7ea90a0d-6342-4e37-bacd-cc6d390b7b1d"
}
},
"properties": {
"DoorDetection": {
"title": "DoorDetection",
"description": "",
"type": "string",
"forms": [],
"@type": "PropertyAffordance",
"id": "domain:property-7daafe56-6c73-4093-91ed-5d2f79b7539d"
}
},
"actions": {}
},
{
"id": "domain:CapteurEntree",
"title": "",
"name": "Capteur Entrée",
"@type": [
"http://elite.polito.it/ontologies/dogont.owl#MovementSensor",
"http://elite.polito.it/ontologies/dogont.owl#TemperatureSensor",
"http://elite.polito.it/ontologies/dogont.owl#LightSensor"
],
"description": "Fibaro motion sensor, retrieve temperature, luminosity and much more",
"dogont:isIn": {
"id": "domain:entrance"
},
"events": {
"MotionDetected": {
"title": "MotionDetected",
"forms": [
{
"op": "subscribeevent",
"access:endpoint": "mqtt://iotm.thinginthefuture.com/homein/core/iot",
"id": "domain:form-312c62f8-d552-45ba-aba8-b9a0285d66f1"
}
],
"@type": "EventAffordance",
"id": "domain:event-f1430659-664e-451e-8333-447deaace49c"
},
"MotionTampering": {
"title": "MotionTampering",
"forms": [
{
"op": "subscribeevent",
"access:endpoint": "mqtt://iotm.thinginthefuture.com/homein/core/iot",
"id": "domain:form-c2c88b1a-ec1b-475a-93de-91ef57b88677"
}
],
"@type": "EventAffordance",
"id": "domain:event-6ebdccf0-ae8e-44d8-8376-b5c0a69430ce"
},
"MotionClear": {
"title": "MotionClear",
"forms": [
{
"op": "subscribeevent",
"access:endpoint": "mqtt://iotm.thinginthefuture.com/homein/core/iot",
"id": "domain:form-2e185068-9570-4e2a-813c-489bb6a35ae5"
}
],
"@type": "EventAffordance",
"id": "domain:event-0624350a-c305-4135-a9d6-cfa1fe3616b7"
},
"Presence": {
"title": "Presence",
"forms": [
{
"op": "subscribeevent",
"access:endpoint": "mqtt://iotm.thinginthefuture.com/homein/core/iot",
"id": "domain:form-8e27208e-d497-4738-a98a-24d1b7893299"
}
],
"@type": "EventAffordance",
"id": "domain:event-ef807b10-bfb4-4685-9b93-cb9d3748488a"
},
"Temperature": {
"title": "Temperature",
"forms": [
{
"op": "subscribeevent",
"access:endpoint": "mqtt://iotm.thinginthefuture.com/homein/core/iot",
"id": "domain:form-ec2432c4-4221-4dac-aee7-0770d5f66ad5"
}
],
"@type": "EventAffordance",
"id": "domain:event-8e53ce99-241c-4f17-a796-39d1a240dccf"
},
"Illuminance": {
"title": "Illuminance",
"forms": [
{
"op": "subscribeevent",
"access:endpoint": "mqtt://iotm.thinginthefuture.com/homein/core/iot",
"id": "domain:form-725d53fa-1a0f-4f82-b96c-d1f40925f4ba"
}
],
"@type": "EventAffordance",
"id": "domain:event-8e2cb621-5851-4172-af0d-e0fec5b62aeb"
}
},
"properties": {
"Motion": {
"title": "Motion",
"description": "",
"type": "string",
"forms": [],
"@type": "PropertyAffordance",
"id": "domain:property-4adf63ab-8512-4550-b324-ada8764a89e5"
},
"Temperature": {
"title": "Temperature",
"description": "",
"type": "string",
"forms": [],
"@type": "PropertyAffordance",
"id": "domain:property-aafb0c31-9d04-4e53-9437-3c21c695e820"
},
"Illuminance": {
"title": "Illuminance",
"description": "",
"type": "string",
"forms": [],
"@type": "PropertyAffordance",
"id": "domain:property-4f4ab287-dfce-4c52-8fe0-1ff4d3e25e1b"
}
},
"actions": {}
},
{
"id": "domain:PriseSalon",
"title": "",
"name": "Prise Salon",
"@type": [
"http://elite.polito.it/ontologies/dogont.owl#PlugwiseGateway"
],
"description": "Fibaro smart plug can switch on and off any devices",
"dogont:isIn": {
"id": "domain:living-room"
},
"events": {
"Power": {
"title": "Power",
"forms": [
{
"op": "subscribeevent",
"access:endpoint": "mqtt://iotm.thinginthefuture.com/homein/core/iot",
"id": "domain:form-90a3db83-20ce-46f2-b7c8-e830822a360b"
}
],
"@type": "EventAffordance",
"id": "domain:event-0eee9671-02e9-4ed3-b12a-a2efc1a50033"
},
"PowerLevel": {
"title": "PowerLevel",
"forms": [
{
"op": "subscribeevent",
"access:endpoint": "mqtt://iotm.thinginthefuture.com/homein/core/iot",
"id": "domain:form-9b921a47-69c2-4625-a082-1610c2b70abc"
}
],
"@type": "EventAffordance",
"id": "domain:event-fcd6ed12-94c3-4258-8e95-ec4c86a29955"
},
"PowerSwitch": {
"title": "PowerSwitch",
"forms": [
{
"op": "subscribeevent",
"access:endpoint": "mqtt://iotm.thinginthefuture.com/homein/core/iot",
"id": "domain:form-3afa63a9-8ea9-4afa-b9d3-6ae64146f421"
}
],
"@type": "EventAffordance",
"id": "domain:event-7ef2d929-7a2a-415c-bc6b-2b04db47954d"
}
},
"properties": {
"Power": {
"title": "Power",
"description": "",
"type": "string",
"forms": [],
"@type": "PropertyAffordance",
"id": "domain:property-ed57aa60-e06d-4165-a7a2-80f6e8645f1c"
},
"Switch": {
"title": "Switch",
"description": "",
"type": "string",
"forms": [],
"@type": "PropertyAffordance",
"id": "domain:property-c78f3e24-f749-4a63-8d8f-7ddc3d0a086d"
}
},
"actions": {
"GetPower": {
"title": "",
"description": "Devices' power consumption in Watt",
"safe": false,
"idempotent": false,
"forms": [
{
"@type": "Form",
"access:endpoint": "https://iotm.thinginthefuture.com/iotmanager/api/v1/objects/PriseSalon/action/GetPower?homeid=myhome",
"contentType": "application/json",
"htv:methodName": "GET",
"type": "xsd:float",
"op": "invokeaction",
"id": "domain:form-ea1b8a0b-2a9d-4177-be59-ff3805276e94"
}
],
"@type": "ActionAffordance",
"id": "domain:action-c2f4cbb3-bae3-469f-a610-fc72c7f48750"
},
"IsSwitchedOn": {
"title": "",
"description": "True if the plug is turned on",
"safe": false,
"idempotent": false,
"forms": [
{
"@type": "Form",
"access:endpoint": "https://iotm.thinginthefuture.com/iotmanager/api/v1/objects/PriseSalon/action/IsSwitchedOn?homeid=myhome",
"contentType": "application/json",
"htv:methodName": "GET",
"type": "xsd:boolean",
"op": "invokeaction",
"id": "domain:form-ce0f4189-5b2b-4973-804a-fde0187a89c6"
}
],
"@type": "ActionAffordance",
"id": "domain:action-9596280f-7952-4e4e-86aa-c4f8f83a2437"
},
"Switch": {
"title": "",
"description": "Turn on or off the plug according to the argument value",
"safe": false,
"idempotent": false,
"forms": [
{
"@type": "Form",
"access:endpoint": "https://iotm.thinginthefuture.com/iotmanager/api/v1/objects/PriseSalon/action/Switch?homeid=myhome",
"contentType": "application/json",
"htv:methodName": "GET",
"op": "invokeaction",
"id": "domain:form-18b9e976-75a6-4140-bbff-b79be6c98ad8"
}
],
"@type": "ActionAffordance",
"id": "domain:action-1f2593c4-79fe-4bff-9013-20f0d1253364"
}
}
},
{
"id": "domain:PriseCuisine",
"title": "",
"name": "Prise Cuisine",
"@type": [
"http://elite.polito.it/ontologies/dogont.owl#PlugwiseGateway"
],
"description": "Fibaro smart plug can switch on and off any devices",
"dogont:isIn": {
"id": "domain:kitchen"
},
"events": {
"Power": {
"title": "Power",
"forms": [
{
"op": "subscribeevent",
"access:endpoint": "mqtt://iotm.thinginthefuture.com/homein/core/iot",
"id": "domain:form-92aab7e0-5db2-4026-b384-3790b392c252"
}
],
"@type": "EventAffordance",
"id": "domain:event-26131ae7-a9c9-4935-b3d3-6c920fef02ae"
},
"PowerLevel": {
"title": "PowerLevel",
"forms": [
{
"op": "subscribeevent",
"access:endpoint": "mqtt://iotm.thinginthefuture.com/homein/core/iot",
"id": "domain:form-a417394d-9abd-4b99-9a04-c02c3b39ce32"
}
],
"@type": "EventAffordance",
"id": "domain:event-9288d5c6-d246-4387-a358-9223cd4e7bb7"
},
"PowerSwitch": {
"title": "PowerSwitch",
"forms": [
{
"op": "subscribeevent",
"access:endpoint": "mqtt://iotm.thinginthefuture.com/homein/core/iot",
"id": "domain:form-1f225bbf-d170-4e97-81e4-2c64d5fa5ed6"
}
],
"@type": "EventAffordance",
"id": "domain:event-d7a36229-1296-4630-9c25-4fa1fee03506"
}
},
"properties": {
"Power": {
"title": "Power",
"description": "",
"type": "string",
"forms": [],
"@type": "PropertyAffordance",
"id": "domain:property-18325e8d-4020-4d76-9c91-fad3603a385c"
},
"Switch": {
"title": "Switch",
"description": "",
"type": "string",
"forms": [],
"@type": "PropertyAffordance",
"id": "domain:property-81b6b06d-fb37-42a2-8747-4992ead612d6"
}
},
"actions": {
"GetPower": {
"title": "",
"description": "Devices' power consumption in Watt",
"safe": false,
"idempotent": false,
"forms": [
{
"@type": "Form",
"access:endpoint": "https://iotm.thinginthefuture.com/iotmanager/api/v1/objects/PriseCuisine/action/GetPower?homeid=myhome",
"contentType": "application/json",
"htv:methodName": "GET",
"type": "xsd:float",
"op": "invokeaction",
"id": "domain:form-a542dd57-9400-4b4f-80c0-b9b73d2e7d29"
}
],
"@type": "ActionAffordance",
"id": "domain:action-726f07b1-4f7c-4cf8-a6c1-dd04357acf9d"
},
"IsSwitchedOn": {
"title": "",
"description": "True if the plug is turned on",
"safe": false,
"idempotent": false,
"forms": [
{
"@type": "Form",
"access:endpoint": "https://iotm.thinginthefuture.com/iotmanager/api/v1/objects/PriseCuisine/action/IsSwitchedOn?homeid=myhome",
"contentType": "application/json",
"htv:methodName": "GET",
"type": "xsd:boolean",
"op": "invokeaction",
"id": "domain:form-ce2d3fbd-d5eb-43d9-b331-64f5865ffc1b"
}
],
"@type": "ActionAffordance",
"id": "domain:action-d1d18bee-bc58-49e7-b265-c3afcc260a67"
},
"Switch": {
"title": "",
"description": "Turn on or off the plug according to the argument value",
"safe": false,
"idempotent": false,
"forms": [
{
"@type": "Form",
"access:endpoint": "https://iotm.thinginthefuture.com/iotmanager/api/v1/objects/PriseCuisine/action/Switch?homeid=myhome",
"contentType": "application/json",
"htv:methodName": "GET",
"op": "invokeaction",
"id": "domain:form-c02411f8-8ae7-483a-9e0b-a7281af3ab93"
}
],
"@type": "ActionAffordance",
"id": "domain:action-99b03d87-d8c5-4665-9d28-240d90f77ae9"
}
}
},
{
"id": "domain:TvSalon",
"title": "",
"name": "Tv Salon",
"@type": [
"http://elite.polito.it/ontologies/dogont.owl#Tv"
],
"description": "Generic TV Controller supporting Orange STB and KODI API",
"dogont:isIn": {
"id": "domain:living-room"
},
"events": {
"Power": {
"title": "Power",
"forms": [
{
"op": "subscribeevent",
"access:endpoint": "mqtt://iotm.thinginthefuture.com/homein/core/iot",
"id": "domain:form-e897d778-4759-4563-a1e4-bc06d55ff492"
}
],
"@type": "EventAffordance",
"id": "domain:event-71497f7b-7b3d-4d22-9948-651b0d307696"
},
"PowerLevel": {
"title": "PowerLevel",
"forms": [
{
"op": "subscribeevent",
"access:endpoint": "mqtt://iotm.thinginthefuture.com/homein/core/iot",
"id": "domain:form-722e8729-afd5-48e4-b9b9-9fbfff4eaeda"
}
],
"@type": "EventAffordance",
"id": "domain:event-5282566b-668b-4459-bdff-739ae30014e3"
},
"ChannelSet": {
"title": "ChannelSet",
"forms": [
{
"op": "subscribeevent",
"access:endpoint": "mqtt://iotm.thinginthefuture.com/homein/core/iot",
"id": "domain:form-0003056a-3781-46c2-8655-9b20a01e3361"
}
],
"@type": "EventAffordance",
"id": "domain:event-81439750-033b-454c-884c-c54f6e1bda60"
}
},
"properties": {
"Switch": {
"title": "Switch",
"description": "",
"type": "string",
"forms": [],
"@type": "PropertyAffordance",
"id": "domain:property-0156a53d-4309-4894-8499-96de0120a694"
},
"Channel": {
"title": "Channel",
"description": "",
"type": "string",
"forms": [],
"@type": "PropertyAffordance",
"id": "domain:property-935b17fc-9450-4f1f-8407-52ed25f02b35"
}
},
"actions": {
"GetChannel": {
"title": "",
"description": "Retrieve the id of the current selected channel, for example 1",
"safe": false,
"idempotent": false,
"forms": [
{
"@type": "Form",
"access:endpoint": "https://iotm.thinginthefuture.com/iotmanager/api/v1/objects/TvSalon/action/GetChannel?homeid=myhome",
"contentType": "application/json",
"htv:methodName": "GET",
"op": "invokeaction",
"id": "domain:form-a28e8c98-5e25-4d53-8e24-c567d3e7c551"
}
],
"@type": "ActionAffordance",
"id": "domain:action-1150ba09-29fb-4b3c-91b3-05bc1988122c"
},
"SetChannel": {
"title": "",
"description": "Set the channel of the TV",
"safe": false,
"idempotent": false,
"forms": [
{
"@type": "Form",
"access:endpoint": "https://iotm.thinginthefuture.com/iotmanager/api/v1/objects/TvSalon/action/SetChannel?homeid=myhome",
"contentType": "application/json",
"htv:methodName": "GET",
"op": "invokeaction",
"id": "domain:form-d8f311a8-e304-4560-a990-68a725c7547f"
}
],
"@type": "ActionAffordance",
"id": "domain:action-ccb4fce4-b05b-45c5-be87-433604fcabdd"
},
"SetChannelNext": {
"title": "",
"description": "Goto next channel (P+ button)",
"safe": false,
"idempotent": false,
"forms": [
{
"@type": "Form",
"access:endpoint": "https://iotm.thinginthefuture.com/iotmanager/api/v1/objects/TvSalon/action/SetChannelNext?homeid=myhome",
"contentType": "application/json",
"htv:methodName": "GET",
"op": "invokeaction",
"id": "domain:form-b3382c43-395e-4d11-83c5-7ee0d5181db6"
}
],
"@type": "ActionAffordance",
"id": "domain:action-bdb34958-80ea-40c9-badc-25c9a40187ec"
},
"SetChannelPrev": {
"title": "",
"description": "Goto previous channel (P- button)",
"safe": false,
"idempotent": false,
"forms": [
{
"@type": "Form",
"access:endpoint": "https://iotm.thinginthefuture.com/iotmanager/api/v1/objects/TvSalon/action/SetChannelPrev?homeid=myhome",
"contentType": "application/json",
"htv:methodName": "GET",
"op": "invokeaction",
"id": "domain:form-d2737d27-659c-4fa7-a844-6001d04754f5"
}
],
"@type": "ActionAffordance",
"id": "domain:action-1550c958-20e4-438d-b62a-566ac4016014"
}
}
},
{
"id": "domain:TvChambre",
"title": "",
"name": "Tv Chambre",
"@type": [
"http://elite.polito.it/ontologies/dogont.owl#Tv"
],
"description": "Generic TV Controller supporting Orange STB and KODI API",
"dogont:isIn": {
"id": "domain:bedroom-1"
},
"events": {
"Power": {
"title": "Power",
"forms": [
{
"op": "subscribeevent",
"access:endpoint": "mqtt://iotm.thinginthefuture.com/homein/core/iot",
"id": "domain:form-4d0d4dc4-3dce-441c-b2da-1a7263f59d5a"
}
],
"@type": "EventAffordance",
"id": "domain:event-a31503ab-ec1c-4b99-9c04-263cf5001cd1"
},
"PowerLevel": {
"title": "PowerLevel",
"forms": [
{
"op": "subscribeevent",
"access:endpoint": "mqtt://iotm.thinginthefuture.com/homein/core/iot",
"id": "domain:form-4ba177ce-33a4-461c-bc6e-5494f8553f3b"
}
],
"@type": "EventAffordance",
"id": "domain:event-d10f27c3-55b3-478d-8a68-b62ce463af99"
},
"ChannelSet": {
"title": "ChannelSet",
"forms": [
{
"op": "subscribeevent",
"access:endpoint": "mqtt://iotm.thinginthefuture.com/homein/core/iot",
"id": "domain:form-9db5e0a1-db8d-438a-adad-5088c31847fc"
}
],
"@type": "EventAffordance",
"id": "domain:event-aa5ba6a6-c78f-43ba-8915-0154d0794fc4"
}
},
"properties": {
"Switch": {
"title": "Switch",
"description": "",
"type": "string",
"forms": [],
"@type": "PropertyAffordance",
"id": "domain:property-91d5edb2-d1bf-4fdd-b647-92902495a60c"
},
"Channel": {
"title": "Channel",
"description": "",
"type": "string",
"forms": [],
"@type": "PropertyAffordance",
"id": "domain:property-64c25640-ea99-45f3-9324-d348a7552da6"
}
},
"actions": {
"GetChannel": {
"title": "",
"description": "Retrieve the id of the current selected channel, for example 1",
"safe": false,
"idempotent": false,
"forms": [
{
"@type": "Form",
"access:endpoint": "https://iotm.thinginthefuture.com/iotmanager/api/v1/objects/TvChambre/action/GetChannel?homeid=myhome",
"contentType": "application/json",
"htv:methodName": "GET",
"op": "invokeaction",
"id": "domain:form-8c4b2d7c-3bee-4aea-b985-2f019f9318e3"
}
],
"@type": "ActionAffordance",
"id": "domain:action-4ed5c10f-1eef-46a8-b895-f19cb4cebcd7"
},
"SetChannel": {
"title": "",
"description": "Set the channel of the TV",
"safe": false,
"idempotent": false,
"forms": [
{
"@type": "Form",
"access:endpoint": "https://iotm.thinginthefuture.com/iotmanager/api/v1/objects/TvChambre/action/SetChannel?homeid=myhome",
"contentType": "application/json",
"htv:methodName": "GET",
"op": "invokeaction",
"id": "domain:form-ef5d6a74-4e25-4b5b-8639-dff8c3abc7fc"
}
],
"@type": "ActionAffordance",
"id": "domain:action-e0846459-8449-4b20-acff-27e6def5f56c"
},
"SetChannelNext": {
"title": "",
"description": "Goto next channel (P+ button)",
"safe": false,
"idempotent": false,
"forms": [
{
"@type": "Form",
"access:endpoint": "https://iotm.thinginthefuture.com/iotmanager/api/v1/objects/TvChambre/action/SetChannelNext?homeid=myhome",
"contentType": "application/json",
"htv:methodName": "GET",
"op": "invokeaction",
"id": "domain:form-5830c74e-c469-4bf0-a0c7-3c66084db610"
}
],
"@type": "ActionAffordance",
"id": "domain:action-f17f5287-3118-466c-9e7d-367cb988b4e2"
},
"SetChannelPrev": {
"title": "",
"description": "Goto previous channel (P- button)",
"safe": false,
"idempotent": false,
"forms": [
{
"@type": "Form",
"access:endpoint": "https://iotm.thinginthefuture.com/iotmanager/api/v1/objects/TvChambre/action/SetChannelPrev?homeid=myhome",
"contentType": "application/json",
"htv:methodName": "GET",
"op": "invokeaction",
"id": "domain:form-3f465422-18f0-4f23-8299-df543e8a4ccb"
}
],
"@type": "ActionAffordance",
"id": "domain:action-5a6e1696-3fc5-4a4a-8450-97cacf81185b"
}
}
},
{
"id": "domain:BeaconPauline",
"title": "",
"name": "Beacon Pauline",
"@type": [
"http://elite.polito.it/ontologies/eupont.owl#Beacon"
],
"description": "Beacon detection",
"events": {},
"properties": {
"Distance": {
"title": "Distance",
"description": "",
"type": "string",
"forms": [],
"@type": "PropertyAffordance",
"id": "domain:property-40819cf7-e46b-4b21-85db-989ad60fbb0b"
}
},
"actions": {
"GetState": {
"title": "",
"description": "Get beacon visibility (none, near, medium, far)",
"safe": false,
"idempotent": false,
"forms": [
{
"@type": "Form",
"access:endpoint": "https://iotm.thinginthefuture.com/iotmanager/api/v1/objects/BeaconPauline/action/GetState?homeid=myhome",
"contentType": "application/json",
"htv:methodName": "GET",
"type": "xsd:boolean",
"op": "invokeaction",
"id": "domain:form-59c28fd0-6a5c-4a15-a128-92b479cfd8e7"
}
],
"@type": "ActionAffordance",
"id": "domain:action-afe72551-46ef-44ad-ba42-44ea4f05b2d9"
}
}
},
{
"id": "domain:BeaconLea",
"title": "",
"name": "Beacon Lea",
"@type": [
"http://elite.polito.it/ontologies/eupont.owl#Beacon"
],
"description": "Beacon detection",
"events": {},
"properties": {
"Distance": {
"title": "Distance",
"description": "",
"type": "string",
"forms": [],
"@type": "PropertyAffordance",
"id": "domain:property-0ad50df4-9ce0-404e-b5cf-6431007c3eaa"
}
},
"actions": {
"GetState": {
"title": "",
"description": "Get beacon visibility (none, near, medium, far)",
"safe": false,
"idempotent": false,
"forms": [
{
"@type": "Form",
"access:endpoint": "https://iotm.thinginthefuture.com/iotmanager/api/v1/objects/BeaconLea/action/GetState?homeid=myhome",
"contentType": "application/json",
"htv:methodName": "GET",
"type": "xsd:boolean",
"op": "invokeaction",
"id": "domain:form-67d89afd-d08a-4e5e-8a08-fd4954779db9"
}
],
"@type": "ActionAffordance",
"id": "domain:action-f86876f5-3815-4c6e-8f69-320fa07439f5"
}
}
},
{
"id": "domain:BeaconTom",
"title": "",
"name": "Beacon Tom",
"@type": [
"http://elite.polito.it/ontologies/eupont.owl#Beacon"
],
"description": "Beacon detection",
"events": {},
"properties": {
"Distance": {
"title": "Distance",
"description": "",
"type": "string",
"forms": [],
"@type": "PropertyAffordance",
"id": "domain:property-284a6b39-eff5-4cb4-accb-b9c38af6f0ab"
}
},
"actions": {
"GetState": {
"title": "",
"description": "Get beacon visibility (none, near, medium, far)",
"safe": false,
"idempotent": false,
"forms": [
{
"@type": "Form",
"access:endpoint": "https://iotm.thinginthefuture.com/iotmanager/api/v1/objects/BeaconTom/action/GetState?homeid=myhome",
"contentType": "application/json",
"htv:methodName": "GET",
"type": "xsd:boolean",
"op": "invokeaction",
"id": "domain:form-be0fc5a9-6b86-4577-a460-0d8d9f223a85"
}
],
"@type": "ActionAffordance",
"id": "domain:action-0f2f8582-643c-4d91-90cd-09a5953f9800"
}
}
}
],
"id": "http://www.example.com/myhome",
"title": "My home sweet home !",
"name": "My Home Pink",
"@type": "http://elite.polito.it/ontologies/dogont.owl#BuildingEnvironment"
}
curl --location --request POST 'http://127.0.0.1:5555/batch/avatars' \
--header 'Content-Type: application/ld+json' \
--header 'Authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJqdGkiOiJjZGEzNmFkYS0wNGI5LTExZWMtOTMyNS0wMDI4ZjgwMzJhNTkiLCJzdWIiOiJhZG1pbiIsImV4dGVybmFsaWQiOiJhZG1pbiIsImlzcyI6ImNpLXRoaW5naW4iLCJpYXQiOjE2Mjk3OTU2NjAsImV4cCI6MTYyOTg4MjA2MCwiZG9tYWlucyI6WyJodHRwOi8vd3d3LmV4YW1wbGUuY29tLyJdLCJzY29wZXMiOlsiYWRtaW4iXX0.Vl3SlU7tGfQmXYk_NVSIsbmNVkDr_6GcxZYbrIliqmP54co9TBFRNHjIZQSMdXFy2pOYegUliuigeJ0GpG01W_E2PLrNYzL4uF6vtQH8wqT9Kbtq3KiVUFvjDe5GNUkSFjgAfc6v_xFxgxip4wFDmASmLOREIKYgRNKAVIdqLrEGLd29JF3-BL3qggFzv6BKiR0gk1KbSL-hanRP3KZ31u6hGMcAZdCc6NTkKcs7o_Fh2lTFCKjPhB5vQa9OXMQWqOrdTnprTJrLDcRnbhhVp4M_bv_oIt6w9xt-VhgDxjq-4okaV2HXatSi8oIR15grwh568FJw5q-e5DLMxACigw' \
--data-raw '{
"@context": [
"https://www.w3.org/2019/wot/td/v1",
{
"saref": "https://w3id.org/saref#",
"dogont": "http://elite.polito.it/ontologies/dogont.owl#",
"xsd": "http://www.w3.org/2001/XMLSchema#",
"mqv": "http://www.example.org/mqtt-binding#",
"htv": "http://www.w3.org/2011/http#",
"rdf": "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"rdfs": "http://www.w3.org/2000/01/rdf-schema#",
"access": "http://orange-labs.fr/fog/ont/access.owl#",
"domain": "http://www.example.com/myhome/"
}
],
"@graph": [
{
"id": "domain:bedroom-1",
"title": "bedroom shared by Pauline and Léa",
"name": "bedroom 1",
"@type": "http://elite.polito.it/ontologies/dogont.owl#Bedroom"
},
{
"id": "domain:bedroom-2",
"title": "Tom'\''s bedroom",
"name": "bedroom 2",
"@type": "http://elite.polito.it/ontologies/dogont.owl#Bedroom"
},
{
"id": "domain:living-room",
"title": "living room",
"name": "living room",
"@type": "http://elite.polito.it/ontologies/dogont.owl#LivingRoom"
},
{
"id": "domain:wc",
"title": "wc",
"name": "wc",
"@type": "http://elite.polito.it/ontologies/dogont.owl#Room"
},
{
"id": "domain:bathroom",
"title": "bathroom",
"name": "bathroom",
"@type": "http://elite.polito.it/ontologies/dogont.owl#Bathroom"
},
{
"id": "domain:kitchen",
"title": "kitchen",
"name": "kitchen",
"@type": "http://elite.polito.it/ontologies/dogont.owl#Kitchen"
},
{
"id": "domain:entrance",
"title": "entrance",
"name": "entrance",
"@type": "http://elite.polito.it/ontologies/dogont.owl#Room"
},
{
"id": "domain:CameraEntree",
"title": "",
"name": "Caméra Entrée",
"@type": [
"http://elite.polito.it/ontologies/dogont.owl#SurveillanceCamera"
],
"description": "Motorized Foscam Camera",
"dogont:isIn": {
"id": "domain:entrance"
},
"events": {},
"properties": {
"RecordStarted": {
"title": "RecordStarted",
"description": "",
"type": "string",
"forms": [],
"@type": "PropertyAffordance",
"id": "domain:property-69c5df99-5db7-4bd9-97cd-5cfa506f2a6a"
},
"RecordStopped": {
"title": "RecordStopped",
"description": "",
"type": "string",
"forms": [],
"@type": "PropertyAffordance",
"id": "domain:property-03fa4542-2a12-4632-86c5-bd4dc9c1399e"
},
"Moving": {
"title": "Moving",
"description": "",
"type": "string",
"forms": [],
"@type": "PropertyAffordance",
"id": "domain:property-6ea7d57e-2a4d-4824-b684-a5d954396f2c"
},
"Recording": {
"title": "Recording",
"description": "",
"type": "string",
"forms": [],
"@type": "PropertyAffordance",
"id": "domain:property-afb9f781-17ff-48f2-ad23-c7c350c10bfd"
}
},
"actions": {
"Move": {
"title": "",
"description": "Move the the camera: Reset, Left, Right, Top, Bottom, TopLeft, BottomLeft, ...",
"safe": false,
"idempotent": false,
"forms": [
{
"@type": "Form",
"access:endpoint": "https://iotm.thinginthefuture.com/iotmanager/api/v1/objects/CameraEntree/action/Move?homeid=myhome",
"contentType": "application/json",
"htv:methodName": "GET",
"op": "invokeaction",
"id": "domain:form-44b8466c-3a2b-4813-9dca-c43fd379685d"
}
],
"@type": "ActionAffordance",
"id": "domain:action-176a4ec5-fa03-4565-a6fe-1d8df94e080a"
},
"Stop": {
"title": "",
"description": "Stop the current movement",
"safe": false,
"idempotent": false,
"forms": [
{
"@type": "Form",
"access:endpoint": "https://iotm.thinginthefuture.com/iotmanager/api/v1/objects/CameraEntree/action/Stop?homeid=myhome",
"contentType": "application/json",
"htv:methodName": "GET",
"op": "invokeaction",
"id": "domain:form-365b31f5-6b25-46d6-ace2-5ee5e9007126"
}
],
"@type": "ActionAffordance",
"id": "domain:action-e53b17b2-7fcb-41be-bd95-41330c17051d"
},
"Memorize": {
"title": "",
"description": "Memorize the current position",
"safe": false,
"idempotent": false,
"forms": [
{
"@type": "Form",
"access:endpoint": "https://iotm.thinginthefuture.com/iotmanager/api/v1/objects/CameraEntree/action/Memorize?homeid=myhome",
"contentType": "application/json",
"htv:methodName": "GET",
"op": "invokeaction",
"id": "domain:form-9e22a406-91ec-454d-b5ad-0d5e2f8f404a"
}
],
"@type": "ActionAffordance",
"id": "domain:action-9fa3ac2d-70c7-4ddf-9ba9-e08061abdec0"
},
"TakePicture": {
"title": "",
"description": "Take a picture with the camera",
"safe": false,
"idempotent": false,
"forms": [
{
"@type": "Form",
"access:endpoint": "https://iotm.thinginthefuture.com/iotmanager/api/v1/objects/CameraEntree/action/TakePicture?homeid=myhome",
"contentType": "application/json",
"htv:methodName": "GET",
"type": "xsd:string",
"op": "invokeaction",
"id": "domain:form-7e4ec4e9-98c2-4910-8962-db712e02bf98"
}
],
"@type": "ActionAffordance",
"id": "domain:action-c2fae43e-d593-44c4-a1a7-42c6b0d521db"
}
}
},
{
"id": "domain:PorteEntree",
"title": "",
"name": "Porte Entree",
"@type": [
"http://elite.polito.it/ontologies/dogont.owl#DoorSensor"
],
"description": "Fibaro Door Open/Close sensor",
"dogont:isIn": {
"id": "domain:entrance"
},
"events": {
"DoorOpen": {
"title": "DoorOpen",
"forms": [
{
"op": "subscribeevent",
"access:endpoint": "mqtt://iotm.thinginthefuture.com/homein/core/iot",
"id": "domain:form-f38549d6-99a6-4e76-a6a5-ee7cdce6199a"
}
],
"@type": "EventAffordance",
"id": "domain:event-cc4c9dcc-4be5-462e-a652-d7393f5cca04"
},
"DoorClosed": {
"title": "DoorClosed",
"forms": [
{
"op": "subscribeevent",
"access:endpoint": "mqtt://iotm.thinginthefuture.com/homein/core/iot",
"id": "domain:form-83686f4a-5c69-4f6c-90c1-7845971631f5"
}
],
"@type": "EventAffordance",
"id": "domain:event-7ea90a0d-6342-4e37-bacd-cc6d390b7b1d"
}
},
"properties": {
"DoorDetection": {
"title": "DoorDetection",
"description": "",
"type": "string",
"forms": [],
"@type": "PropertyAffordance",
"id": "domain:property-7daafe56-6c73-4093-91ed-5d2f79b7539d"
}
},
"actions": {}
},
{
"id": "domain:CapteurEntree",
"title": "",
"name": "Capteur Entrée",
"@type": [
"http://elite.polito.it/ontologies/dogont.owl#MovementSensor",
"http://elite.polito.it/ontologies/dogont.owl#TemperatureSensor",
"http://elite.polito.it/ontologies/dogont.owl#LightSensor"
],
"description": "Fibaro motion sensor, retrieve temperature, luminosity and much more",
"dogont:isIn": {
"id": "domain:entrance"
},
"events": {
"MotionDetected": {
"title": "MotionDetected",
"forms": [
{
"op": "subscribeevent",
"access:endpoint": "mqtt://iotm.thinginthefuture.com/homein/core/iot",
"id": "domain:form-312c62f8-d552-45ba-aba8-b9a0285d66f1"
}
],
"@type": "EventAffordance",
"id": "domain:event-f1430659-664e-451e-8333-447deaace49c"
},
"MotionTampering": {
"title": "MotionTampering",
"forms": [
{
"op": "subscribeevent",
"access:endpoint": "mqtt://iotm.thinginthefuture.com/homein/core/iot",
"id": "domain:form-c2c88b1a-ec1b-475a-93de-91ef57b88677"
}
],
"@type": "EventAffordance",
"id": "domain:event-6ebdccf0-ae8e-44d8-8376-b5c0a69430ce"
},
"MotionClear": {
"title": "MotionClear",
"forms": [
{
"op": "subscribeevent",
"access:endpoint": "mqtt://iotm.thinginthefuture.com/homein/core/iot",
"id": "domain:form-2e185068-9570-4e2a-813c-489bb6a35ae5"
}
],
"@type": "EventAffordance",
"id": "domain:event-0624350a-c305-4135-a9d6-cfa1fe3616b7"
},
"Presence": {
"title": "Presence",
"forms": [
{
"op": "subscribeevent",
"access:endpoint": "mqtt://iotm.thinginthefuture.com/homein/core/iot",
"id": "domain:form-8e27208e-d497-4738-a98a-24d1b7893299"
}
],
"@type": "EventAffordance",
"id": "domain:event-ef807b10-bfb4-4685-9b93-cb9d3748488a"
},
"Temperature": {
"title": "Temperature",
"forms": [
{
"op": "subscribeevent",
"access:endpoint": "mqtt://iotm.thinginthefuture.com/homein/core/iot",
"id": "domain:form-ec2432c4-4221-4dac-aee7-0770d5f66ad5"
}
],
"@type": "EventAffordance",
"id": "domain:event-8e53ce99-241c-4f17-a796-39d1a240dccf"
},
"Illuminance": {
"title": "Illuminance",
"forms": [
{
"op": "subscribeevent",
"access:endpoint": "mqtt://iotm.thinginthefuture.com/homein/core/iot",
"id": "domain:form-725d53fa-1a0f-4f82-b96c-d1f40925f4ba"
}
],
"@type": "EventAffordance",
"id": "domain:event-8e2cb621-5851-4172-af0d-e0fec5b62aeb"
}
},
"properties": {
"Motion": {
"title": "Motion",
"description": "",
"type": "string",
"forms": [],
"@type": "PropertyAffordance",
"id": "domain:property-4adf63ab-8512-4550-b324-ada8764a89e5"
},
"Temperature": {
"title": "Temperature",
"description": "",
"type": "string",
"forms": [],
"@type": "PropertyAffordance",
"id": "domain:property-aafb0c31-9d04-4e53-9437-3c21c695e820"
},
"Illuminance": {
"title": "Illuminance",
"description": "",
"type": "string",
"forms": [],
"@type": "PropertyAffordance",
"id": "domain:property-4f4ab287-dfce-4c52-8fe0-1ff4d3e25e1b"
}
},
"actions": {}
},
{
"id": "domain:PriseSalon",
"title": "",
"name": "Prise Salon",
"@type": [
"http://elite.polito.it/ontologies/dogont.owl#PlugwiseGateway"
],
"description": "Fibaro smart plug can switch on and off any devices",
"dogont:isIn": {
"id": "domain:living-room"
},
"events": {
"Power": {
"title": "Power",
"forms": [
{
"op": "subscribeevent",
"access:endpoint": "mqtt://iotm.thinginthefuture.com/homein/core/iot",
"id": "domain:form-90a3db83-20ce-46f2-b7c8-e830822a360b"
}
],
"@type": "EventAffordance",
"id": "domain:event-0eee9671-02e9-4ed3-b12a-a2efc1a50033"
},
"PowerLevel": {
"title": "PowerLevel",
"forms": [
{
"op": "subscribeevent",
"access:endpoint": "mqtt://iotm.thinginthefuture.com/homein/core/iot",
"id": "domain:form-9b921a47-69c2-4625-a082-1610c2b70abc"
}
],
"@type": "EventAffordance",
"id": "domain:event-fcd6ed12-94c3-4258-8e95-ec4c86a29955"
},
"PowerSwitch": {
"title": "PowerSwitch",
"forms": [
{
"op": "subscribeevent",
"access:endpoint": "mqtt://iotm.thinginthefuture.com/homein/core/iot",
"id": "domain:form-3afa63a9-8ea9-4afa-b9d3-6ae64146f421"
}
],
"@type": "EventAffordance",
"id": "domain:event-7ef2d929-7a2a-415c-bc6b-2b04db47954d"
}
},
"properties": {
"Power": {
"title": "Power",
"description": "",
"type": "string",
"forms": [],
"@type": "PropertyAffordance",
"id": "domain:property-ed57aa60-e06d-4165-a7a2-80f6e8645f1c"
},
"Switch": {
"title": "Switch",
"description": "",
"type": "string",
"forms": [],
"@type": "PropertyAffordance",
"id": "domain:property-c78f3e24-f749-4a63-8d8f-7ddc3d0a086d"
}
},
"actions": {
"GetPower": {
"title": "",
"description": "Devices'\'' power consumption in Watt",
"safe": false,
"idempotent": false,
"forms": [
{
"@type": "Form",
"access:endpoint": "https://iotm.thinginthefuture.com/iotmanager/api/v1/objects/PriseSalon/action/GetPower?homeid=myhome",
"contentType": "application/json",
"htv:methodName": "GET",
"type": "xsd:float",
"op": "invokeaction",
"id": "domain:form-ea1b8a0b-2a9d-4177-be59-ff3805276e94"
}
],
"@type": "ActionAffordance",
"id": "domain:action-c2f4cbb3-bae3-469f-a610-fc72c7f48750"
},
"IsSwitchedOn": {
"title": "",
"description": "True if the plug is turned on",
"safe": false,
"idempotent": false,
"forms": [
{
"@type": "Form",
"access:endpoint": "https://iotm.thinginthefuture.com/iotmanager/api/v1/objects/PriseSalon/action/IsSwitchedOn?homeid=myhome",
"contentType": "application/json",
"htv:methodName": "GET",
"type": "xsd:boolean",
"op": "invokeaction",
"id": "domain:form-ce0f4189-5b2b-4973-804a-fde0187a89c6"
}
],
"@type": "ActionAffordance",
"id": "domain:action-9596280f-7952-4e4e-86aa-c4f8f83a2437"
},
"Switch": {
"title": "",
"description": "Turn on or off the plug according to the argument value",
"safe": false,
"idempotent": false,
"forms": [
{
"@type": "Form",
"access:endpoint": "https://iotm.thinginthefuture.com/iotmanager/api/v1/objects/PriseSalon/action/Switch?homeid=myhome",
"contentType": "application/json",
"htv:methodName": "GET",
"op": "invokeaction",
"id": "domain:form-18b9e976-75a6-4140-bbff-b79be6c98ad8"
}
],
"@type": "ActionAffordance",
"id": "domain:action-1f2593c4-79fe-4bff-9013-20f0d1253364"
}
}
},
{
"id": "domain:PriseCuisine",
"title": "",
"name": "Prise Cuisine",
"@type": [
"http://elite.polito.it/ontologies/dogont.owl#PlugwiseGateway"
],
"description": "Fibaro smart plug can switch on and off any devices",
"dogont:isIn": {
"id": "domain:kitchen"
},
"events": {
"Power": {
"title": "Power",
"forms": [
{
"op": "subscribeevent",
"access:endpoint": "mqtt://iotm.thinginthefuture.com/homein/core/iot",
"id": "domain:form-92aab7e0-5db2-4026-b384-3790b392c252"
}
],
"@type": "EventAffordance",
"id": "domain:event-26131ae7-a9c9-4935-b3d3-6c920fef02ae"
},
"PowerLevel": {
"title": "PowerLevel",
"forms": [
{
"op": "subscribeevent",
"access:endpoint": "mqtt://iotm.thinginthefuture.com/homein/core/iot",
"id": "domain:form-a417394d-9abd-4b99-9a04-c02c3b39ce32"
}
],
"@type": "EventAffordance",
"id": "domain:event-9288d5c6-d246-4387-a358-9223cd4e7bb7"
},
"PowerSwitch": {
"title": "PowerSwitch",
"forms": [
{
"op": "subscribeevent",
"access:endpoint": "mqtt://iotm.thinginthefuture.com/homein/core/iot",
"id": "domain:form-1f225bbf-d170-4e97-81e4-2c64d5fa5ed6"
}
],
"@type": "EventAffordance",
"id": "domain:event-d7a36229-1296-4630-9c25-4fa1fee03506"
}
},
"properties": {
"Power": {
"title": "Power",
"description": "",
"type": "string",
"forms": [],
"@type": "PropertyAffordance",
"id": "domain:property-18325e8d-4020-4d76-9c91-fad3603a385c"
},
"Switch": {
"title": "Switch",
"description": "",
"type": "string",
"forms": [],
"@type": "PropertyAffordance",
"id": "domain:property-81b6b06d-fb37-42a2-8747-4992ead612d6"
}
},
"actions": {
"GetPower": {
"title": "",
"description": "Devices'\'' power consumption in Watt",
"safe": false,
"idempotent": false,
"forms": [
{
"@type": "Form",
"access:endpoint": "https://iotm.thinginthefuture.com/iotmanager/api/v1/objects/PriseCuisine/action/GetPower?homeid=myhome",
"contentType": "application/json",
"htv:methodName": "GET",
"type": "xsd:float",
"op": "invokeaction",
"id": "domain:form-a542dd57-9400-4b4f-80c0-b9b73d2e7d29"
}
],
"@type": "ActionAffordance",
"id": "domain:action-726f07b1-4f7c-4cf8-a6c1-dd04357acf9d"
},
"IsSwitchedOn": {
"title": "",
"description": "True if the plug is turned on",
"safe": false,
"idempotent": false,
"forms": [
{
"@type": "Form",
"access:endpoint": "https://iotm.thinginthefuture.com/iotmanager/api/v1/objects/PriseCuisine/action/IsSwitchedOn?homeid=myhome",
"contentType": "application/json",
"htv:methodName": "GET",
"type": "xsd:boolean",
"op": "invokeaction",
"id": "domain:form-ce2d3fbd-d5eb-43d9-b331-64f5865ffc1b"
}
],
"@type": "ActionAffordance",
"id": "domain:action-d1d18bee-bc58-49e7-b265-c3afcc260a67"
},
"Switch": {
"title": "",
"description": "Turn on or off the plug according to the argument value",
"safe": false,
"idempotent": false,
"forms": [
{
"@type": "Form",
"access:endpoint": "https://iotm.thinginthefuture.com/iotmanager/api/v1/objects/PriseCuisine/action/Switch?homeid=myhome",
"contentType": "application/json",
"htv:methodName": "GET",
"op": "invokeaction",
"id": "domain:form-c02411f8-8ae7-483a-9e0b-a7281af3ab93"
}
],
"@type": "ActionAffordance",
"id": "domain:action-99b03d87-d8c5-4665-9d28-240d90f77ae9"
}
}
},
{
"id": "domain:TvSalon",
"title": "",
"name": "Tv Salon",
"@type": [
"http://elite.polito.it/ontologies/dogont.owl#Tv"
],
"description": "Generic TV Controller supporting Orange STB and KODI API",
"dogont:isIn": {
"id": "domain:living-room"
},
"events": {
"Power": {
"title": "Power",
"forms": [
{
"op": "subscribeevent",
"access:endpoint": "mqtt://iotm.thinginthefuture.com/homein/core/iot",
"id": "domain:form-e897d778-4759-4563-a1e4-bc06d55ff492"
}
],
"@type": "EventAffordance",
"id": "domain:event-71497f7b-7b3d-4d22-9948-651b0d307696"
},
"PowerLevel": {
"title": "PowerLevel",
"forms": [
{
"op": "subscribeevent",
"access:endpoint": "mqtt://iotm.thinginthefuture.com/homein/core/iot",
"id": "domain:form-722e8729-afd5-48e4-b9b9-9fbfff4eaeda"
}
],
"@type": "EventAffordance",
"id": "domain:event-5282566b-668b-4459-bdff-739ae30014e3"
},
"ChannelSet": {
"title": "ChannelSet",
"forms": [
{
"op": "subscribeevent",
"access:endpoint": "mqtt://iotm.thinginthefuture.com/homein/core/iot",
"id": "domain:form-0003056a-3781-46c2-8655-9b20a01e3361"
}
],
"@type": "EventAffordance",
"id": "domain:event-81439750-033b-454c-884c-c54f6e1bda60"
}
},
"properties": {
"Switch": {
"title": "Switch",
"description": "",
"type": "string",
"forms": [],
"@type": "PropertyAffordance",
"id": "domain:property-0156a53d-4309-4894-8499-96de0120a694"
},
"Channel": {
"title": "Channel",
"description": "",
"type": "string",
"forms": [],
"@type": "PropertyAffordance",
"id": "domain:property-935b17fc-9450-4f1f-8407-52ed25f02b35"
}
},
"actions": {
"GetChannel": {
"title": "",
"description": "Retrieve the id of the current selected channel, for example 1",
"safe": false,
"idempotent": false,
"forms": [
{
"@type": "Form",
"access:endpoint": "https://iotm.thinginthefuture.com/iotmanager/api/v1/objects/TvSalon/action/GetChannel?homeid=myhome",
"contentType": "application/json",
"htv:methodName": "GET",
"op": "invokeaction",
"id": "domain:form-a28e8c98-5e25-4d53-8e24-c567d3e7c551"
}
],
"@type": "ActionAffordance",
"id": "domain:action-1150ba09-29fb-4b3c-91b3-05bc1988122c"
},
"SetChannel": {
"title": "",
"description": "Set the channel of the TV",
"safe": false,
"idempotent": false,
"forms": [
{
"@type": "Form",
"access:endpoint": "https://iotm.thinginthefuture.com/iotmanager/api/v1/objects/TvSalon/action/SetChannel?homeid=myhome",
"contentType": "application/json",
"htv:methodName": "GET",
"op": "invokeaction",
"id": "domain:form-d8f311a8-e304-4560-a990-68a725c7547f"
}
],
"@type": "ActionAffordance",
"id": "domain:action-ccb4fce4-b05b-45c5-be87-433604fcabdd"
},
"SetChannelNext": {
"title": "",
"description": "Goto next channel (P+ button)",
"safe": false,
"idempotent": false,
"forms": [
{
"@type": "Form",
"access:endpoint": "https://iotm.thinginthefuture.com/iotmanager/api/v1/objects/TvSalon/action/SetChannelNext?homeid=myhome",
"contentType": "application/json",
"htv:methodName": "GET",
"op": "invokeaction",
"id": "domain:form-b3382c43-395e-4d11-83c5-7ee0d5181db6"
}
],
"@type": "ActionAffordance",
"id": "domain:action-bdb34958-80ea-40c9-badc-25c9a40187ec"
},
"SetChannelPrev": {
"title": "",
"description": "Goto previous channel (P- button)",
"safe": false,
"idempotent": false,
"forms": [
{
"@type": "Form",
"access:endpoint": "https://iotm.thinginthefuture.com/iotmanager/api/v1/objects/TvSalon/action/SetChannelPrev?homeid=myhome",
"contentType": "application/json",
"htv:methodName": "GET",
"op": "invokeaction",
"id": "domain:form-d2737d27-659c-4fa7-a844-6001d04754f5"
}
],
"@type": "ActionAffordance",
"id": "domain:action-1550c958-20e4-438d-b62a-566ac4016014"
}
}
},
{
"id": "domain:TvChambre",
"title": "",
"name": "Tv Chambre",
"@type": [
"http://elite.polito.it/ontologies/dogont.owl#Tv"
],
"description": "Generic TV Controller supporting Orange STB and KODI API",
"dogont:isIn": {
"id": "domain:bedroom-1"
},
"events": {
"Power": {
"title": "Power",
"forms": [
{
"op": "subscribeevent",
"access:endpoint": "mqtt://iotm.thinginthefuture.com/homein/core/iot",
"id": "domain:form-4d0d4dc4-3dce-441c-b2da-1a7263f59d5a"
}
],
"@type": "EventAffordance",
"id": "domain:event-a31503ab-ec1c-4b99-9c04-263cf5001cd1"
},
"PowerLevel": {
"title": "PowerLevel",
"forms": [
{
"op": "subscribeevent",
"access:endpoint": "mqtt://iotm.thinginthefuture.com/homein/core/iot",
"id": "domain:form-4ba177ce-33a4-461c-bc6e-5494f8553f3b"
}
],
"@type": "EventAffordance",
"id": "domain:event-d10f27c3-55b3-478d-8a68-b62ce463af99"
},
"ChannelSet": {
"title": "ChannelSet",
"forms": [
{
"op": "subscribeevent",
"access:endpoint": "mqtt://iotm.thinginthefuture.com/homein/core/iot",
"id": "domain:form-9db5e0a1-db8d-438a-adad-5088c31847fc"
}
],
"@type": "EventAffordance",
"id": "domain:event-aa5ba6a6-c78f-43ba-8915-0154d0794fc4"
}
},
"properties": {
"Switch": {
"title": "Switch",
"description": "",
"type": "string",
"forms": [],
"@type": "PropertyAffordance",
"id": "domain:property-91d5edb2-d1bf-4fdd-b647-92902495a60c"
},
"Channel": {
"title": "Channel",
"description": "",
"type": "string",
"forms": [],
"@type": "PropertyAffordance",
"id": "domain:property-64c25640-ea99-45f3-9324-d348a7552da6"
}
},
"actions": {
"GetChannel": {
"title": "",
"description": "Retrieve the id of the current selected channel, for example 1",
"safe": false,
"idempotent": false,
"forms": [
{
"@type": "Form",
"access:endpoint": "https://iotm.thinginthefuture.com/iotmanager/api/v1/objects/TvChambre/action/GetChannel?homeid=myhome",
"contentType": "application/json",
"htv:methodName": "GET",
"op": "invokeaction",
"id": "domain:form-8c4b2d7c-3bee-4aea-b985-2f019f9318e3"
}
],
"@type": "ActionAffordance",
"id": "domain:action-4ed5c10f-1eef-46a8-b895-f19cb4cebcd7"
},
"SetChannel": {
"title": "",
"description": "Set the channel of the TV",
"safe": false,
"idempotent": false,
"forms": [
{
"@type": "Form",
"access:endpoint": "https://iotm.thinginthefuture.com/iotmanager/api/v1/objects/TvChambre/action/SetChannel?homeid=myhome",
"contentType": "application/json",
"htv:methodName": "GET",
"op": "invokeaction",
"id": "domain:form-ef5d6a74-4e25-4b5b-8639-dff8c3abc7fc"
}
],
"@type": "ActionAffordance",
"id": "domain:action-e0846459-8449-4b20-acff-27e6def5f56c"
},
"SetChannelNext": {
"title": "",
"description": "Goto next channel (P+ button)",
"safe": false,
"idempotent": false,
"forms": [
{
"@type": "Form",
"access:endpoint": "https://iotm.thinginthefuture.com/iotmanager/api/v1/objects/TvChambre/action/SetChannelNext?homeid=myhome",
"contentType": "application/json",
"htv:methodName": "GET",
"op": "invokeaction",
"id": "domain:form-5830c74e-c469-4bf0-a0c7-3c66084db610"
}
],
"@type": "ActionAffordance",
"id": "domain:action-f17f5287-3118-466c-9e7d-367cb988b4e2"
},
"SetChannelPrev": {
"title": "",
"description": "Goto previous channel (P- button)",
"safe": false,
"idempotent": false,
"forms": [
{
"@type": "Form",
"access:endpoint": "https://iotm.thinginthefuture.com/iotmanager/api/v1/objects/TvChambre/action/SetChannelPrev?homeid=myhome",
"contentType": "application/json",
"htv:methodName": "GET",
"op": "invokeaction",
"id": "domain:form-3f465422-18f0-4f23-8299-df543e8a4ccb"
}
],
"@type": "ActionAffordance",
"id": "domain:action-5a6e1696-3fc5-4a4a-8450-97cacf81185b"
}
}
},
{
"id": "domain:BeaconPauline",
"title": "",
"name": "Beacon Pauline",
"@type": [
"http://elite.polito.it/ontologies/eupont.owl#Beacon"
],
"description": "Beacon detection",
"events": {},
"properties": {
"Distance": {
"title": "Distance",
"description": "",
"type": "string",
"forms": [],
"@type": "PropertyAffordance",
"id": "domain:property-40819cf7-e46b-4b21-85db-989ad60fbb0b"
}
},
"actions": {
"GetState": {
"title": "",
"description": "Get beacon visibility (none, near, medium, far)",
"safe": false,
"idempotent": false,
"forms": [
{
"@type": "Form",
"access:endpoint": "https://iotm.thinginthefuture.com/iotmanager/api/v1/objects/BeaconPauline/action/GetState?homeid=myhome",
"contentType": "application/json",
"htv:methodName": "GET",
"type": "xsd:boolean",
"op": "invokeaction",
"id": "domain:form-59c28fd0-6a5c-4a15-a128-92b479cfd8e7"
}
],
"@type": "ActionAffordance",
"id": "domain:action-afe72551-46ef-44ad-ba42-44ea4f05b2d9"
}
}
},
{
"id": "domain:BeaconLea",
"title": "",
"name": "Beacon Lea",
"@type": [
"http://elite.polito.it/ontologies/eupont.owl#Beacon"
],
"description": "Beacon detection",
"events": {},
"properties": {
"Distance": {
"title": "Distance",
"description": "",
"type": "string",
"forms": [],
"@type": "PropertyAffordance",
"id": "domain:property-0ad50df4-9ce0-404e-b5cf-6431007c3eaa"
}
},
"actions": {
"GetState": {
"title": "",
"description": "Get beacon visibility (none, near, medium, far)",
"safe": false,
"idempotent": false,
"forms": [
{
"@type": "Form",
"access:endpoint": "https://iotm.thinginthefuture.com/iotmanager/api/v1/objects/BeaconLea/action/GetState?homeid=myhome",
"contentType": "application/json",
"htv:methodName": "GET",
"type": "xsd:boolean",
"op": "invokeaction",
"id": "domain:form-67d89afd-d08a-4e5e-8a08-fd4954779db9"
}
],
"@type": "ActionAffordance",
"id": "domain:action-f86876f5-3815-4c6e-8f69-320fa07439f5"
}
}
},
{
"id": "domain:BeaconTom",
"title": "",
"name": "Beacon Tom",
"@type": [
"http://elite.polito.it/ontologies/eupont.owl#Beacon"
],
"description": "Beacon detection",
"events": {},
"properties": {
"Distance": {
"title": "Distance",
"description": "",
"type": "string",
"forms": [],
"@type": "PropertyAffordance",
"id": "domain:property-284a6b39-eff5-4cb4-accb-b9c38af6f0ab"
}
},
"actions": {
"GetState": {
"title": "",
"description": "Get beacon visibility (none, near, medium, far)",
"safe": false,
"idempotent": false,
"forms": [
{
"@type": "Form",
"access:endpoint": "https://iotm.thinginthefuture.com/iotmanager/api/v1/objects/BeaconTom/action/GetState?homeid=myhome",
"contentType": "application/json",
"htv:methodName": "GET",
"type": "xsd:boolean",
"op": "invokeaction",
"id": "domain:form-be0fc5a9-6b86-4577-a460-0d8d9f223a85"
}
],
"@type": "ActionAffordance",
"id": "domain:action-0f2f8582-643c-4d91-90cd-09a5953f9800"
}
}
}
],
"id": "http://www.example.com/myhome",
"title": "My home sweet home !",
"name": "My Home Pink",
"@type": "http://elite.polito.it/ontologies/dogont.owl#BuildingEnvironment"
}'
[
{
"@id": "http://www.example.com/myhome/property-4adf63ab-8512-4550-b324-ada8764a89e5",
"http://orange-labs.fr/fog/ont/iot.owl#creationDate": [
{
"@value": "1629888282638",
"@type": "http://www.w3.org/2001/XMLSchema#long"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#uuid": [
{
"@value": "2467c1e1b12915b3d09e6c85df7091c7b3c40aa3"
}
],
"https://www.w3.org/2019/wot/td#name": [
{
"@value": "Motion"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#owner": [
{
"@value": "admin"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#lastUpdated": [
{
"@value": "1629888283531",
"@type": "http://www.w3.org/2001/XMLSchema#long"
}
],
"http://purl.org/dc/terms/title": [
{
"@value": "Motion"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#source": [
{
"@value": "5c7de648-b662-40d4-9013-e69391728fe9"
}
],
"http://purl.org/dc/terms/description": [
{
"@value": ""
}
],
"@type": [
"https://www.w3.org/2019/wot/td#PropertyAffordance",
"https://www.w3.org/2019/wot/json-schema#StringSchema"
],
"http://orange-labs.fr/fog/ont/iot.owl#visibility": [
{
"@value": "255",
"@type": "http://www.w3.org/2001/XMLSchema#int"
}
]
},
{
"@id": "http://www.example.com/myhome/action-c2f4cbb3-bae3-469f-a610-fc72c7f48750",
"https://www.w3.org/2019/wot/td#hasForm": [
{
"@id": "http://www.example.com/myhome/form-ea1b8a0b-2a9d-4177-be59-ff3805276e94"
}
],
"http://purl.org/dc/terms/title": [
{
"@value": ""
}
],
"http://orange-labs.fr/fog/ont/iot.owl#visibility": [
{
"@value": "255",
"@type": "http://www.w3.org/2001/XMLSchema#int"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#owner": [
{
"@value": "admin"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#source": [
{
"@value": "5c7de648-b662-40d4-9013-e69391728fe9"
}
],
"http://purl.org/dc/terms/description": [
{
"@value": "Devices' power consumption in Watt"
}
],
"https://www.w3.org/2019/wot/td#isIdempotent": [
{
"@value": "false",
"@type": "http://www.w3.org/2001/XMLSchema#boolean"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#lastUpdated": [
{
"@value": "1629888282897",
"@type": "http://www.w3.org/2001/XMLSchema#long"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#creationDate": [
{
"@value": "1629888282638",
"@type": "http://www.w3.org/2001/XMLSchema#long"
}
],
"https://www.w3.org/2019/wot/td#name": [
{
"@value": "GetPower"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#uuid": [
{
"@value": "033170ca5dd8c886bbe94d7f635bcf72b0cf73ef"
}
],
"@type": [
"https://www.w3.org/2019/wot/td#ActionAffordance"
],
"https://www.w3.org/2019/wot/td#isSafe": [
{
"@value": "false",
"@type": "http://www.w3.org/2001/XMLSchema#boolean"
}
]
},
{
"@id": "http://www.example.com/myhome/form-ea1b8a0b-2a9d-4177-be59-ff3805276e94",
"http://orange-labs.fr/fog/ont/iot.owl#uuid": [
{
"@value": "3b4f458c9d9df0816250c674cecc7c9baa92af90"
}
],
"https://www.w3.org/2019/wot/hypermedia#hasOperationType": [
{
"@id": "https://www.w3.org/2019/wot/td#invokeAction"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#lastUpdated": [
{
"@value": "1629888283161",
"@type": "http://www.w3.org/2001/XMLSchema#long"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#owner": [
{
"@value": "admin"
}
],
"http://www.w3.org/2011/http#methodName": [
{
"@value": "GET"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#creationDate": [
{
"@value": "1629888282638",
"@type": "http://www.w3.org/2001/XMLSchema#long"
}
],
"http://orange-labs.fr/fog/ont/access.owl#endpoint": [
{
"@value": "https://iotm.thinginthefuture.com/iotmanager/api/v1/objects/PriseSalon/action/GetPower?homeid=myhome"
}
],
"@type": [
"https://www.w3.org/2019/wot/hypermedia#Form"
],
"https://www.w3.org/2019/wot/hypermedia#forContentType": [
{
"@value": "application/json"
}
],
"https://www.w3.org/2019/wot/hypermedia#hintsAtMediaType": [
{
"@value": "xsd:float"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#visibility": [
{
"@value": "255",
"@type": "http://www.w3.org/2001/XMLSchema#int"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#source": [
{
"@value": "5c7de648-b662-40d4-9013-e69391728fe9"
}
]
},
{
"@id": "http://www.example.com/myhome/action-bdb34958-80ea-40c9-badc-25c9a40187ec",
"https://www.w3.org/2019/wot/td#hasForm": [
{
"@id": "http://www.example.com/myhome/form-b3382c43-395e-4d11-83c5-7ee0d5181db6"
}
],
"https://www.w3.org/2019/wot/td#name": [
{
"@value": "SetChannelNext"
}
],
"@type": [
"https://www.w3.org/2019/wot/td#ActionAffordance"
],
"http://orange-labs.fr/fog/ont/iot.owl#source": [
{
"@value": "5c7de648-b662-40d4-9013-e69391728fe9"
}
],
"http://purl.org/dc/terms/title": [
{
"@value": ""
}
],
"https://www.w3.org/2019/wot/td#isSafe": [
{
"@value": "false",
"@type": "http://www.w3.org/2001/XMLSchema#boolean"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#uuid": [
{
"@value": "43006fb47b67596c107a7ae2429311e61f4b366a"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#creationDate": [
{
"@value": "1629888282638",
"@type": "http://www.w3.org/2001/XMLSchema#long"
}
],
"https://www.w3.org/2019/wot/td#isIdempotent": [
{
"@value": "false",
"@type": "http://www.w3.org/2001/XMLSchema#boolean"
}
],
"http://purl.org/dc/terms/description": [
{
"@value": "Goto next channel (P+ button)"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#lastUpdated": [
{
"@value": "1629888282992",
"@type": "http://www.w3.org/2001/XMLSchema#long"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#visibility": [
{
"@value": "255",
"@type": "http://www.w3.org/2001/XMLSchema#int"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#owner": [
{
"@value": "admin"
}
]
},
{
"@id": "http://www.example.com/myhome/form-b3382c43-395e-4d11-83c5-7ee0d5181db6",
"http://orange-labs.fr/fog/ont/iot.owl#visibility": [
{
"@value": "255",
"@type": "http://www.w3.org/2001/XMLSchema#int"
}
],
"@type": [
"https://www.w3.org/2019/wot/hypermedia#Form"
],
"https://www.w3.org/2019/wot/hypermedia#hasOperationType": [
{
"@id": "https://www.w3.org/2019/wot/td#invokeAction"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#creationDate": [
{
"@value": "1629888282638",
"@type": "http://www.w3.org/2001/XMLSchema#long"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#lastUpdated": [
{
"@value": "1629888283695",
"@type": "http://www.w3.org/2001/XMLSchema#long"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#owner": [
{
"@value": "admin"
}
],
"http://www.w3.org/2011/http#methodName": [
{
"@value": "GET"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#uuid": [
{
"@value": "c7a3d99083006a27f3138d4f0566e8c22fd6a7f5"
}
],
"http://orange-labs.fr/fog/ont/access.owl#endpoint": [
{
"@value": "https://iotm.thinginthefuture.com/iotmanager/api/v1/objects/TvSalon/action/SetChannelNext?homeid=myhome"
}
],
"https://www.w3.org/2019/wot/hypermedia#forContentType": [
{
"@value": "application/json"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#source": [
{
"@value": "5c7de648-b662-40d4-9013-e69391728fe9"
}
]
},
{
"@id": "http://www.example.com/myhome/form-d2737d27-659c-4fa7-a844-6001d04754f5",
"https://www.w3.org/2019/wot/hypermedia#hasOperationType": [
{
"@id": "https://www.w3.org/2019/wot/td#invokeAction"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#creationDate": [
{
"@value": "1629888282638",
"@type": "http://www.w3.org/2001/XMLSchema#long"
}
],
"http://orange-labs.fr/fog/ont/access.owl#endpoint": [
{
"@value": "https://iotm.thinginthefuture.com/iotmanager/api/v1/objects/TvSalon/action/SetChannelPrev?homeid=myhome"
}
],
"http://www.w3.org/2011/http#methodName": [
{
"@value": "GET"
}
],
"@type": [
"https://www.w3.org/2019/wot/hypermedia#Form"
],
"http://orange-labs.fr/fog/ont/iot.owl#owner": [
{
"@value": "admin"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#source": [
{
"@value": "5c7de648-b662-40d4-9013-e69391728fe9"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#uuid": [
{
"@value": "3656990efc00ede0035837fb48f35a7a1439a46e"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#lastUpdated": [
{
"@value": "1629888282765",
"@type": "http://www.w3.org/2001/XMLSchema#long"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#visibility": [
{
"@value": "255",
"@type": "http://www.w3.org/2001/XMLSchema#int"
}
],
"https://www.w3.org/2019/wot/hypermedia#forContentType": [
{
"@value": "application/json"
}
]
},
{
"@id": "http://www.example.com/myhome/action-afe72551-46ef-44ad-ba42-44ea4f05b2d9",
"http://purl.org/dc/terms/description": [
{
"@value": "Get beacon visibility (none, near, medium, far)"
}
],
"https://www.w3.org/2019/wot/td#name": [
{
"@value": "GetState"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#source": [
{
"@value": "5c7de648-b662-40d4-9013-e69391728fe9"
}
],
"https://www.w3.org/2019/wot/td#hasForm": [
{
"@id": "http://www.example.com/myhome/form-59c28fd0-6a5c-4a15-a128-92b479cfd8e7"
}
],
"https://www.w3.org/2019/wot/td#isIdempotent": [
{
"@value": "false",
"@type": "http://www.w3.org/2001/XMLSchema#boolean"
}
],
"https://www.w3.org/2019/wot/td#isSafe": [
{
"@value": "false",
"@type": "http://www.w3.org/2001/XMLSchema#boolean"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#owner": [
{
"@value": "admin"
}
],
"@type": [
"https://www.w3.org/2019/wot/td#ActionAffordance"
],
"http://orange-labs.fr/fog/ont/iot.owl#visibility": [
{
"@value": "255",
"@type": "http://www.w3.org/2001/XMLSchema#int"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#lastUpdated": [
{
"@value": "1629888283329",
"@type": "http://www.w3.org/2001/XMLSchema#long"
}
],
"http://purl.org/dc/terms/title": [
{
"@value": ""
}
],
"http://orange-labs.fr/fog/ont/iot.owl#creationDate": [
{
"@value": "1629888282638",
"@type": "http://www.w3.org/2001/XMLSchema#long"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#uuid": [
{
"@value": "126033a1a09d12fc0b9c1e964e912e1ff0527d2c"
}
]
},
{
"@id": "http://www.example.com/myhome/form-59c28fd0-6a5c-4a15-a128-92b479cfd8e7",
"https://www.w3.org/2019/wot/hypermedia#forContentType": [
{
"@value": "application/json"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#lastUpdated": [
{
"@value": "1629888282886",
"@type": "http://www.w3.org/2001/XMLSchema#long"
}
],
"http://www.w3.org/2011/http#methodName": [
{
"@value": "GET"
}
],
"https://www.w3.org/2019/wot/hypermedia#hasOperationType": [
{
"@id": "https://www.w3.org/2019/wot/td#invokeAction"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#source": [
{
"@value": "5c7de648-b662-40d4-9013-e69391728fe9"
}
],
"https://www.w3.org/2019/wot/hypermedia#hintsAtMediaType": [
{
"@value": "xsd:boolean"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#creationDate": [
{
"@value": "1629888282638",
"@type": "http://www.w3.org/2001/XMLSchema#long"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#uuid": [
{
"@value": "758a59b3ff4955c46b686ca30549abf5caf49870"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#visibility": [
{
"@value": "255",
"@type": "http://www.w3.org/2001/XMLSchema#int"
}
],
"@type": [
"https://www.w3.org/2019/wot/hypermedia#Form"
],
"http://orange-labs.fr/fog/ont/access.owl#endpoint": [
{
"@value": "https://iotm.thinginthefuture.com/iotmanager/api/v1/objects/BeaconPauline/action/GetState?homeid=myhome"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#owner": [
{
"@value": "admin"
}
]
},
{
"@id": "http://www.example.com/myhome/PriseCuisine",
"http://orange-labs.fr/fog/ont/iot.owl#visibility": [
{
"@value": "255",
"@type": "http://www.w3.org/2001/XMLSchema#int"
}
],
"https://www.w3.org/2019/wot/td#name": [
{
"@value": "Prise Cuisine"
}
],
"https://www.w3.org/2019/wot/td#hasEventAffordance": [
{
"@id": "http://www.example.com/myhome/event-9288d5c6-d246-4387-a358-9223cd4e7bb7"
},
{
"@id": "http://www.example.com/myhome/event-26131ae7-a9c9-4935-b3d3-6c920fef02ae"
},
{
"@id": "http://www.example.com/myhome/event-d7a36229-1296-4630-9c25-4fa1fee03506"
}
],
"https://www.w3.org/2019/wot/td#hasActionAffordance": [
{
"@id": "http://www.example.com/myhome/action-d1d18bee-bc58-49e7-b265-c3afcc260a67"
},
{
"@id": "http://www.example.com/myhome/action-99b03d87-d8c5-4665-9d28-240d90f77ae9"
},
{
"@id": "http://www.example.com/myhome/action-726f07b1-4f7c-4cf8-a6c1-dd04357acf9d"
}
],
"https://www.w3.org/2019/wot/td#hasPropertyAffordance": [
{
"@id": "http://www.example.com/myhome/property-81b6b06d-fb37-42a2-8747-4992ead612d6"
},
{
"@id": "http://www.example.com/myhome/property-18325e8d-4020-4d76-9c91-fad3603a385c"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#creationDate": [
{
"@value": "1629888282638",
"@type": "http://www.w3.org/2001/XMLSchema#long"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#lastUpdated": [
{
"@value": "1629888283608",
"@type": "http://www.w3.org/2001/XMLSchema#long"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#owner": [
{
"@value": "admin"
}
],
"http://purl.org/dc/terms/title": [
{
"@value": ""
}
],
"http://orange-labs.fr/fog/ont/iot.owl#uuid": [
{
"@value": "137b08de2c5974ee193dfd94a2724c9a2a2fcc44"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#source": [
{
"@value": "5c7de648-b662-40d4-9013-e69391728fe9"
}
],
"@type": [
"http://elite.polito.it/ontologies/dogont.owl#PlugwiseGateway"
],
"http://elite.polito.it/ontologies/dogont.owl#isIn": [
{
"@id": "http://www.example.com/myhome/kitchen"
}
],
"http://purl.org/dc/terms/description": [
{
"@value": "Fibaro smart plug can switch on and off any devices"
}
]
},
{
"@id": "http://www.example.com/myhome/event-9288d5c6-d246-4387-a358-9223cd4e7bb7",
"http://orange-labs.fr/fog/ont/iot.owl#lastUpdated": [
{
"@value": "1629888282928",
"@type": "http://www.w3.org/2001/XMLSchema#long"
}
],
"http://purl.org/dc/terms/title": [
{
"@value": "PowerLevel"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#source": [
{
"@value": "5c7de648-b662-40d4-9013-e69391728fe9"
}
],
"@type": [
"https://www.w3.org/2019/wot/td#EventAffordance"
],
"https://www.w3.org/2019/wot/td#hasForm": [
{
"@id": "http://www.example.com/myhome/form-a417394d-9abd-4b99-9a04-c02c3b39ce32"
}
],
"https://www.w3.org/2019/wot/td#name": [
{
"@value": "PowerLevel"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#owner": [
{
"@value": "admin"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#visibility": [
{
"@value": "255",
"@type": "http://www.w3.org/2001/XMLSchema#int"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#creationDate": [
{
"@value": "1629888282638",
"@type": "http://www.w3.org/2001/XMLSchema#long"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#uuid": [
{
"@value": "26e36a116c8b6763e63a9eb86c0dd110e05f5b54"
}
]
},
{
"@id": "http://www.example.com/myhome/action-d1d18bee-bc58-49e7-b265-c3afcc260a67",
"https://www.w3.org/2019/wot/td#isIdempotent": [
{
"@value": "false",
"@type": "http://www.w3.org/2001/XMLSchema#boolean"
}
],
"http://purl.org/dc/terms/title": [
{
"@value": ""
}
],
"http://orange-labs.fr/fog/ont/iot.owl#owner": [
{
"@value": "admin"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#lastUpdated": [
{
"@value": "1629888283045",
"@type": "http://www.w3.org/2001/XMLSchema#long"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#uuid": [
{
"@value": "ad177566437ac6c003b0bd70412c7662e2aa2792"
}
],
"https://www.w3.org/2019/wot/td#name": [
{
"@value": "IsSwitchedOn"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#creationDate": [
{
"@value": "1629888282638",
"@type": "http://www.w3.org/2001/XMLSchema#long"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#source": [
{
"@value": "5c7de648-b662-40d4-9013-e69391728fe9"
}
],
"https://www.w3.org/2019/wot/td#isSafe": [
{
"@value": "false",
"@type": "http://www.w3.org/2001/XMLSchema#boolean"
}
],
"http://purl.org/dc/terms/description": [
{
"@value": "True if the plug is turned on"
}
],
"@type": [
"https://www.w3.org/2019/wot/td#ActionAffordance"
],
"http://orange-labs.fr/fog/ont/iot.owl#visibility": [
{
"@value": "255",
"@type": "http://www.w3.org/2001/XMLSchema#int"
}
],
"https://www.w3.org/2019/wot/td#hasForm": [
{
"@id": "http://www.example.com/myhome/form-ce2d3fbd-d5eb-43d9-b331-64f5865ffc1b"
}
]
},
{
"@id": "http://www.example.com/myhome/property-81b6b06d-fb37-42a2-8747-4992ead612d6",
"@type": [
"https://www.w3.org/2019/wot/td#PropertyAffordance",
"https://www.w3.org/2019/wot/json-schema#StringSchema"
],
"http://orange-labs.fr/fog/ont/iot.owl#source": [
{
"@value": "5c7de648-b662-40d4-9013-e69391728fe9"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#visibility": [
{
"@value": "255",
"@type": "http://www.w3.org/2001/XMLSchema#int"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#uuid": [
{
"@value": "32faccc62dfdaf437eabd1edf2654195867dee75"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#creationDate": [
{
"@value": "1629888282638",
"@type": "http://www.w3.org/2001/XMLSchema#long"
}
],
"https://www.w3.org/2019/wot/td#name": [
{
"@value": "Switch"
}
],
"http://purl.org/dc/terms/description": [
{
"@value": ""
}
],
"http://orange-labs.fr/fog/ont/iot.owl#owner": [
{
"@value": "admin"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#lastUpdated": [
{
"@value": "1629888282755",
"@type": "http://www.w3.org/2001/XMLSchema#long"
}
],
"http://purl.org/dc/terms/title": [
{
"@value": "Switch"
}
]
},
{
"@id": "http://www.example.com/myhome/action-99b03d87-d8c5-4665-9d28-240d90f77ae9",
"@type": [
"https://www.w3.org/2019/wot/td#ActionAffordance"
],
"https://www.w3.org/2019/wot/td#name": [
{
"@value": "Switch"
}
],
"http://purl.org/dc/terms/title": [
{
"@value": ""
}
],
"http://orange-labs.fr/fog/ont/iot.owl#source": [
{
"@value": "5c7de648-b662-40d4-9013-e69391728fe9"
}
],
"http://purl.org/dc/terms/description": [
{
"@value": "Turn on or off the plug according to the argument value"
}
],
"https://www.w3.org/2019/wot/td#isSafe": [
{
"@value": "false",
"@type": "http://www.w3.org/2001/XMLSchema#boolean"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#visibility": [
{
"@value": "255",
"@type": "http://www.w3.org/2001/XMLSchema#int"
}
],
"https://www.w3.org/2019/wot/td#hasForm": [
{
"@id": "http://www.example.com/myhome/form-c02411f8-8ae7-483a-9e0b-a7281af3ab93"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#uuid": [
{
"@value": "3c3b2f28507fbbc1d685dce0511583791d647fb0"
}
],
"https://www.w3.org/2019/wot/td#isIdempotent": [
{
"@value": "false",
"@type": "http://www.w3.org/2001/XMLSchema#boolean"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#creationDate": [
{
"@value": "1629888282638",
"@type": "http://www.w3.org/2001/XMLSchema#long"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#owner": [
{
"@value": "admin"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#lastUpdated": [
{
"@value": "1629888282744",
"@type": "http://www.w3.org/2001/XMLSchema#long"
}
]
},
{
"@id": "http://www.example.com/myhome/property-18325e8d-4020-4d76-9c91-fad3603a385c",
"http://orange-labs.fr/fog/ont/iot.owl#creationDate": [
{
"@value": "1629888282638",
"@type": "http://www.w3.org/2001/XMLSchema#long"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#uuid": [
{
"@value": "2e82922dc0bdce316ac6aeb5969d5e30edecb846"
}
],
"http://purl.org/dc/terms/title": [
{
"@value": "Power"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#source": [
{
"@value": "5c7de648-b662-40d4-9013-e69391728fe9"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#owner": [
{
"@value": "admin"
}
],
"@type": [
"https://www.w3.org/2019/wot/td#PropertyAffordance",
"https://www.w3.org/2019/wot/json-schema#StringSchema"
],
"https://www.w3.org/2019/wot/td#name": [
{
"@value": "Power"
}
],
"http://purl.org/dc/terms/description": [
{
"@value": ""
}
],
"http://orange-labs.fr/fog/ont/iot.owl#visibility": [
{
"@value": "255",
"@type": "http://www.w3.org/2001/XMLSchema#int"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#lastUpdated": [
{
"@value": "1629888282873",
"@type": "http://www.w3.org/2001/XMLSchema#long"
}
]
},
{
"@id": "http://www.example.com/myhome/action-726f07b1-4f7c-4cf8-a6c1-dd04357acf9d",
"@type": [
"https://www.w3.org/2019/wot/td#ActionAffordance"
],
"http://purl.org/dc/terms/title": [
{
"@value": ""
}
],
"http://orange-labs.fr/fog/ont/iot.owl#lastUpdated": [
{
"@value": "1629888283319",
"@type": "http://www.w3.org/2001/XMLSchema#long"
}
],
"https://www.w3.org/2019/wot/td#hasForm": [
{
"@id": "http://www.example.com/myhome/form-a542dd57-9400-4b4f-80c0-b9b73d2e7d29"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#creationDate": [
{
"@value": "1629888282638",
"@type": "http://www.w3.org/2001/XMLSchema#long"
}
],
"https://www.w3.org/2019/wot/td#name": [
{
"@value": "GetPower"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#owner": [
{
"@value": "admin"
}
],
"https://www.w3.org/2019/wot/td#isIdempotent": [
{
"@value": "false",
"@type": "http://www.w3.org/2001/XMLSchema#boolean"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#uuid": [
{
"@value": "224b937f32629f1bb023fb6e400f90824d8f471d"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#visibility": [
{
"@value": "255",
"@type": "http://www.w3.org/2001/XMLSchema#int"
}
],
"https://www.w3.org/2019/wot/td#isSafe": [
{
"@value": "false",
"@type": "http://www.w3.org/2001/XMLSchema#boolean"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#source": [
{
"@value": "5c7de648-b662-40d4-9013-e69391728fe9"
}
],
"http://purl.org/dc/terms/description": [
{
"@value": "Devices' power consumption in Watt"
}
]
},
{
"@id": "http://www.example.com/myhome/kitchen",
"http://purl.org/dc/terms/title": [
{
"@value": "kitchen"
}
],
"https://www.w3.org/2019/wot/td#name": [
{
"@value": "kitchen"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#owner": [
{
"@value": "admin"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#visibility": [
{
"@value": "255",
"@type": "http://www.w3.org/2001/XMLSchema#int"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#source": [
{
"@value": "5c7de648-b662-40d4-9013-e69391728fe9"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#creationDate": [
{
"@value": "1629888282638",
"@type": "http://www.w3.org/2001/XMLSchema#long"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#lastUpdated": [
{
"@value": "1629888283256",
"@type": "http://www.w3.org/2001/XMLSchema#long"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#uuid": [
{
"@value": "3a0603b496be095f96435925b9a979221e62c2be"
}
],
"@type": [
"http://elite.polito.it/ontologies/dogont.owl#Kitchen"
]
},
{
"@id": "http://www.example.com/myhome/event-26131ae7-a9c9-4935-b3d3-6c920fef02ae",
"http://orange-labs.fr/fog/ont/iot.owl#owner": [
{
"@value": "admin"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#source": [
{
"@value": "5c7de648-b662-40d4-9013-e69391728fe9"
}
],
"@type": [
"https://www.w3.org/2019/wot/td#EventAffordance"
],
"http://orange-labs.fr/fog/ont/iot.owl#uuid": [
{
"@value": "c3d0990397a6165afffefae037c9ed1d439746ed"
}
],
"https://www.w3.org/2019/wot/td#name": [
{
"@value": "Power"
}
],
"http://purl.org/dc/terms/title": [
{
"@value": "Power"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#visibility": [
{
"@value": "255",
"@type": "http://www.w3.org/2001/XMLSchema#int"
}
],
"https://www.w3.org/2019/wot/td#hasForm": [
{
"@id": "http://www.example.com/myhome/form-92aab7e0-5db2-4026-b384-3790b392c252"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#creationDate": [
{
"@value": "1629888282638",
"@type": "http://www.w3.org/2001/XMLSchema#long"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#lastUpdated": [
{
"@value": "1629888283898",
"@type": "http://www.w3.org/2001/XMLSchema#long"
}
]
},
{
"@id": "http://www.example.com/myhome/event-d7a36229-1296-4630-9c25-4fa1fee03506",
"http://orange-labs.fr/fog/ont/iot.owl#visibility": [
{
"@value": "255",
"@type": "http://www.w3.org/2001/XMLSchema#int"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#creationDate": [
{
"@value": "1629888282638",
"@type": "http://www.w3.org/2001/XMLSchema#long"
}
],
"https://www.w3.org/2019/wot/td#hasForm": [
{
"@id": "http://www.example.com/myhome/form-1f225bbf-d170-4e97-81e4-2c64d5fa5ed6"
}
],
"https://www.w3.org/2019/wot/td#name": [
{
"@value": "PowerSwitch"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#uuid": [
{
"@value": "0e4e09dba3dd2cac67ea7e86bce2f8e56053938a"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#source": [
{
"@value": "5c7de648-b662-40d4-9013-e69391728fe9"
}
],
"@type": [
"https://www.w3.org/2019/wot/td#EventAffordance"
],
"http://orange-labs.fr/fog/ont/iot.owl#owner": [
{
"@value": "admin"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#lastUpdated": [
{
"@value": "1629888283435",
"@type": "http://www.w3.org/2001/XMLSchema#long"
}
],
"http://purl.org/dc/terms/title": [
{
"@value": "PowerSwitch"
}
]
},
{
"@id": "http://www.example.com/myhome/property-7daafe56-6c73-4093-91ed-5d2f79b7539d",
"http://purl.org/dc/terms/title": [
{
"@value": "DoorDetection"
}
],
"@type": [
"https://www.w3.org/2019/wot/td#PropertyAffordance",
"https://www.w3.org/2019/wot/json-schema#StringSchema"
],
"http://orange-labs.fr/fog/ont/iot.owl#lastUpdated": [
{
"@value": "1629888283889",
"@type": "http://www.w3.org/2001/XMLSchema#long"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#uuid": [
{
"@value": "c5afd944f0cb6ab46e80fbf8e08efad9993d4015"
}
],
"https://www.w3.org/2019/wot/td#name": [
{
"@value": "DoorDetection"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#owner": [
{
"@value": "admin"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#visibility": [
{
"@value": "255",
"@type": "http://www.w3.org/2001/XMLSchema#int"
}
],
"http://purl.org/dc/terms/description": [
{
"@value": ""
}
],
"http://orange-labs.fr/fog/ont/iot.owl#source": [
{
"@value": "5c7de648-b662-40d4-9013-e69391728fe9"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#creationDate": [
{
"@value": "1629888282638",
"@type": "http://www.w3.org/2001/XMLSchema#long"
}
]
},
{
"@id": "http://www.example.com/myhome/property-afb9f781-17ff-48f2-ad23-c7c350c10bfd",
"http://purl.org/dc/terms/description": [
{
"@value": ""
}
],
"@type": [
"https://www.w3.org/2019/wot/json-schema#StringSchema",
"https://www.w3.org/2019/wot/td#PropertyAffordance"
],
"https://www.w3.org/2019/wot/td#name": [
{
"@value": "Recording"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#creationDate": [
{
"@value": "1629888282638",
"@type": "http://www.w3.org/2001/XMLSchema#long"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#owner": [
{
"@value": "admin"
}
],
"http://purl.org/dc/terms/title": [
{
"@value": "Recording"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#visibility": [
{
"@value": "255",
"@type": "http://www.w3.org/2001/XMLSchema#int"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#lastUpdated": [
{
"@value": "1629888282796",
"@type": "http://www.w3.org/2001/XMLSchema#long"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#uuid": [
{
"@value": "4043640db2f1976a94ee25b93082eb395f211711"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#source": [
{
"@value": "5c7de648-b662-40d4-9013-e69391728fe9"
}
]
},
{
"@id": "http://www.example.com/myhome/property-69c5df99-5db7-4bd9-97cd-5cfa506f2a6a",
"http://orange-labs.fr/fog/ont/iot.owl#source": [
{
"@value": "5c7de648-b662-40d4-9013-e69391728fe9"
}
],
"http://purl.org/dc/terms/title": [
{
"@value": "RecordStarted"
}
],
"https://www.w3.org/2019/wot/td#name": [
{
"@value": "RecordStarted"
}
],
"@type": [
"https://www.w3.org/2019/wot/td#PropertyAffordance",
"https://www.w3.org/2019/wot/json-schema#StringSchema"
],
"http://orange-labs.fr/fog/ont/iot.owl#lastUpdated": [
{
"@value": "1629888282690",
"@type": "http://www.w3.org/2001/XMLSchema#long"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#uuid": [
{
"@value": "2346d23b2aacfbf0adfa46d4f98dfb59b3b6687a"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#owner": [
{
"@value": "admin"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#creationDate": [
{
"@value": "1629888282638",
"@type": "http://www.w3.org/2001/XMLSchema#long"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#visibility": [
{
"@value": "255",
"@type": "http://www.w3.org/2001/XMLSchema#int"
}
],
"http://purl.org/dc/terms/description": [
{
"@value": ""
}
]
},
{
"@id": "http://www.example.com/myhome/form-9e22a406-91ec-454d-b5ad-0d5e2f8f404a",
"http://orange-labs.fr/fog/ont/iot.owl#visibility": [
{
"@value": "255",
"@type": "http://www.w3.org/2001/XMLSchema#int"
}
],
"@type": [
"https://www.w3.org/2019/wot/hypermedia#Form"
],
"http://orange-labs.fr/fog/ont/access.owl#endpoint": [
{
"@value": "https://iotm.thinginthefuture.com/iotmanager/api/v1/objects/CameraEntree/action/Memorize?homeid=myhome"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#uuid": [
{
"@value": "5fb40f98425b38e433340ac68bc14644756e602c"
}
],
"https://www.w3.org/2019/wot/hypermedia#hasOperationType": [
{
"@id": "https://www.w3.org/2019/wot/td#invokeAction"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#lastUpdated": [
{
"@value": "1629888282776",
"@type": "http://www.w3.org/2001/XMLSchema#long"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#creationDate": [
{
"@value": "1629888282638",
"@type": "http://www.w3.org/2001/XMLSchema#long"
}
],
"https://www.w3.org/2019/wot/hypermedia#forContentType": [
{
"@value": "application/json"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#source": [
{
"@value": "5c7de648-b662-40d4-9013-e69391728fe9"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#owner": [
{
"@value": "admin"
}
],
"http://www.w3.org/2011/http#methodName": [
{
"@value": "GET"
}
]
},
{
"@id": "http://www.example.com/myhome/form-f38549d6-99a6-4e76-a6a5-ee7cdce6199a",
"https://www.w3.org/2019/wot/hypermedia#hasOperationType": [
{
"@id": "https://www.w3.org/2019/wot/td#subscribeEvent"
}
],
"http://orange-labs.fr/fog/ont/access.owl#endpoint": [
{
"@value": "mqtt://iotm.thinginthefuture.com/homein/core/iot"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#owner": [
{
"@value": "admin"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#visibility": [
{
"@value": "255",
"@type": "http://www.w3.org/2001/XMLSchema#int"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#source": [
{
"@value": "5c7de648-b662-40d4-9013-e69391728fe9"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#creationDate": [
{
"@value": "1629888282638",
"@type": "http://www.w3.org/2001/XMLSchema#long"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#lastUpdated": [
{
"@value": "1629888283869",
"@type": "http://www.w3.org/2001/XMLSchema#long"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#uuid": [
{
"@value": "8f63db0ddfe02553fd272f2ffd501b1472ad2dec"
}
]
},
{
"@id": "http://www.example.com/myhome/form-90a3db83-20ce-46f2-b7c8-e830822a360b",
"https://www.w3.org/2019/wot/hypermedia#hasOperationType": [
{
"@id": "https://www.w3.org/2019/wot/td#subscribeEvent"
}
],
"http://orange-labs.fr/fog/ont/access.owl#endpoint": [
{
"@value": "mqtt://iotm.thinginthefuture.com/homein/core/iot"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#owner": [
{
"@value": "admin"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#visibility": [
{
"@value": "255",
"@type": "http://www.w3.org/2001/XMLSchema#int"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#source": [
{
"@value": "5c7de648-b662-40d4-9013-e69391728fe9"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#creationDate": [
{
"@value": "1629888282638",
"@type": "http://www.w3.org/2001/XMLSchema#long"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#lastUpdated": [
{
"@value": "1629888282722",
"@type": "http://www.w3.org/2001/XMLSchema#long"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#uuid": [
{
"@value": "949c5866630b45d2fd1bf6d27f1a867c1e394b9f"
}
]
},
{
"@id": "http://www.example.com/myhome/event-d10f27c3-55b3-478d-8a68-b62ce463af99",
"http://orange-labs.fr/fog/ont/iot.owl#uuid": [
{
"@value": "6adbafa66c76e311b4894a09fa261827203696d7"
}
],
"http://purl.org/dc/terms/title": [
{
"@value": "PowerLevel"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#visibility": [
{
"@value": "255",
"@type": "http://www.w3.org/2001/XMLSchema#int"
}
],
"@type": [
"https://www.w3.org/2019/wot/td#EventAffordance"
],
"http://orange-labs.fr/fog/ont/iot.owl#owner": [
{
"@value": "admin"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#lastUpdated": [
{
"@value": "1629888283481",
"@type": "http://www.w3.org/2001/XMLSchema#long"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#source": [
{
"@value": "5c7de648-b662-40d4-9013-e69391728fe9"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#creationDate": [
{
"@value": "1629888282638",
"@type": "http://www.w3.org/2001/XMLSchema#long"
}
],
"https://www.w3.org/2019/wot/td#name": [
{
"@value": "PowerLevel"
}
],
"https://www.w3.org/2019/wot/td#hasForm": [
{
"@id": "http://www.example.com/myhome/form-4ba177ce-33a4-461c-bc6e-5494f8553f3b"
}
]
},
{
"@id": "http://www.example.com/myhome/event-f1430659-664e-451e-8333-447deaace49c",
"https://www.w3.org/2019/wot/td#name": [
{
"@value": "MotionDetected"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#uuid": [
{
"@value": "87754f840b6d7f6a9c316b0385ec35b4079b4bd5"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#owner": [
{
"@value": "admin"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#creationDate": [
{
"@value": "1629888282638",
"@type": "http://www.w3.org/2001/XMLSchema#long"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#source": [
{
"@value": "5c7de648-b662-40d4-9013-e69391728fe9"
}
],
"https://www.w3.org/2019/wot/td#hasForm": [
{
"@id": "http://www.example.com/myhome/form-312c62f8-d552-45ba-aba8-b9a0285d66f1"
}
],
"@type": [
"https://www.w3.org/2019/wot/td#EventAffordance"
],
"http://orange-labs.fr/fog/ont/iot.owl#lastUpdated": [
{
"@value": "1629888282807",
"@type": "http://www.w3.org/2001/XMLSchema#long"
}
],
"http://purl.org/dc/terms/title": [
{
"@value": "MotionDetected"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#visibility": [
{
"@value": "255",
"@type": "http://www.w3.org/2001/XMLSchema#int"
}
]
},
{
"@id": "http://www.example.com/myhome/form-312c62f8-d552-45ba-aba8-b9a0285d66f1",
"https://www.w3.org/2019/wot/hypermedia#hasOperationType": [
{
"@id": "https://www.w3.org/2019/wot/td#subscribeEvent"
}
],
"http://orange-labs.fr/fog/ont/access.owl#endpoint": [
{
"@value": "mqtt://iotm.thinginthefuture.com/homein/core/iot"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#owner": [
{
"@value": "admin"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#visibility": [
{
"@value": "255",
"@type": "http://www.w3.org/2001/XMLSchema#int"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#source": [
{
"@value": "5c7de648-b662-40d4-9013-e69391728fe9"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#creationDate": [
{
"@value": "1629888282638",
"@type": "http://www.w3.org/2001/XMLSchema#long"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#lastUpdated": [
{
"@value": "1629888283012",
"@type": "http://www.w3.org/2001/XMLSchema#long"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#uuid": [
{
"@value": "1edb9cda49f4ae1c74764b53c0256d07a1f0eae3"
}
]
},
{
"@id": "http://www.example.com/myhome/form-92aab7e0-5db2-4026-b384-3790b392c252",
"https://www.w3.org/2019/wot/hypermedia#hasOperationType": [
{
"@id": "https://www.w3.org/2019/wot/td#subscribeEvent"
}
],
"http://orange-labs.fr/fog/ont/access.owl#endpoint": [
{
"@value": "mqtt://iotm.thinginthefuture.com/homein/core/iot"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#owner": [
{
"@value": "admin"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#visibility": [
{
"@value": "255",
"@type": "http://www.w3.org/2001/XMLSchema#int"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#source": [
{
"@value": "5c7de648-b662-40d4-9013-e69391728fe9"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#creationDate": [
{
"@value": "1629888282638",
"@type": "http://www.w3.org/2001/XMLSchema#long"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#lastUpdated": [
{
"@value": "1629888283392",
"@type": "http://www.w3.org/2001/XMLSchema#long"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#uuid": [
{
"@value": "5fa1f8d50a93fbbd609ced842f5ef6123e8f1a0d"
}
]
},
{
"@id": "http://www.example.com/myhome/action-ccb4fce4-b05b-45c5-be87-433604fcabdd",
"@type": [
"https://www.w3.org/2019/wot/td#ActionAffordance"
],
"https://www.w3.org/2019/wot/td#isSafe": [
{
"@value": "false",
"@type": "http://www.w3.org/2001/XMLSchema#boolean"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#uuid": [
{
"@value": "489045981f89248cf2c5b035f1471209ad6b78cc"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#visibility": [
{
"@value": "255",
"@type": "http://www.w3.org/2001/XMLSchema#int"
}
],
"https://www.w3.org/2019/wot/td#name": [
{
"@value": "SetChannel"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#source": [
{
"@value": "5c7de648-b662-40d4-9013-e69391728fe9"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#lastUpdated": [
{
"@value": "1629888283747",
"@type": "http://www.w3.org/2001/XMLSchema#long"
}
],
"https://www.w3.org/2019/wot/td#isIdempotent": [
{
"@value": "false",
"@type": "http://www.w3.org/2001/XMLSchema#boolean"
}
],
"https://www.w3.org/2019/wot/td#hasForm": [
{
"@id": "http://www.example.com/myhome/form-d8f311a8-e304-4560-a990-68a725c7547f"
}
],
"http://purl.org/dc/terms/description": [
{
"@value": "Set the channel of the TV"
}
],
"http://purl.org/dc/terms/title": [
{
"@value": ""
}
],
"http://orange-labs.fr/fog/ont/iot.owl#creationDate": [
{
"@value": "1629888282638",
"@type": "http://www.w3.org/2001/XMLSchema#long"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#owner": [
{
"@value": "admin"
}
]
},
{
"@id": "http://www.example.com/myhome/form-d8f311a8-e304-4560-a990-68a725c7547f",
"http://www.w3.org/2011/http#methodName": [
{
"@value": "GET"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#creationDate": [
{
"@value": "1629888282638",
"@type": "http://www.w3.org/2001/XMLSchema#long"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#uuid": [
{
"@value": "4a55406eb42b3a941cf52f02eb2b27e4d04d9bbf"
}
],
"@type": [
"https://www.w3.org/2019/wot/hypermedia#Form"
],
"http://orange-labs.fr/fog/ont/iot.owl#lastUpdated": [
{
"@value": "1629888283066",
"@type": "http://www.w3.org/2001/XMLSchema#long"
}
],
"http://orange-labs.fr/fog/ont/access.owl#endpoint": [
{
"@value": "https://iotm.thinginthefuture.com/iotmanager/api/v1/objects/TvSalon/action/SetChannel?homeid=myhome"
}
],
"https://www.w3.org/2019/wot/hypermedia#hasOperationType": [
{
"@id": "https://www.w3.org/2019/wot/td#invokeAction"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#source": [
{
"@value": "5c7de648-b662-40d4-9013-e69391728fe9"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#owner": [
{
"@value": "admin"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#visibility": [
{
"@value": "255",
"@type": "http://www.w3.org/2001/XMLSchema#int"
}
],
"https://www.w3.org/2019/wot/hypermedia#forContentType": [
{
"@value": "application/json"
}
]
},
{
"@id": "http://www.example.com/myhome/event-5282566b-668b-4459-bdff-739ae30014e3",
"http://orange-labs.fr/fog/ont/iot.owl#visibility": [
{
"@value": "255",
"@type": "http://www.w3.org/2001/XMLSchema#int"
}
],
"http://purl.org/dc/terms/title": [
{
"@value": "PowerLevel"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#lastUpdated": [
{
"@value": "1629888282862",
"@type": "http://www.w3.org/2001/XMLSchema#long"
}
],
"@type": [
"https://www.w3.org/2019/wot/td#EventAffordance"
],
"http://orange-labs.fr/fog/ont/iot.owl#owner": [
{
"@value": "admin"
}
],
"https://www.w3.org/2019/wot/td#name": [
{
"@value": "PowerLevel"
}
],
"https://www.w3.org/2019/wot/td#hasForm": [
{
"@id": "http://www.example.com/myhome/form-722e8729-afd5-48e4-b9b9-9fbfff4eaeda"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#creationDate": [
{
"@value": "1629888282638",
"@type": "http://www.w3.org/2001/XMLSchema#long"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#source": [
{
"@value": "5c7de648-b662-40d4-9013-e69391728fe9"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#uuid": [
{
"@value": "13490de384834351be7a7408343df4d52c58321d"
}
]
},
{
"@id": "http://www.example.com/myhome/form-722e8729-afd5-48e4-b9b9-9fbfff4eaeda",
"https://www.w3.org/2019/wot/hypermedia#hasOperationType": [
{
"@id": "https://www.w3.org/2019/wot/td#subscribeEvent"
}
],
"http://orange-labs.fr/fog/ont/access.owl#endpoint": [
{
"@value": "mqtt://iotm.thinginthefuture.com/homein/core/iot"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#owner": [
{
"@value": "admin"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#visibility": [
{
"@value": "255",
"@type": "http://www.w3.org/2001/XMLSchema#int"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#source": [
{
"@value": "5c7de648-b662-40d4-9013-e69391728fe9"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#creationDate": [
{
"@value": "1629888282638",
"@type": "http://www.w3.org/2001/XMLSchema#long"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#lastUpdated": [
{
"@value": "1629888283671",
"@type": "http://www.w3.org/2001/XMLSchema#long"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#uuid": [
{
"@value": "993d3b8f983f3ac3abc9c27f4bc4c1d880f47fb0"
}
]
},
{
"@id": "http://www.example.com/myhome/action-1150ba09-29fb-4b3c-91b3-05bc1988122c",
"http://orange-labs.fr/fog/ont/iot.owl#owner": [
{
"@value": "admin"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#uuid": [
{
"@value": "c914e14878f9f1af00b0e9e9ce4d2d64ab228e7d"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#visibility": [
{
"@value": "255",
"@type": "http://www.w3.org/2001/XMLSchema#int"
}
],
"https://www.w3.org/2019/wot/td#hasForm": [
{
"@id": "http://www.example.com/myhome/form-a28e8c98-5e25-4d53-8e24-c567d3e7c551"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#creationDate": [
{
"@value": "1629888282638",
"@type": "http://www.w3.org/2001/XMLSchema#long"
}
],
"http://purl.org/dc/terms/title": [
{
"@value": ""
}
],
"https://www.w3.org/2019/wot/td#isIdempotent": [
{
"@value": "false",
"@type": "http://www.w3.org/2001/XMLSchema#boolean"
}
],
"https://www.w3.org/2019/wot/td#name": [
{
"@value": "GetChannel"
}
],
"http://purl.org/dc/terms/description": [
{
"@value": "Retrieve the id of the current selected channel, for example 1"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#source": [
{
"@value": "5c7de648-b662-40d4-9013-e69391728fe9"
}
],
"@type": [
"https://www.w3.org/2019/wot/td#ActionAffordance"
],
"http://orange-labs.fr/fog/ont/iot.owl#lastUpdated": [
{
"@value": "1629888283594",
"@type": "http://www.w3.org/2001/XMLSchema#long"
}
],
"https://www.w3.org/2019/wot/td#isSafe": [
{
"@value": "false",
"@type": "http://www.w3.org/2001/XMLSchema#boolean"
}
]
},
{
"@id": "http://www.example.com/myhome/form-3afa63a9-8ea9-4afa-b9d3-6ae64146f421",
"https://www.w3.org/2019/wot/hypermedia#hasOperationType": [
{
"@id": "https://www.w3.org/2019/wot/td#subscribeEvent"
}
],
"http://orange-labs.fr/fog/ont/access.owl#endpoint": [
{
"@value": "mqtt://iotm.thinginthefuture.com/homein/core/iot"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#owner": [
{
"@value": "admin"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#visibility": [
{
"@value": "255",
"@type": "http://www.w3.org/2001/XMLSchema#int"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#source": [
{
"@value": "5c7de648-b662-40d4-9013-e69391728fe9"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#creationDate": [
{
"@value": "1629888282638",
"@type": "http://www.w3.org/2001/XMLSchema#long"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#lastUpdated": [
{
"@value": "1629888283815",
"@type": "http://www.w3.org/2001/XMLSchema#long"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#uuid": [
{
"@value": "aaf09b5a79ceeabb6e4be16cbe79a727d81c798d"
}
]
},
{
"@id": "http://www.example.com/myhome/event-6ebdccf0-ae8e-44d8-8376-b5c0a69430ce",
"http://orange-labs.fr/fog/ont/iot.owl#lastUpdated": [
{
"@value": "1629888283828",
"@type": "http://www.w3.org/2001/XMLSchema#long"
}
],
"https://www.w3.org/2019/wot/td#hasForm": [
{
"@id": "http://www.example.com/myhome/form-c2c88b1a-ec1b-475a-93de-91ef57b88677"
}
],
"@type": [
"https://www.w3.org/2019/wot/td#EventAffordance"
],
"https://www.w3.org/2019/wot/td#name": [
{
"@value": "MotionTampering"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#owner": [
{
"@value": "admin"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#visibility": [
{
"@value": "255",
"@type": "http://www.w3.org/2001/XMLSchema#int"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#uuid": [
{
"@value": "6e707b3d38136a73ffc48b8f8729dc86e9d4535e"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#source": [
{
"@value": "5c7de648-b662-40d4-9013-e69391728fe9"
}
],
"http://purl.org/dc/terms/title": [
{
"@value": "MotionTampering"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#creationDate": [
{
"@value": "1629888282638",
"@type": "http://www.w3.org/2001/XMLSchema#long"
}
]
},
{
"@id": "http://www.example.com/myhome/form-c2c88b1a-ec1b-475a-93de-91ef57b88677",
"https://www.w3.org/2019/wot/hypermedia#hasOperationType": [
{
"@id": "https://www.w3.org/2019/wot/td#subscribeEvent"
}
],
"http://orange-labs.fr/fog/ont/access.owl#endpoint": [
{
"@value": "mqtt://iotm.thinginthefuture.com/homein/core/iot"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#owner": [
{
"@value": "admin"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#visibility": [
{
"@value": "255",
"@type": "http://www.w3.org/2001/XMLSchema#int"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#source": [
{
"@value": "5c7de648-b662-40d4-9013-e69391728fe9"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#creationDate": [
{
"@value": "1629888282638",
"@type": "http://www.w3.org/2001/XMLSchema#long"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#lastUpdated": [
{
"@value": "1629888283839",
"@type": "http://www.w3.org/2001/XMLSchema#long"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#uuid": [
{
"@value": "16af34d717fc550a88a2f9194728231f6014de40"
}
]
},
{
"@id": "http://www.example.com/myhome/form-c02411f8-8ae7-483a-9e0b-a7281af3ab93",
"@type": [
"https://www.w3.org/2019/wot/hypermedia#Form"
],
"https://www.w3.org/2019/wot/hypermedia#hasOperationType": [
{
"@id": "https://www.w3.org/2019/wot/td#invokeAction"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#creationDate": [
{
"@value": "1629888282638",
"@type": "http://www.w3.org/2001/XMLSchema#long"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#visibility": [
{
"@value": "255",
"@type": "http://www.w3.org/2001/XMLSchema#int"
}
],
"https://www.w3.org/2019/wot/hypermedia#forContentType": [
{
"@value": "application/json"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#uuid": [
{
"@value": "4f4d501a460aba1df7b8d8b68d58b33d0a5b3408"
}
],
"http://orange-labs.fr/fog/ont/access.owl#endpoint": [
{
"@value": "https://iotm.thinginthefuture.com/iotmanager/api/v1/objects/PriseCuisine/action/Switch?homeid=myhome"
}
],
"http://www.w3.org/2011/http#methodName": [
{
"@value": "GET"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#lastUpdated": [
{
"@value": "1629888282827",
"@type": "http://www.w3.org/2001/XMLSchema#long"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#source": [
{
"@value": "5c7de648-b662-40d4-9013-e69391728fe9"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#owner": [
{
"@value": "admin"
}
]
},
{
"@id": "http://www.example.com/myhome/property-40819cf7-e46b-4b21-85db-989ad60fbb0b",
"http://orange-labs.fr/fog/ont/iot.owl#creationDate": [
{
"@value": "1629888282638",
"@type": "http://www.w3.org/2001/XMLSchema#long"
}
],
"https://www.w3.org/2019/wot/td#name": [
{
"@value": "Distance"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#lastUpdated": [
{
"@value": "1629888283859",
"@type": "http://www.w3.org/2001/XMLSchema#long"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#owner": [
{
"@value": "admin"
}
],
"@type": [
"https://www.w3.org/2019/wot/td#PropertyAffordance",
"https://www.w3.org/2019/wot/json-schema#StringSchema"
],
"http://orange-labs.fr/fog/ont/iot.owl#visibility": [
{
"@value": "255",
"@type": "http://www.w3.org/2001/XMLSchema#int"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#source": [
{
"@value": "5c7de648-b662-40d4-9013-e69391728fe9"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#uuid": [
{
"@value": "7bc372436c026590bbf5ddaf85b408cd214d88df"
}
],
"http://purl.org/dc/terms/title": [
{
"@value": "Distance"
}
],
"http://purl.org/dc/terms/description": [
{
"@value": ""
}
]
},
{
"@id": "http://www.example.com/myhome/wc",
"http://purl.org/dc/terms/title": [
{
"@value": "wc"
}
],
"https://www.w3.org/2019/wot/td#name": [
{
"@value": "wc"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#owner": [
{
"@value": "admin"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#visibility": [
{
"@value": "255",
"@type": "http://www.w3.org/2001/XMLSchema#int"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#source": [
{
"@value": "5c7de648-b662-40d4-9013-e69391728fe9"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#creationDate": [
{
"@value": "1629888282638",
"@type": "http://www.w3.org/2001/XMLSchema#long"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#lastUpdated": [
{
"@value": "1629888283002",
"@type": "http://www.w3.org/2001/XMLSchema#long"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#uuid": [
{
"@value": "c34c79f0807d783964d194790725cf0099c68fc7"
}
],
"@type": [
"http://elite.polito.it/ontologies/dogont.owl#Room"
]
},
{
"@id": "http://www.example.com/myhome/event-0624350a-c305-4135-a9d6-cfa1fe3616b7",
"http://purl.org/dc/terms/title": [
{
"@value": "MotionClear"
}
],
"https://www.w3.org/2019/wot/td#name": [
{
"@value": "MotionClear"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#owner": [
{
"@value": "admin"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#visibility": [
{
"@value": "255",
"@type": "http://www.w3.org/2001/XMLSchema#int"
}
],
"https://www.w3.org/2019/wot/td#hasForm": [
{
"@id": "http://www.example.com/myhome/form-2e185068-9570-4e2a-813c-489bb6a35ae5"
}
],
"@type": [
"https://www.w3.org/2019/wot/td#EventAffordance"
],
"http://orange-labs.fr/fog/ont/iot.owl#lastUpdated": [
{
"@value": "1629888283494",
"@type": "http://www.w3.org/2001/XMLSchema#long"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#creationDate": [
{
"@value": "1629888282638",
"@type": "http://www.w3.org/2001/XMLSchema#long"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#source": [
{
"@value": "5c7de648-b662-40d4-9013-e69391728fe9"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#uuid": [
{
"@value": "15829b2f20d679617bd938a8f013f60706e6d1ec"
}
]
},
{
"@id": "http://www.example.com/myhome/action-5a6e1696-3fc5-4a4a-8450-97cacf81185b",
"http://purl.org/dc/terms/title": [
{
"@value": ""
}
],
"http://orange-labs.fr/fog/ont/iot.owl#owner": [
{
"@value": "admin"
}
],
"https://www.w3.org/2019/wot/td#hasForm": [
{
"@id": "http://www.example.com/myhome/form-3f465422-18f0-4f23-8299-df543e8a4ccb"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#visibility": [
{
"@value": "255",
"@type": "http://www.w3.org/2001/XMLSchema#int"
}
],
"@type": [
"https://www.w3.org/2019/wot/td#ActionAffordance"
],
"http://orange-labs.fr/fog/ont/iot.owl#lastUpdated": [
{
"@value": "1629888283919",
"@type": "http://www.w3.org/2001/XMLSchema#long"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#uuid": [
{
"@value": "1cf7ad6c4a8c6563c8a3ed252c43aba02fbec7b1"
}
],
"https://www.w3.org/2019/wot/td#isIdempotent": [
{
"@value": "false",
"@type": "http://www.w3.org/2001/XMLSchema#boolean"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#source": [
{
"@value": "5c7de648-b662-40d4-9013-e69391728fe9"
}
],
"http://purl.org/dc/terms/description": [
{
"@value": "Goto previous channel (P- button)"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#creationDate": [
{
"@value": "1629888282638",
"@type": "http://www.w3.org/2001/XMLSchema#long"
}
],
"https://www.w3.org/2019/wot/td#name": [
{
"@value": "SetChannelPrev"
}
],
"https://www.w3.org/2019/wot/td#isSafe": [
{
"@value": "false",
"@type": "http://www.w3.org/2001/XMLSchema#boolean"
}
]
},
{
"@id": "http://www.example.com/myhome/form-3f465422-18f0-4f23-8299-df543e8a4ccb",
"@type": [
"https://www.w3.org/2019/wot/hypermedia#Form"
],
"http://orange-labs.fr/fog/ont/iot.owl#creationDate": [
{
"@value": "1629888282638",
"@type": "http://www.w3.org/2001/XMLSchema#long"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#visibility": [
{
"@value": "255",
"@type": "http://www.w3.org/2001/XMLSchema#int"
}
],
"https://www.w3.org/2019/wot/hypermedia#hasOperationType": [
{
"@id": "https://www.w3.org/2019/wot/td#invokeAction"
}
],
"https://www.w3.org/2019/wot/hypermedia#forContentType": [
{
"@value": "application/json"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#uuid": [
{
"@value": "08cd554b5f9fc40a1e17bd4921f2cbf138739420"
}
],
"http://orange-labs.fr/fog/ont/access.owl#endpoint": [
{
"@value": "https://iotm.thinginthefuture.com/iotmanager/api/v1/objects/TvChambre/action/SetChannelPrev?homeid=myhome"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#owner": [
{
"@value": "admin"
}
],
"http://www.w3.org/2011/http#methodName": [
{
"@value": "GET"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#source": [
{
"@value": "5c7de648-b662-40d4-9013-e69391728fe9"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#lastUpdated": [
{
"@value": "1629888283363",
"@type": "http://www.w3.org/2001/XMLSchema#long"
}
]
},
{
"@id": "http://www.example.com/myhome/form-9b921a47-69c2-4625-a082-1610c2b70abc",
"https://www.w3.org/2019/wot/hypermedia#hasOperationType": [
{
"@id": "https://www.w3.org/2019/wot/td#subscribeEvent"
}
],
"http://orange-labs.fr/fog/ont/access.owl#endpoint": [
{
"@value": "mqtt://iotm.thinginthefuture.com/homein/core/iot"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#owner": [
{
"@value": "admin"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#visibility": [
{
"@value": "255",
"@type": "http://www.w3.org/2001/XMLSchema#int"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#source": [
{
"@value": "5c7de648-b662-40d4-9013-e69391728fe9"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#creationDate": [
{
"@value": "1629888282638",
"@type": "http://www.w3.org/2001/XMLSchema#long"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#lastUpdated": [
{
"@value": "1629888283340",
"@type": "http://www.w3.org/2001/XMLSchema#long"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#uuid": [
{
"@value": "56d0f88a7067e5685eb5b15427db90146960f911"
}
]
},
{
"@id": "http://www.example.com/myhome/form-4d0d4dc4-3dce-441c-b2da-1a7263f59d5a",
"https://www.w3.org/2019/wot/hypermedia#hasOperationType": [
{
"@id": "https://www.w3.org/2019/wot/td#subscribeEvent"
}
],
"http://orange-labs.fr/fog/ont/access.owl#endpoint": [
{
"@value": "mqtt://iotm.thinginthefuture.com/homein/core/iot"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#owner": [
{
"@value": "admin"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#visibility": [
{
"@value": "255",
"@type": "http://www.w3.org/2001/XMLSchema#int"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#source": [
{
"@value": "5c7de648-b662-40d4-9013-e69391728fe9"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#creationDate": [
{
"@value": "1629888282638",
"@type": "http://www.w3.org/2001/XMLSchema#long"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#lastUpdated": [
{
"@value": "1629888283035",
"@type": "http://www.w3.org/2001/XMLSchema#long"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#uuid": [
{
"@value": "3bf1a028a326f226f959182488bb144c8a496547"
}
]
},
{
"@id": "http://www.example.com/myhome/property-64c25640-ea99-45f3-9324-d348a7552da6",
"http://orange-labs.fr/fog/ont/iot.owl#creationDate": [
{
"@value": "1629888282638",
"@type": "http://www.w3.org/2001/XMLSchema#long"
}
],
"@type": [
"https://www.w3.org/2019/wot/td#PropertyAffordance",
"https://www.w3.org/2019/wot/json-schema#StringSchema"
],
"http://orange-labs.fr/fog/ont/iot.owl#source": [
{
"@value": "5c7de648-b662-40d4-9013-e69391728fe9"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#lastUpdated": [
{
"@value": "1629888283024",
"@type": "http://www.w3.org/2001/XMLSchema#long"
}
],
"http://purl.org/dc/terms/description": [
{
"@value": ""
}
],
"http://orange-labs.fr/fog/ont/iot.owl#visibility": [
{
"@value": "255",
"@type": "http://www.w3.org/2001/XMLSchema#int"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#owner": [
{
"@value": "admin"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#uuid": [
{
"@value": "b214ffbe108f9b409af368dce5a55281605b6a48"
}
],
"https://www.w3.org/2019/wot/td#name": [
{
"@value": "Channel"
}
],
"http://purl.org/dc/terms/title": [
{
"@value": "Channel"
}
]
},
{
"@id": "http://www.example.com/myhome/action-4ed5c10f-1eef-46a8-b895-f19cb4cebcd7",
"https://www.w3.org/2019/wot/td#hasForm": [
{
"@id": "http://www.example.com/myhome/form-8c4b2d7c-3bee-4aea-b985-2f019f9318e3"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#creationDate": [
{
"@value": "1629888282638",
"@type": "http://www.w3.org/2001/XMLSchema#long"
}
],
"https://www.w3.org/2019/wot/td#isIdempotent": [
{
"@value": "false",
"@type": "http://www.w3.org/2001/XMLSchema#boolean"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#owner": [
{
"@value": "admin"
}
],
"https://www.w3.org/2019/wot/td#isSafe": [
{
"@value": "false",
"@type": "http://www.w3.org/2001/XMLSchema#boolean"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#source": [
{
"@value": "5c7de648-b662-40d4-9013-e69391728fe9"
}
],
"http://purl.org/dc/terms/title": [
{
"@value": ""
}
],
"@type": [
"https://www.w3.org/2019/wot/td#ActionAffordance"
],
"http://orange-labs.fr/fog/ont/iot.owl#visibility": [
{
"@value": "255",
"@type": "http://www.w3.org/2001/XMLSchema#int"
}
],
"https://www.w3.org/2019/wot/td#name": [
{
"@value": "GetChannel"
}
],
"http://purl.org/dc/terms/description": [
{
"@value": "Retrieve the id of the current selected channel, for example 1"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#uuid": [
{
"@value": "633c1b7aba8a9fc0bfb7e9aca7069af3bf00121f"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#lastUpdated": [
{
"@value": "1629888283929",
"@type": "http://www.w3.org/2001/XMLSchema#long"
}
]
},
{
"@id": "http://www.example.com/myhome/form-8c4b2d7c-3bee-4aea-b985-2f019f9318e3",
"http://orange-labs.fr/fog/ont/iot.owl#creationDate": [
{
"@value": "1629888282638",
"@type": "http://www.w3.org/2001/XMLSchema#long"
}
],
"https://www.w3.org/2019/wot/hypermedia#hasOperationType": [
{
"@id": "https://www.w3.org/2019/wot/td#invokeAction"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#source": [
{
"@value": "5c7de648-b662-40d4-9013-e69391728fe9"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#owner": [
{
"@value": "admin"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#visibility": [
{
"@value": "255",
"@type": "http://www.w3.org/2001/XMLSchema#int"
}
],
"http://www.w3.org/2011/http#methodName": [
{
"@value": "GET"
}
],
"http://orange-labs.fr/fog/ont/access.owl#endpoint": [
{
"@value": "https://iotm.thinginthefuture.com/iotmanager/api/v1/objects/TvChambre/action/GetChannel?homeid=myhome"
}
],
"https://www.w3.org/2019/wot/hypermedia#forContentType": [
{
"@value": "application/json"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#lastUpdated": [
{
"@value": "1629888283544",
"@type": "http://www.w3.org/2001/XMLSchema#long"
}
],
"@type": [
"https://www.w3.org/2019/wot/hypermedia#Form"
],
"http://orange-labs.fr/fog/ont/iot.owl#uuid": [
{
"@value": "101ad3b186ee24034faf2500dc7b20fabc113a3e"
}
]
},
{
"@id": "http://www.example.com/myhome/property-6ea7d57e-2a4d-4824-b684-a5d954396f2c",
"http://purl.org/dc/terms/title": [
{
"@value": "Moving"
}
],
"https://www.w3.org/2019/wot/td#name": [
{
"@value": "Moving"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#owner": [
{
"@value": "admin"
}
],
"http://purl.org/dc/terms/description": [
{
"@value": ""
}
],
"http://orange-labs.fr/fog/ont/iot.owl#visibility": [
{
"@value": "255",
"@type": "http://www.w3.org/2001/XMLSchema#int"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#source": [
{
"@value": "5c7de648-b662-40d4-9013-e69391728fe9"
}
],
"@type": [
"https://www.w3.org/2019/wot/json-schema#StringSchema",
"https://www.w3.org/2019/wot/td#PropertyAffordance"
],
"http://orange-labs.fr/fog/ont/iot.owl#lastUpdated": [
{
"@value": "1629888283939",
"@type": "http://www.w3.org/2001/XMLSchema#long"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#uuid": [
{
"@value": "0120602b7786bf1a2028eea40d756b03971fe252"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#creationDate": [
{
"@value": "1629888282638",
"@type": "http://www.w3.org/2001/XMLSchema#long"
}
]
},
{
"@id": "http://www.example.com/myhome/form-44b8466c-3a2b-4813-9dca-c43fd379685d",
"https://www.w3.org/2019/wot/hypermedia#hasOperationType": [
{
"@id": "https://www.w3.org/2019/wot/td#invokeAction"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#source": [
{
"@value": "5c7de648-b662-40d4-9013-e69391728fe9"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#owner": [
{
"@value": "admin"
}
],
"https://www.w3.org/2019/wot/hypermedia#forContentType": [
{
"@value": "application/json"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#visibility": [
{
"@value": "255",
"@type": "http://www.w3.org/2001/XMLSchema#int"
}
],
"http://orange-labs.fr/fog/ont/access.owl#endpoint": [
{
"@value": "https://iotm.thinginthefuture.com/iotmanager/api/v1/objects/CameraEntree/action/Move?homeid=myhome"
}
],
"@type": [
"https://www.w3.org/2019/wot/hypermedia#Form"
],
"http://www.w3.org/2011/http#methodName": [
{
"@value": "GET"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#lastUpdated": [
{
"@value": "1629888283377",
"@type": "http://www.w3.org/2001/XMLSchema#long"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#creationDate": [
{
"@value": "1629888282638",
"@type": "http://www.w3.org/2001/XMLSchema#long"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#uuid": [
{
"@value": "04d881993c0855cf6041e2ed0ac0cbe31be9d658"
}
]
},
{
"@id": "http://www.example.com/myhome/property-c78f3e24-f749-4a63-8d8f-7ddc3d0a086d",
"https://www.w3.org/2019/wot/td#name": [
{
"@value": "Switch"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#visibility": [
{
"@value": "255",
"@type": "http://www.w3.org/2001/XMLSchema#int"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#owner": [
{
"@value": "admin"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#source": [
{
"@value": "5c7de648-b662-40d4-9013-e69391728fe9"
}
],
"http://purl.org/dc/terms/title": [
{
"@value": "Switch"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#lastUpdated": [
{
"@value": "1629888283776",
"@type": "http://www.w3.org/2001/XMLSchema#long"
}
],
"http://purl.org/dc/terms/description": [
{
"@value": ""
}
],
"@type": [
"https://www.w3.org/2019/wot/td#PropertyAffordance",
"https://www.w3.org/2019/wot/json-schema#StringSchema"
],
"http://orange-labs.fr/fog/ont/iot.owl#creationDate": [
{
"@value": "1629888282638",
"@type": "http://www.w3.org/2001/XMLSchema#long"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#uuid": [
{
"@value": "83a56a14232f16e81dd5e85600a75838372cd70f"
}
]
},
{
"@id": "http://www.example.com/myhome/action-c2fae43e-d593-44c4-a1a7-42c6b0d521db",
"https://www.w3.org/2019/wot/td#hasForm": [
{
"@id": "http://www.example.com/myhome/form-7e4ec4e9-98c2-4910-8962-db712e02bf98"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#uuid": [
{
"@value": "6dfa9b75161e1d6d2de1dde2c2bc1e9374a01d1b"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#lastUpdated": [
{
"@value": "1629888283620",
"@type": "http://www.w3.org/2001/XMLSchema#long"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#visibility": [
{
"@value": "255",
"@type": "http://www.w3.org/2001/XMLSchema#int"
}
],
"http://purl.org/dc/terms/title": [
{
"@value": ""
}
],
"http://orange-labs.fr/fog/ont/iot.owl#creationDate": [
{
"@value": "1629888282638",
"@type": "http://www.w3.org/2001/XMLSchema#long"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#owner": [
{
"@value": "admin"
}
],
"https://www.w3.org/2019/wot/td#name": [
{
"@value": "TakePicture"
}
],
"https://www.w3.org/2019/wot/td#isSafe": [
{
"@value": "false",
"@type": "http://www.w3.org/2001/XMLSchema#boolean"
}
],
"http://purl.org/dc/terms/description": [
{
"@value": "Take a picture with the camera"
}
],
"https://www.w3.org/2019/wot/td#isIdempotent": [
{
"@value": "false",
"@type": "http://www.w3.org/2001/XMLSchema#boolean"
}
],
"@type": [
"https://www.w3.org/2019/wot/td#ActionAffordance"
],
"http://orange-labs.fr/fog/ont/iot.owl#source": [
{
"@value": "5c7de648-b662-40d4-9013-e69391728fe9"
}
]
},
{
"@id": "http://www.example.com/myhome/living-room",
"http://purl.org/dc/terms/title": [
{
"@value": "living room"
}
],
"https://www.w3.org/2019/wot/td#name": [
{
"@value": "living room"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#owner": [
{
"@value": "admin"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#visibility": [
{
"@value": "255",
"@type": "http://www.w3.org/2001/XMLSchema#int"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#source": [
{
"@value": "5c7de648-b662-40d4-9013-e69391728fe9"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#creationDate": [
{
"@value": "1629888282638",
"@type": "http://www.w3.org/2001/XMLSchema#long"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#lastUpdated": [
{
"@value": "1629888283706",
"@type": "http://www.w3.org/2001/XMLSchema#long"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#uuid": [
{
"@value": "a1da5704e69a465c7f3279b4aa7df2c69d4206f7"
}
],
"@type": [
"http://elite.polito.it/ontologies/dogont.owl#LivingRoom"
]
},
{
"@id": "http://www.example.com/myhome/event-a31503ab-ec1c-4b99-9c04-263cf5001cd1",
"@type": [
"https://www.w3.org/2019/wot/td#EventAffordance"
],
"http://orange-labs.fr/fog/ont/iot.owl#lastUpdated": [
{
"@value": "1629888282959",
"@type": "http://www.w3.org/2001/XMLSchema#long"
}
],
"https://www.w3.org/2019/wot/td#name": [
{
"@value": "Power"
}
],
"http://purl.org/dc/terms/title": [
{
"@value": "Power"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#source": [
{
"@value": "5c7de648-b662-40d4-9013-e69391728fe9"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#creationDate": [
{
"@value": "1629888282638",
"@type": "http://www.w3.org/2001/XMLSchema#long"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#owner": [
{
"@value": "admin"
}
],
"https://www.w3.org/2019/wot/td#hasForm": [
{
"@id": "http://www.example.com/myhome/form-4d0d4dc4-3dce-441c-b2da-1a7263f59d5a"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#visibility": [
{
"@value": "255",
"@type": "http://www.w3.org/2001/XMLSchema#int"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#uuid": [
{
"@value": "420fab54864767cc9a54588eb76aea8dcf1fe0a6"
}
]
},
{
"@id": "http://www.example.com/myhome/BeaconPauline",
"@type": [
"http://elite.polito.it/ontologies/eupont.owl#Beacon"
],
"http://purl.org/dc/terms/description": [
{
"@value": "Beacon detection"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#creationDate": [
{
"@value": "1629888282638",
"@type": "http://www.w3.org/2001/XMLSchema#long"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#lastUpdated": [
{
"@value": "1629888283447",
"@type": "http://www.w3.org/2001/XMLSchema#long"
}
],
"https://www.w3.org/2019/wot/td#name": [
{
"@value": "Beacon Pauline"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#visibility": [
{
"@value": "255",
"@type": "http://www.w3.org/2001/XMLSchema#int"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#owner": [
{
"@value": "admin"
}
],
"https://www.w3.org/2019/wot/td#hasPropertyAffordance": [
{
"@id": "http://www.example.com/myhome/property-40819cf7-e46b-4b21-85db-989ad60fbb0b"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#source": [
{
"@value": "5c7de648-b662-40d4-9013-e69391728fe9"
}
],
"https://www.w3.org/2019/wot/td#hasActionAffordance": [
{
"@id": "http://www.example.com/myhome/action-afe72551-46ef-44ad-ba42-44ea4f05b2d9"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#uuid": [
{
"@value": "ba60a46aa4cc25f690d78a1920fc870965e83a7f"
}
],
"http://purl.org/dc/terms/title": [
{
"@value": ""
}
]
},
{
"@id": "http://www.example.com/myhome/form-ce0f4189-5b2b-4973-804a-fde0187a89c6",
"http://orange-labs.fr/fog/ont/iot.owl#owner": [
{
"@value": "admin"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#visibility": [
{
"@value": "255",
"@type": "http://www.w3.org/2001/XMLSchema#int"
}
],
"http://orange-labs.fr/fog/ont/access.owl#endpoint": [
{
"@value": "https://iotm.thinginthefuture.com/iotmanager/api/v1/objects/PriseSalon/action/IsSwitchedOn?homeid=myhome"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#creationDate": [
{
"@value": "1629888282638",
"@type": "http://www.w3.org/2001/XMLSchema#long"
}
],
"@type": [
"https://www.w3.org/2019/wot/hypermedia#Form"
],
"http://orange-labs.fr/fog/ont/iot.owl#lastUpdated": [
{
"@value": "1629888283149",
"@type": "http://www.w3.org/2001/XMLSchema#long"
}
],
"https://www.w3.org/2019/wot/hypermedia#forContentType": [
{
"@value": "application/json"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#source": [
{
"@value": "5c7de648-b662-40d4-9013-e69391728fe9"
}
],
"https://www.w3.org/2019/wot/hypermedia#hintsAtMediaType": [
{
"@value": "xsd:boolean"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#uuid": [
{
"@value": "cde13959b69dce5472a9251ccd8a7c7ef635290f"
}
],
"http://www.w3.org/2011/http#methodName": [
{
"@value": "GET"
}
],
"https://www.w3.org/2019/wot/hypermedia#hasOperationType": [
{
"@id": "https://www.w3.org/2019/wot/td#invokeAction"
}
]
},
{
"@id": "http://www.example.com/myhome/action-e0846459-8449-4b20-acff-27e6def5f56c",
"https://www.w3.org/2019/wot/td#isIdempotent": [
{
"@value": "false",
"@type": "http://www.w3.org/2001/XMLSchema#boolean"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#source": [
{
"@value": "5c7de648-b662-40d4-9013-e69391728fe9"
}
],
"https://www.w3.org/2019/wot/td#isSafe": [
{
"@value": "false",
"@type": "http://www.w3.org/2001/XMLSchema#boolean"
}
],
"https://www.w3.org/2019/wot/td#name": [
{
"@value": "SetChannel"
}
],
"http://purl.org/dc/terms/description": [
{
"@value": "Set the channel of the TV"
}
],
"https://www.w3.org/2019/wot/td#hasForm": [
{
"@id": "http://www.example.com/myhome/form-ef5d6a74-4e25-4b5b-8639-dff8c3abc7fc"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#uuid": [
{
"@value": "c44d3ed8a80ce937d8b4409e5743a3f315337615"
}
],
"http://purl.org/dc/terms/title": [
{
"@value": ""
}
],
"http://orange-labs.fr/fog/ont/iot.owl#lastUpdated": [
{
"@value": "1629888283115",
"@type": "http://www.w3.org/2001/XMLSchema#long"
}
],
"@type": [
"https://www.w3.org/2019/wot/td#ActionAffordance"
],
"http://orange-labs.fr/fog/ont/iot.owl#owner": [
{
"@value": "admin"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#visibility": [
{
"@value": "255",
"@type": "http://www.w3.org/2001/XMLSchema#int"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#creationDate": [
{
"@value": "1629888282638",
"@type": "http://www.w3.org/2001/XMLSchema#long"
}
]
},
{
"@id": "http://www.example.com/myhome/event-cc4c9dcc-4be5-462e-a652-d7393f5cca04",
"http://orange-labs.fr/fog/ont/iot.owl#source": [
{
"@value": "5c7de648-b662-40d4-9013-e69391728fe9"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#uuid": [
{
"@value": "6f3fd6e309861b41085853572eadbb182d3f4275"
}
],
"http://purl.org/dc/terms/title": [
{
"@value": "DoorOpen"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#visibility": [
{
"@value": "255",
"@type": "http://www.w3.org/2001/XMLSchema#int"
}
],
"@type": [
"https://www.w3.org/2019/wot/td#EventAffordance"
],
"http://orange-labs.fr/fog/ont/iot.owl#creationDate": [
{
"@value": "1629888282638",
"@type": "http://www.w3.org/2001/XMLSchema#long"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#owner": [
{
"@value": "admin"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#lastUpdated": [
{
"@value": "1629888283568",
"@type": "http://www.w3.org/2001/XMLSchema#long"
}
],
"https://www.w3.org/2019/wot/td#name": [
{
"@value": "DoorOpen"
}
],
"https://www.w3.org/2019/wot/td#hasForm": [
{
"@id": "http://www.example.com/myhome/form-f38549d6-99a6-4e76-a6a5-ee7cdce6199a"
}
]
},
{
"@id": "http://www.example.com/myhome/property-935b17fc-9450-4f1f-8407-52ed25f02b35",
"@type": [
"https://www.w3.org/2019/wot/td#PropertyAffordance",
"https://www.w3.org/2019/wot/json-schema#StringSchema"
],
"http://purl.org/dc/terms/description": [
{
"@value": ""
}
],
"http://orange-labs.fr/fog/ont/iot.owl#source": [
{
"@value": "5c7de648-b662-40d4-9013-e69391728fe9"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#uuid": [
{
"@value": "5ec63d845c5dcb6d5347d578f8a4bda1d19eecf2"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#creationDate": [
{
"@value": "1629888282638",
"@type": "http://www.w3.org/2001/XMLSchema#long"
}
],
"https://www.w3.org/2019/wot/td#name": [
{
"@value": "Channel"
}
],
"http://purl.org/dc/terms/title": [
{
"@value": "Channel"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#visibility": [
{
"@value": "255",
"@type": "http://www.w3.org/2001/XMLSchema#int"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#lastUpdated": [
{
"@value": "1629888283979",
"@type": "http://www.w3.org/2001/XMLSchema#long"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#owner": [
{
"@value": "admin"
}
]
},
{
"@id": "http://www.example.com/myhome/event-71497f7b-7b3d-4d22-9948-651b0d307696",
"https://www.w3.org/2019/wot/td#hasForm": [
{
"@id": "http://www.example.com/myhome/form-e897d778-4759-4563-a1e4-bc06d55ff492"
}
],
"@type": [
"https://www.w3.org/2019/wot/td#EventAffordance"
],
"http://orange-labs.fr/fog/ont/iot.owl#visibility": [
{
"@value": "255",
"@type": "http://www.w3.org/2001/XMLSchema#int"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#uuid": [
{
"@value": "5adc78794ac0b8591b675eb0dcb2cef032c495d8"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#lastUpdated": [
{
"@value": "1629888283960",
"@type": "http://www.w3.org/2001/XMLSchema#long"
}
],
"https://www.w3.org/2019/wot/td#name": [
{
"@value": "Power"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#owner": [
{
"@value": "admin"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#source": [
{
"@value": "5c7de648-b662-40d4-9013-e69391728fe9"
}
],
"http://purl.org/dc/terms/title": [
{
"@value": "Power"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#creationDate": [
{
"@value": "1629888282638",
"@type": "http://www.w3.org/2001/XMLSchema#long"
}
]
},
{
"@id": "http://www.example.com/myhome/property-0156a53d-4309-4894-8499-96de0120a694",
"https://www.w3.org/2019/wot/td#name": [
{
"@value": "Switch"
}
],
"@type": [
"https://www.w3.org/2019/wot/td#PropertyAffordance",
"https://www.w3.org/2019/wot/json-schema#StringSchema"
],
"http://orange-labs.fr/fog/ont/iot.owl#uuid": [
{
"@value": "145c15078eddae0e32984a2284d1ee0703862e6b"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#owner": [
{
"@value": "admin"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#lastUpdated": [
{
"@value": "1629888283786",
"@type": "http://www.w3.org/2001/XMLSchema#long"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#creationDate": [
{
"@value": "1629888282638",
"@type": "http://www.w3.org/2001/XMLSchema#long"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#visibility": [
{
"@value": "255",
"@type": "http://www.w3.org/2001/XMLSchema#int"
}
],
"http://purl.org/dc/terms/description": [
{
"@value": ""
}
],
"http://orange-labs.fr/fog/ont/iot.owl#source": [
{
"@value": "5c7de648-b662-40d4-9013-e69391728fe9"
}
],
"http://purl.org/dc/terms/title": [
{
"@value": "Switch"
}
]
},
{
"@id": "http://www.example.com/myhome/event-81439750-033b-454c-884c-c54f6e1bda60",
"https://www.w3.org/2019/wot/td#hasForm": [
{
"@id": "http://www.example.com/myhome/form-0003056a-3781-46c2-8655-9b20a01e3361"
}
],
"@type": [
"https://www.w3.org/2019/wot/td#EventAffordance"
],
"http://orange-labs.fr/fog/ont/iot.owl#uuid": [
{
"@value": "33a55f78b36e35947147287147af18d746be4bd3"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#visibility": [
{
"@value": "255",
"@type": "http://www.w3.org/2001/XMLSchema#int"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#source": [
{
"@value": "5c7de648-b662-40d4-9013-e69391728fe9"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#owner": [
{
"@value": "admin"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#lastUpdated": [
{
"@value": "1629888283506",
"@type": "http://www.w3.org/2001/XMLSchema#long"
}
],
"https://www.w3.org/2019/wot/td#name": [
{
"@value": "ChannelSet"
}
],
"http://purl.org/dc/terms/title": [
{
"@value": "ChannelSet"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#creationDate": [
{
"@value": "1629888282638",
"@type": "http://www.w3.org/2001/XMLSchema#long"
}
]
},
{
"@id": "http://www.example.com/myhome/form-0003056a-3781-46c2-8655-9b20a01e3361",
"https://www.w3.org/2019/wot/hypermedia#hasOperationType": [
{
"@id": "https://www.w3.org/2019/wot/td#subscribeEvent"
}
],
"http://orange-labs.fr/fog/ont/access.owl#endpoint": [
{
"@value": "mqtt://iotm.thinginthefuture.com/homein/core/iot"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#owner": [
{
"@value": "admin"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#visibility": [
{
"@value": "255",
"@type": "http://www.w3.org/2001/XMLSchema#int"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#source": [
{
"@value": "5c7de648-b662-40d4-9013-e69391728fe9"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#creationDate": [
{
"@value": "1629888282638",
"@type": "http://www.w3.org/2001/XMLSchema#long"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#lastUpdated": [
{
"@value": "1629888283403",
"@type": "http://www.w3.org/2001/XMLSchema#long"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#uuid": [
{
"@value": "509dec075c594f74e53ce619012190c8e57ff805"
}
]
},
{
"@id": "http://www.example.com/myhome/action-9596280f-7952-4e4e-86aa-c4f8f83a2437",
"http://orange-labs.fr/fog/ont/iot.owl#lastUpdated": [
{
"@value": "1629888283910",
"@type": "http://www.w3.org/2001/XMLSchema#long"
}
],
"http://purl.org/dc/terms/title": [
{
"@value": ""
}
],
"https://www.w3.org/2019/wot/td#isSafe": [
{
"@value": "false",
"@type": "http://www.w3.org/2001/XMLSchema#boolean"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#creationDate": [
{
"@value": "1629888282638",
"@type": "http://www.w3.org/2001/XMLSchema#long"
}
],
"https://www.w3.org/2019/wot/td#name": [
{
"@value": "IsSwitchedOn"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#source": [
{
"@value": "5c7de648-b662-40d4-9013-e69391728fe9"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#visibility": [
{
"@value": "255",
"@type": "http://www.w3.org/2001/XMLSchema#int"
}
],
"https://www.w3.org/2019/wot/td#isIdempotent": [
{
"@value": "false",
"@type": "http://www.w3.org/2001/XMLSchema#boolean"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#owner": [
{
"@value": "admin"
}
],
"@type": [
"https://www.w3.org/2019/wot/td#ActionAffordance"
],
"http://orange-labs.fr/fog/ont/iot.owl#uuid": [
{
"@value": "9de051cc32eb3a50dcedc40eb9d8cf29f2a87a41"
}
],
"http://purl.org/dc/terms/description": [
{
"@value": "True if the plug is turned on"
}
],
"https://www.w3.org/2019/wot/td#hasForm": [
{
"@id": "http://www.example.com/myhome/form-ce0f4189-5b2b-4973-804a-fde0187a89c6"
}
]
},
{
"@id": "http://www.example.com/myhome/form-8e27208e-d497-4738-a98a-24d1b7893299",
"https://www.w3.org/2019/wot/hypermedia#hasOperationType": [
{
"@id": "https://www.w3.org/2019/wot/td#subscribeEvent"
}
],
"http://orange-labs.fr/fog/ont/access.owl#endpoint": [
{
"@value": "mqtt://iotm.thinginthefuture.com/homein/core/iot"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#owner": [
{
"@value": "admin"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#visibility": [
{
"@value": "255",
"@type": "http://www.w3.org/2001/XMLSchema#int"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#source": [
{
"@value": "5c7de648-b662-40d4-9013-e69391728fe9"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#creationDate": [
{
"@value": "1629888282638",
"@type": "http://www.w3.org/2001/XMLSchema#long"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#lastUpdated": [
{
"@value": "1629888283767",
"@type": "http://www.w3.org/2001/XMLSchema#long"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#uuid": [
{
"@value": "7b7e353ef8a8ba6fb4bba685b48a0044960b42ee"
}
]
},
{
"@id": "http://www.example.com/myhome/form-83686f4a-5c69-4f6c-90c1-7845971631f5",
"https://www.w3.org/2019/wot/hypermedia#hasOperationType": [
{
"@id": "https://www.w3.org/2019/wot/td#subscribeEvent"
}
],
"http://orange-labs.fr/fog/ont/access.owl#endpoint": [
{
"@value": "mqtt://iotm.thinginthefuture.com/homein/core/iot"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#owner": [
{
"@value": "admin"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#visibility": [
{
"@value": "255",
"@type": "http://www.w3.org/2001/XMLSchema#int"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#source": [
{
"@value": "5c7de648-b662-40d4-9013-e69391728fe9"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#creationDate": [
{
"@value": "1629888282638",
"@type": "http://www.w3.org/2001/XMLSchema#long"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#lastUpdated": [
{
"@value": "1629888283470",
"@type": "http://www.w3.org/2001/XMLSchema#long"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#uuid": [
{
"@value": "2ccfc52695d0c7196df8845209deb05ea215afc8"
}
]
},
{
"@id": "http://www.example.com/myhome/property-aafb0c31-9d04-4e53-9437-3c21c695e820",
"@type": [
"https://www.w3.org/2019/wot/json-schema#StringSchema",
"https://www.w3.org/2019/wot/td#PropertyAffordance"
],
"http://orange-labs.fr/fog/ont/iot.owl#lastUpdated": [
{
"@value": "1629888283079",
"@type": "http://www.w3.org/2001/XMLSchema#long"
}
],
"http://purl.org/dc/terms/description": [
{
"@value": ""
}
],
"https://www.w3.org/2019/wot/td#name": [
{
"@value": "Temperature"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#creationDate": [
{
"@value": "1629888282638",
"@type": "http://www.w3.org/2001/XMLSchema#long"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#uuid": [
{
"@value": "7a8f0fa2bb8f9eb15d73177ec86c09363b62ceca"
}
],
"http://purl.org/dc/terms/title": [
{
"@value": "Temperature"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#owner": [
{
"@value": "admin"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#source": [
{
"@value": "5c7de648-b662-40d4-9013-e69391728fe9"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#visibility": [
{
"@value": "255",
"@type": "http://www.w3.org/2001/XMLSchema#int"
}
]
},
{
"@id": "http://www.example.com/myhome/entrance",
"http://purl.org/dc/terms/title": [
{
"@value": "entrance"
}
],
"https://www.w3.org/2019/wot/td#name": [
{
"@value": "entrance"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#owner": [
{
"@value": "admin"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#visibility": [
{
"@value": "255",
"@type": "http://www.w3.org/2001/XMLSchema#int"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#source": [
{
"@value": "5c7de648-b662-40d4-9013-e69391728fe9"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#creationDate": [
{
"@value": "1629888282638",
"@type": "http://www.w3.org/2001/XMLSchema#long"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#lastUpdated": [
{
"@value": "1629888283221",
"@type": "http://www.w3.org/2001/XMLSchema#long"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#uuid": [
{
"@value": "2da5638f32759b14d1625756ede1f5e43276e89b"
}
],
"@type": [
"http://elite.polito.it/ontologies/dogont.owl#Room"
]
},
{
"@id": "http://www.example.com/myhome/form-9db5e0a1-db8d-438a-adad-5088c31847fc",
"https://www.w3.org/2019/wot/hypermedia#hasOperationType": [
{
"@id": "https://www.w3.org/2019/wot/td#subscribeEvent"
}
],
"http://orange-labs.fr/fog/ont/access.owl#endpoint": [
{
"@value": "mqtt://iotm.thinginthefuture.com/homein/core/iot"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#owner": [
{
"@value": "admin"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#visibility": [
{
"@value": "255",
"@type": "http://www.w3.org/2001/XMLSchema#int"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#source": [
{
"@value": "5c7de648-b662-40d4-9013-e69391728fe9"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#creationDate": [
{
"@value": "1629888282638",
"@type": "http://www.w3.org/2001/XMLSchema#long"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#lastUpdated": [
{
"@value": "1629888282969",
"@type": "http://www.w3.org/2001/XMLSchema#long"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#uuid": [
{
"@value": "a398713af287ae9c87133f866eeac7d62e47aabc"
}
]
},
{
"@id": "http://www.example.com/myhome/event-8e53ce99-241c-4f17-a796-39d1a240dccf",
"https://www.w3.org/2019/wot/td#name": [
{
"@value": "Temperature"
}
],
"https://www.w3.org/2019/wot/td#hasForm": [
{
"@id": "http://www.example.com/myhome/form-ec2432c4-4221-4dac-aee7-0770d5f66ad5"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#source": [
{
"@value": "5c7de648-b662-40d4-9013-e69391728fe9"
}
],
"@type": [
"https://www.w3.org/2019/wot/td#EventAffordance"
],
"http://orange-labs.fr/fog/ont/iot.owl#lastUpdated": [
{
"@value": "1629888282816",
"@type": "http://www.w3.org/2001/XMLSchema#long"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#owner": [
{
"@value": "admin"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#visibility": [
{
"@value": "255",
"@type": "http://www.w3.org/2001/XMLSchema#int"
}
],
"http://purl.org/dc/terms/title": [
{
"@value": "Temperature"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#creationDate": [
{
"@value": "1629888282638",
"@type": "http://www.w3.org/2001/XMLSchema#long"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#uuid": [
{
"@value": "a58a7356ac5e523b3457446fc1f21cb00cd2eb47"
}
]
},
{
"@id": "http://www.example.com/myhome/form-ec2432c4-4221-4dac-aee7-0770d5f66ad5",
"https://www.w3.org/2019/wot/hypermedia#hasOperationType": [
{
"@id": "https://www.w3.org/2019/wot/td#subscribeEvent"
}
],
"http://orange-labs.fr/fog/ont/access.owl#endpoint": [
{
"@value": "mqtt://iotm.thinginthefuture.com/homein/core/iot"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#owner": [
{
"@value": "admin"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#visibility": [
{
"@value": "255",
"@type": "http://www.w3.org/2001/XMLSchema#int"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#source": [
{
"@value": "5c7de648-b662-40d4-9013-e69391728fe9"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#creationDate": [
{
"@value": "1629888282638",
"@type": "http://www.w3.org/2001/XMLSchema#long"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#lastUpdated": [
{
"@value": "1629888283348",
"@type": "http://www.w3.org/2001/XMLSchema#long"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#uuid": [
{
"@value": "33f0cd3eaece622b255a93719cbc83a873aee79e"
}
]
},
{
"@id": "http://www.example.com/myhome/action-176a4ec5-fa03-4565-a6fe-1d8df94e080a",
"http://purl.org/dc/terms/description": [
{
"@value": "Move the the camera: Reset, Left, Right, Top, Bottom, TopLeft, BottomLeft, ..."
}
],
"https://www.w3.org/2019/wot/td#name": [
{
"@value": "Move"
}
],
"https://www.w3.org/2019/wot/td#isSafe": [
{
"@value": "false",
"@type": "http://www.w3.org/2001/XMLSchema#boolean"
}
],
"https://www.w3.org/2019/wot/td#hasForm": [
{
"@id": "http://www.example.com/myhome/form-44b8466c-3a2b-4813-9dca-c43fd379685d"
}
],
"https://www.w3.org/2019/wot/td#isIdempotent": [
{
"@value": "false",
"@type": "http://www.w3.org/2001/XMLSchema#boolean"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#source": [
{
"@value": "5c7de648-b662-40d4-9013-e69391728fe9"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#creationDate": [
{
"@value": "1629888282638",
"@type": "http://www.w3.org/2001/XMLSchema#long"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#uuid": [
{
"@value": "5575eacebf4f959ea0e6f4b42d1fb7cb986302b0"
}
],
"http://purl.org/dc/terms/title": [
{
"@value": ""
}
],
"http://orange-labs.fr/fog/ont/iot.owl#owner": [
{
"@value": "admin"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#visibility": [
{
"@value": "255",
"@type": "http://www.w3.org/2001/XMLSchema#int"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#lastUpdated": [
{
"@value": "1629888282852",
"@type": "http://www.w3.org/2001/XMLSchema#long"
}
],
"@type": [
"https://www.w3.org/2019/wot/td#ActionAffordance"
]
},
{
"@id": "http://www.example.com/myhome/form-5830c74e-c469-4bf0-a0c7-3c66084db610",
"http://orange-labs.fr/fog/ont/iot.owl#source": [
{
"@value": "5c7de648-b662-40d4-9013-e69391728fe9"
}
],
"http://www.w3.org/2011/http#methodName": [
{
"@value": "GET"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#uuid": [
{
"@value": "579c51e5b893fe8a49ce1f7d486800512be10f9f"
}
],
"@type": [
"https://www.w3.org/2019/wot/hypermedia#Form"
],
"http://orange-labs.fr/fog/ont/iot.owl#creationDate": [
{
"@value": "1629888282638",
"@type": "http://www.w3.org/2001/XMLSchema#long"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#owner": [
{
"@value": "admin"
}
],
"http://orange-labs.fr/fog/ont/access.owl#endpoint": [
{
"@value": "https://iotm.thinginthefuture.com/iotmanager/api/v1/objects/TvChambre/action/SetChannelNext?homeid=myhome"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#visibility": [
{
"@value": "255",
"@type": "http://www.w3.org/2001/XMLSchema#int"
}
],
"https://www.w3.org/2019/wot/hypermedia#hasOperationType": [
{
"@id": "https://www.w3.org/2019/wot/td#invokeAction"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#lastUpdated": [
{
"@value": "1629888283715",
"@type": "http://www.w3.org/2001/XMLSchema#long"
}
],
"https://www.w3.org/2019/wot/hypermedia#forContentType": [
{
"@value": "application/json"
}
]
},
{
"@id": "http://www.example.com/myhome/event-7ea90a0d-6342-4e37-bacd-cc6d390b7b1d",
"http://orange-labs.fr/fog/ont/iot.owl#lastUpdated": [
{
"@value": "1629888283243",
"@type": "http://www.w3.org/2001/XMLSchema#long"
}
],
"https://www.w3.org/2019/wot/td#hasForm": [
{
"@id": "http://www.example.com/myhome/form-83686f4a-5c69-4f6c-90c1-7845971631f5"
}
],
"https://www.w3.org/2019/wot/td#name": [
{
"@value": "DoorClosed"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#source": [
{
"@value": "5c7de648-b662-40d4-9013-e69391728fe9"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#owner": [
{
"@value": "admin"
}
],
"http://purl.org/dc/terms/title": [
{
"@value": "DoorClosed"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#creationDate": [
{
"@value": "1629888282638",
"@type": "http://www.w3.org/2001/XMLSchema#long"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#uuid": [
{
"@value": "1ca893073b761d910f62a6aa1db375dc85b442ec"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#visibility": [
{
"@value": "255",
"@type": "http://www.w3.org/2001/XMLSchema#int"
}
],
"@type": [
"https://www.w3.org/2019/wot/td#EventAffordance"
]
},
{
"@id": "http://www.example.com/myhome/form-1f225bbf-d170-4e97-81e4-2c64d5fa5ed6",
"https://www.w3.org/2019/wot/hypermedia#hasOperationType": [
{
"@id": "https://www.w3.org/2019/wot/td#subscribeEvent"
}
],
"http://orange-labs.fr/fog/ont/access.owl#endpoint": [
{
"@value": "mqtt://iotm.thinginthefuture.com/homein/core/iot"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#owner": [
{
"@value": "admin"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#visibility": [
{
"@value": "255",
"@type": "http://www.w3.org/2001/XMLSchema#int"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#source": [
{
"@value": "5c7de648-b662-40d4-9013-e69391728fe9"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#creationDate": [
{
"@value": "1629888282638",
"@type": "http://www.w3.org/2001/XMLSchema#long"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#lastUpdated": [
{
"@value": "1629888282980",
"@type": "http://www.w3.org/2001/XMLSchema#long"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#uuid": [
{
"@value": "94adbd9af0372dfc109010a559d4bd38cad03c26"
}
]
},
{
"@id": "http://www.example.com/myhome/event-fcd6ed12-94c3-4258-8e95-ec4c86a29955",
"http://orange-labs.fr/fog/ont/iot.owl#creationDate": [
{
"@value": "1629888282638",
"@type": "http://www.w3.org/2001/XMLSchema#long"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#uuid": [
{
"@value": "d464e8549de398e64fecf3d9b1347831c526e10f"
}
],
"https://www.w3.org/2019/wot/td#name": [
{
"@value": "PowerLevel"
}
],
"http://purl.org/dc/terms/title": [
{
"@value": "PowerLevel"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#lastUpdated": [
{
"@value": "1629888282916",
"@type": "http://www.w3.org/2001/XMLSchema#long"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#owner": [
{
"@value": "admin"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#visibility": [
{
"@value": "255",
"@type": "http://www.w3.org/2001/XMLSchema#int"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#source": [
{
"@value": "5c7de648-b662-40d4-9013-e69391728fe9"
}
],
"@type": [
"https://www.w3.org/2019/wot/td#EventAffordance"
],
"https://www.w3.org/2019/wot/td#hasForm": [
{
"@id": "http://www.example.com/myhome/form-9b921a47-69c2-4625-a082-1610c2b70abc"
}
]
},
{
"@id": "http://www.example.com/myhome/event-7ef2d929-7a2a-415c-bc6b-2b04db47954d",
"https://www.w3.org/2019/wot/td#hasForm": [
{
"@id": "http://www.example.com/myhome/form-3afa63a9-8ea9-4afa-b9d3-6ae64146f421"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#creationDate": [
{
"@value": "1629888282638",
"@type": "http://www.w3.org/2001/XMLSchema#long"
}
],
"http://purl.org/dc/terms/title": [
{
"@value": "PowerSwitch"
}
],
"@type": [
"https://www.w3.org/2019/wot/td#EventAffordance"
],
"http://orange-labs.fr/fog/ont/iot.owl#visibility": [
{
"@value": "255",
"@type": "http://www.w3.org/2001/XMLSchema#int"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#uuid": [
{
"@value": "ace6944d95108a9431d827b6a2f112f46ab1496f"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#owner": [
{
"@value": "admin"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#lastUpdated": [
{
"@value": "1629888283104",
"@type": "http://www.w3.org/2001/XMLSchema#long"
}
],
"https://www.w3.org/2019/wot/td#name": [
{
"@value": "PowerSwitch"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#source": [
{
"@value": "5c7de648-b662-40d4-9013-e69391728fe9"
}
]
},
{
"@id": "http://www.example.com/myhome/TvChambre",
"http://purl.org/dc/terms/description": [
{
"@value": "Generic TV Controller supporting Orange STB and KODI API"
}
],
"https://www.w3.org/2019/wot/td#hasEventAffordance": [
{
"@id": "http://www.example.com/myhome/event-d10f27c3-55b3-478d-8a68-b62ce463af99"
},
{
"@id": "http://www.example.com/myhome/event-a31503ab-ec1c-4b99-9c04-263cf5001cd1"
},
{
"@id": "http://www.example.com/myhome/event-aa5ba6a6-c78f-43ba-8915-0154d0794fc4"
}
],
"https://www.w3.org/2019/wot/td#hasActionAffordance": [
{
"@id": "http://www.example.com/myhome/action-f17f5287-3118-466c-9e7d-367cb988b4e2"
},
{
"@id": "http://www.example.com/myhome/action-5a6e1696-3fc5-4a4a-8450-97cacf81185b"
},
{
"@id": "http://www.example.com/myhome/action-4ed5c10f-1eef-46a8-b895-f19cb4cebcd7"
},
{
"@id": "http://www.example.com/myhome/action-e0846459-8449-4b20-acff-27e6def5f56c"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#source": [
{
"@value": "5c7de648-b662-40d4-9013-e69391728fe9"
}
],
"https://www.w3.org/2019/wot/td#hasPropertyAffordance": [
{
"@id": "http://www.example.com/myhome/property-64c25640-ea99-45f3-9324-d348a7552da6"
},
{
"@id": "http://www.example.com/myhome/property-91d5edb2-d1bf-4fdd-b647-92902495a60c"
}
],
"@type": [
"http://elite.polito.it/ontologies/dogont.owl#Tv"
],
"http://orange-labs.fr/fog/ont/iot.owl#visibility": [
{
"@value": "255",
"@type": "http://www.w3.org/2001/XMLSchema#int"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#owner": [
{
"@value": "admin"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#lastUpdated": [
{
"@value": "1629888283424",
"@type": "http://www.w3.org/2001/XMLSchema#long"
}
],
"http://purl.org/dc/terms/title": [
{
"@value": ""
}
],
"http://orange-labs.fr/fog/ont/iot.owl#creationDate": [
{
"@value": "1629888282638",
"@type": "http://www.w3.org/2001/XMLSchema#long"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#uuid": [
{
"@value": "0d9abfecbec99a26e93487d57cb6880ea99c67ff"
}
],
"https://www.w3.org/2019/wot/td#name": [
{
"@value": "Tv Chambre"
}
],
"http://elite.polito.it/ontologies/dogont.owl#isIn": [
{
"@id": "http://www.example.com/myhome/bedroom-1"
}
]
},
{
"@id": "http://www.example.com/myhome/action-f17f5287-3118-466c-9e7d-367cb988b4e2",
"http://purl.org/dc/terms/title": [
{
"@value": ""
}
],
"http://purl.org/dc/terms/description": [
{
"@value": "Goto next channel (P+ button)"
}
],
"https://www.w3.org/2019/wot/td#hasForm": [
{
"@id": "http://www.example.com/myhome/form-5830c74e-c469-4bf0-a0c7-3c66084db610"
}
],
"@type": [
"https://www.w3.org/2019/wot/td#ActionAffordance"
],
"http://orange-labs.fr/fog/ont/iot.owl#creationDate": [
{
"@value": "1629888282638",
"@type": "http://www.w3.org/2001/XMLSchema#long"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#source": [
{
"@value": "5c7de648-b662-40d4-9013-e69391728fe9"
}
],
"https://www.w3.org/2019/wot/td#name": [
{
"@value": "SetChannelNext"
}
],
"https://www.w3.org/2019/wot/td#isIdempotent": [
{
"@value": "false",
"@type": "http://www.w3.org/2001/XMLSchema#boolean"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#owner": [
{
"@value": "admin"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#lastUpdated": [
{
"@value": "1629888282948",
"@type": "http://www.w3.org/2001/XMLSchema#long"
}
],
"https://www.w3.org/2019/wot/td#isSafe": [
{
"@value": "false",
"@type": "http://www.w3.org/2001/XMLSchema#boolean"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#visibility": [
{
"@value": "255",
"@type": "http://www.w3.org/2001/XMLSchema#int"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#uuid": [
{
"@value": "6d85064cf81d9682a06f1168c18e0e568dbe0ec4"
}
]
},
{
"@id": "http://www.example.com/myhome/event-aa5ba6a6-c78f-43ba-8915-0154d0794fc4",
"https://www.w3.org/2019/wot/td#hasForm": [
{
"@id": "http://www.example.com/myhome/form-9db5e0a1-db8d-438a-adad-5088c31847fc"
}
],
"@type": [
"https://www.w3.org/2019/wot/td#EventAffordance"
],
"http://orange-labs.fr/fog/ont/iot.owl#owner": [
{
"@value": "admin"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#source": [
{
"@value": "5c7de648-b662-40d4-9013-e69391728fe9"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#visibility": [
{
"@value": "255",
"@type": "http://www.w3.org/2001/XMLSchema#int"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#uuid": [
{
"@value": "7600bedcb9016fc0d757b7b4c66c91806e7d51d0"
}
],
"http://purl.org/dc/terms/title": [
{
"@value": "ChannelSet"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#creationDate": [
{
"@value": "1629888282638",
"@type": "http://www.w3.org/2001/XMLSchema#long"
}
],
"https://www.w3.org/2019/wot/td#name": [
{
"@value": "ChannelSet"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#lastUpdated": [
{
"@value": "1629888283726",
"@type": "http://www.w3.org/2001/XMLSchema#long"
}
]
},
{
"@id": "http://www.example.com/myhome/bedroom-1",
"http://purl.org/dc/terms/title": [
{
"@value": "bedroom shared by Pauline and Léa"
}
],
"https://www.w3.org/2019/wot/td#name": [
{
"@value": "bedroom 1"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#owner": [
{
"@value": "admin"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#visibility": [
{
"@value": "255",
"@type": "http://www.w3.org/2001/XMLSchema#int"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#source": [
{
"@value": "5c7de648-b662-40d4-9013-e69391728fe9"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#creationDate": [
{
"@value": "1629888282638",
"@type": "http://www.w3.org/2001/XMLSchema#long"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#lastUpdated": [
{
"@value": "1629888283878",
"@type": "http://www.w3.org/2001/XMLSchema#long"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#uuid": [
{
"@value": "0d9ea651ac0172df6a393960fe49f89656bf8a6c"
}
],
"@type": [
"http://elite.polito.it/ontologies/dogont.owl#Bedroom"
]
},
{
"@id": "http://www.example.com/myhome/bedroom-2",
"http://purl.org/dc/terms/title": [
{
"@value": "Tom's bedroom"
}
],
"https://www.w3.org/2019/wot/td#name": [
{
"@value": "bedroom 2"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#owner": [
{
"@value": "admin"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#visibility": [
{
"@value": "255",
"@type": "http://www.w3.org/2001/XMLSchema#int"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#source": [
{
"@value": "5c7de648-b662-40d4-9013-e69391728fe9"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#creationDate": [
{
"@value": "1629888282638",
"@type": "http://www.w3.org/2001/XMLSchema#long"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#lastUpdated": [
{
"@value": "1629888283794",
"@type": "http://www.w3.org/2001/XMLSchema#long"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#uuid": [
{
"@value": "d12cc2b3dd6c0826efd8d2f5f973e952a2881b7b"
}
],
"@type": [
"http://elite.polito.it/ontologies/dogont.owl#Bedroom"
]
},
{
"@id": "http://www.example.com/myhome/property-284a6b39-eff5-4cb4-accb-b9c38af6f0ab",
"http://orange-labs.fr/fog/ont/iot.owl#visibility": [
{
"@value": "255",
"@type": "http://www.w3.org/2001/XMLSchema#int"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#uuid": [
{
"@value": "8afd71680bff5d7b5a683c2a8792591e0a6d3570"
}
],
"@type": [
"https://www.w3.org/2019/wot/json-schema#StringSchema",
"https://www.w3.org/2019/wot/td#PropertyAffordance"
],
"https://www.w3.org/2019/wot/td#name": [
{
"@value": "Distance"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#creationDate": [
{
"@value": "1629888282638",
"@type": "http://www.w3.org/2001/XMLSchema#long"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#lastUpdated": [
{
"@value": "1629888283848",
"@type": "http://www.w3.org/2001/XMLSchema#long"
}
],
"http://purl.org/dc/terms/description": [
{
"@value": ""
}
],
"http://orange-labs.fr/fog/ont/iot.owl#source": [
{
"@value": "5c7de648-b662-40d4-9013-e69391728fe9"
}
],
"http://purl.org/dc/terms/title": [
{
"@value": "Distance"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#owner": [
{
"@value": "admin"
}
]
},
{
"@id": "http://www.example.com/myhome/property-ed57aa60-e06d-4165-a7a2-80f6e8645f1c",
"http://orange-labs.fr/fog/ont/iot.owl#owner": [
{
"@value": "admin"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#creationDate": [
{
"@value": "1629888282638",
"@type": "http://www.w3.org/2001/XMLSchema#long"
}
],
"@type": [
"https://www.w3.org/2019/wot/json-schema#StringSchema",
"https://www.w3.org/2019/wot/td#PropertyAffordance"
],
"http://orange-labs.fr/fog/ont/iot.owl#uuid": [
{
"@value": "ace2e4e07ae44c844dadea08d06abc0f0163d078"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#lastUpdated": [
{
"@value": "1629888282842",
"@type": "http://www.w3.org/2001/XMLSchema#long"
}
],
"https://www.w3.org/2019/wot/td#name": [
{
"@value": "Power"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#source": [
{
"@value": "5c7de648-b662-40d4-9013-e69391728fe9"
}
],
"http://purl.org/dc/terms/title": [
{
"@value": "Power"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#visibility": [
{
"@value": "255",
"@type": "http://www.w3.org/2001/XMLSchema#int"
}
],
"http://purl.org/dc/terms/description": [
{
"@value": ""
}
]
},
{
"@id": "http://www.example.com/myhome/BeaconLea",
"http://orange-labs.fr/fog/ont/iot.owl#source": [
{
"@value": "5c7de648-b662-40d4-9013-e69391728fe9"
}
],
"http://purl.org/dc/terms/title": [
{
"@value": ""
}
],
"https://www.w3.org/2019/wot/td#hasActionAffordance": [
{
"@id": "http://www.example.com/myhome/action-f86876f5-3815-4c6e-8f69-320fa07439f5"
}
],
"http://purl.org/dc/terms/description": [
{
"@value": "Beacon detection"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#creationDate": [
{
"@value": "1629888282638",
"@type": "http://www.w3.org/2001/XMLSchema#long"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#uuid": [
{
"@value": "c956fa5befd9c59990941684ad6215bb46a7a85f"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#lastUpdated": [
{
"@value": "1629888282710",
"@type": "http://www.w3.org/2001/XMLSchema#long"
}
],
"https://www.w3.org/2019/wot/td#name": [
{
"@value": "Beacon Lea"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#owner": [
{
"@value": "admin"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#visibility": [
{
"@value": "255",
"@type": "http://www.w3.org/2001/XMLSchema#int"
}
],
"https://www.w3.org/2019/wot/td#hasPropertyAffordance": [
{
"@id": "http://www.example.com/myhome/property-0ad50df4-9ce0-404e-b5cf-6431007c3eaa"
}
],
"@type": [
"http://elite.polito.it/ontologies/eupont.owl#Beacon"
]
},
{
"@id": "http://www.example.com/myhome/action-f86876f5-3815-4c6e-8f69-320fa07439f5",
"http://orange-labs.fr/fog/ont/iot.owl#uuid": [
{
"@value": "189d5d45373524497f76587444b59648a83c9b3e"
}
],
"https://www.w3.org/2019/wot/td#hasForm": [
{
"@id": "http://www.example.com/myhome/form-67d89afd-d08a-4e5e-8a08-fd4954779db9"
}
],
"https://www.w3.org/2019/wot/td#name": [
{
"@value": "GetState"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#owner": [
{
"@value": "admin"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#lastUpdated": [
{
"@value": "1629888283056",
"@type": "http://www.w3.org/2001/XMLSchema#long"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#source": [
{
"@value": "5c7de648-b662-40d4-9013-e69391728fe9"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#visibility": [
{
"@value": "255",
"@type": "http://www.w3.org/2001/XMLSchema#int"
}
],
"http://purl.org/dc/terms/title": [
{
"@value": ""
}
],
"https://www.w3.org/2019/wot/td#isSafe": [
{
"@value": "false",
"@type": "http://www.w3.org/2001/XMLSchema#boolean"
}
],
"http://purl.org/dc/terms/description": [
{
"@value": "Get beacon visibility (none, near, medium, far)"
}
],
"https://www.w3.org/2019/wot/td#isIdempotent": [
{
"@value": "false",
"@type": "http://www.w3.org/2001/XMLSchema#boolean"
}
],
"@type": [
"https://www.w3.org/2019/wot/td#ActionAffordance"
],
"http://orange-labs.fr/fog/ont/iot.owl#creationDate": [
{
"@value": "1629888282638",
"@type": "http://www.w3.org/2001/XMLSchema#long"
}
]
},
{
"@id": "http://www.example.com/myhome/property-0ad50df4-9ce0-404e-b5cf-6431007c3eaa",
"@type": [
"https://www.w3.org/2019/wot/td#PropertyAffordance",
"https://www.w3.org/2019/wot/json-schema#StringSchema"
],
"http://orange-labs.fr/fog/ont/iot.owl#uuid": [
{
"@value": "2d09bf728c7ace874b21385edda386b95b6b8fee"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#lastUpdated": [
{
"@value": "1629888283645",
"@type": "http://www.w3.org/2001/XMLSchema#long"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#visibility": [
{
"@value": "255",
"@type": "http://www.w3.org/2001/XMLSchema#int"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#creationDate": [
{
"@value": "1629888282638",
"@type": "http://www.w3.org/2001/XMLSchema#long"
}
],
"http://purl.org/dc/terms/title": [
{
"@value": "Distance"
}
],
"http://purl.org/dc/terms/description": [
{
"@value": ""
}
],
"http://orange-labs.fr/fog/ont/iot.owl#owner": [
{
"@value": "admin"
}
],
"https://www.w3.org/2019/wot/td#name": [
{
"@value": "Distance"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#source": [
{
"@value": "5c7de648-b662-40d4-9013-e69391728fe9"
}
]
},
{
"@id": "http://www.example.com/myhome/CameraEntree",
"https://www.w3.org/2019/wot/td#hasPropertyAffordance": [
{
"@id": "http://www.example.com/myhome/property-6ea7d57e-2a4d-4824-b684-a5d954396f2c"
},
{
"@id": "http://www.example.com/myhome/property-69c5df99-5db7-4bd9-97cd-5cfa506f2a6a"
},
{
"@id": "http://www.example.com/myhome/property-03fa4542-2a12-4632-86c5-bd4dc9c1399e"
},
{
"@id": "http://www.example.com/myhome/property-afb9f781-17ff-48f2-ad23-c7c350c10bfd"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#owner": [
{
"@value": "admin"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#creationDate": [
{
"@value": "1629888282638",
"@type": "http://www.w3.org/2001/XMLSchema#long"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#uuid": [
{
"@value": "56230d375592ffd5cdbd8fea5c612ecb920a2eca"
}
],
"@type": [
"http://elite.polito.it/ontologies/dogont.owl#SurveillanceCamera"
],
"https://www.w3.org/2019/wot/td#hasActionAffordance": [
{
"@id": "http://www.example.com/myhome/action-c2fae43e-d593-44c4-a1a7-42c6b0d521db"
},
{
"@id": "http://www.example.com/myhome/action-e53b17b2-7fcb-41be-bd95-41330c17051d"
},
{
"@id": "http://www.example.com/myhome/action-9fa3ac2d-70c7-4ddf-9ba9-e08061abdec0"
},
{
"@id": "http://www.example.com/myhome/action-176a4ec5-fa03-4565-a6fe-1d8df94e080a"
}
],
"http://elite.polito.it/ontologies/dogont.owl#isIn": [
{
"@id": "http://www.example.com/myhome/entrance"
}
],
"http://purl.org/dc/terms/description": [
{
"@value": "Motorized Foscam Camera"
}
],
"https://www.w3.org/2019/wot/td#name": [
{
"@value": "Caméra Entrée"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#lastUpdated": [
{
"@value": "1629888282939",
"@type": "http://www.w3.org/2001/XMLSchema#long"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#visibility": [
{
"@value": "255",
"@type": "http://www.w3.org/2001/XMLSchema#int"
}
],
"http://purl.org/dc/terms/title": [
{
"@value": ""
}
],
"http://orange-labs.fr/fog/ont/iot.owl#source": [
{
"@value": "5c7de648-b662-40d4-9013-e69391728fe9"
}
]
},
{
"@id": "http://www.example.com/myhome/action-e53b17b2-7fcb-41be-bd95-41330c17051d",
"https://www.w3.org/2019/wot/td#isIdempotent": [
{
"@value": "false",
"@type": "http://www.w3.org/2001/XMLSchema#boolean"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#visibility": [
{
"@value": "255",
"@type": "http://www.w3.org/2001/XMLSchema#int"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#source": [
{
"@value": "5c7de648-b662-40d4-9013-e69391728fe9"
}
],
"https://www.w3.org/2019/wot/td#hasForm": [
{
"@id": "http://www.example.com/myhome/form-365b31f5-6b25-46d6-ace2-5ee5e9007126"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#creationDate": [
{
"@value": "1629888282638",
"@type": "http://www.w3.org/2001/XMLSchema#long"
}
],
"http://purl.org/dc/terms/description": [
{
"@value": "Stop the current movement"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#lastUpdated": [
{
"@value": "1629888283557",
"@type": "http://www.w3.org/2001/XMLSchema#long"
}
],
"https://www.w3.org/2019/wot/td#name": [
{
"@value": "Stop"
}
],
"http://purl.org/dc/terms/title": [
{
"@value": ""
}
],
"http://orange-labs.fr/fog/ont/iot.owl#uuid": [
{
"@value": "5fc21238425b7d3203f566ce40970558d43c69b4"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#owner": [
{
"@value": "admin"
}
],
"@type": [
"https://www.w3.org/2019/wot/td#ActionAffordance"
],
"https://www.w3.org/2019/wot/td#isSafe": [
{
"@value": "false",
"@type": "http://www.w3.org/2001/XMLSchema#boolean"
}
]
},
{
"@id": "http://www.example.com/myhome/action-9fa3ac2d-70c7-4ddf-9ba9-e08061abdec0",
"http://orange-labs.fr/fog/ont/iot.owl#uuid": [
{
"@value": "63648ded60cf69166b1c4c19b200396e14fff35f"
}
],
"https://www.w3.org/2019/wot/td#isSafe": [
{
"@value": "false",
"@type": "http://www.w3.org/2001/XMLSchema#boolean"
}
],
"https://www.w3.org/2019/wot/td#name": [
{
"@value": "Memorize"
}
],
"https://www.w3.org/2019/wot/td#hasForm": [
{
"@id": "http://www.example.com/myhome/form-9e22a406-91ec-454d-b5ad-0d5e2f8f404a"
}
],
"http://purl.org/dc/terms/title": [
{
"@value": ""
}
],
"http://orange-labs.fr/fog/ont/iot.owl#visibility": [
{
"@value": "255",
"@type": "http://www.w3.org/2001/XMLSchema#int"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#source": [
{
"@value": "5c7de648-b662-40d4-9013-e69391728fe9"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#creationDate": [
{
"@value": "1629888282638",
"@type": "http://www.w3.org/2001/XMLSchema#long"
}
],
"@type": [
"https://www.w3.org/2019/wot/td#ActionAffordance"
],
"http://purl.org/dc/terms/description": [
{
"@value": "Memorize the current position"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#owner": [
{
"@value": "admin"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#lastUpdated": [
{
"@value": "1629888283309",
"@type": "http://www.w3.org/2001/XMLSchema#long"
}
],
"https://www.w3.org/2019/wot/td#isIdempotent": [
{
"@value": "false",
"@type": "http://www.w3.org/2001/XMLSchema#boolean"
}
]
},
{
"@id": "http://www.example.com/myhome/TvSalon",
"http://purl.org/dc/terms/description": [
{
"@value": "Generic TV Controller supporting Orange STB and KODI API"
}
],
"https://www.w3.org/2019/wot/td#hasPropertyAffordance": [
{
"@id": "http://www.example.com/myhome/property-0156a53d-4309-4894-8499-96de0120a694"
},
{
"@id": "http://www.example.com/myhome/property-935b17fc-9450-4f1f-8407-52ed25f02b35"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#visibility": [
{
"@value": "255",
"@type": "http://www.w3.org/2001/XMLSchema#int"
}
],
"http://purl.org/dc/terms/title": [
{
"@value": ""
}
],
"http://orange-labs.fr/fog/ont/iot.owl#owner": [
{
"@value": "admin"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#uuid": [
{
"@value": "99769c950dc82b943a337141d8bb88b4bc3a6006"
}
],
"https://www.w3.org/2019/wot/td#hasEventAffordance": [
{
"@id": "http://www.example.com/myhome/event-71497f7b-7b3d-4d22-9948-651b0d307696"
},
{
"@id": "http://www.example.com/myhome/event-81439750-033b-454c-884c-c54f6e1bda60"
},
{
"@id": "http://www.example.com/myhome/event-5282566b-668b-4459-bdff-739ae30014e3"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#source": [
{
"@value": "5c7de648-b662-40d4-9013-e69391728fe9"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#lastUpdated": [
{
"@value": "1629888283185",
"@type": "http://www.w3.org/2001/XMLSchema#long"
}
],
"https://www.w3.org/2019/wot/td#name": [
{
"@value": "Tv Salon"
}
],
"https://www.w3.org/2019/wot/td#hasActionAffordance": [
{
"@id": "http://www.example.com/myhome/action-1550c958-20e4-438d-b62a-566ac4016014"
},
{
"@id": "http://www.example.com/myhome/action-1150ba09-29fb-4b3c-91b3-05bc1988122c"
},
{
"@id": "http://www.example.com/myhome/action-ccb4fce4-b05b-45c5-be87-433604fcabdd"
},
{
"@id": "http://www.example.com/myhome/action-bdb34958-80ea-40c9-badc-25c9a40187ec"
}
],
"http://elite.polito.it/ontologies/dogont.owl#isIn": [
{
"@id": "http://www.example.com/myhome/living-room"
}
],
"@type": [
"http://elite.polito.it/ontologies/dogont.owl#Tv"
],
"http://orange-labs.fr/fog/ont/iot.owl#creationDate": [
{
"@value": "1629888282638",
"@type": "http://www.w3.org/2001/XMLSchema#long"
}
]
},
{
"@id": "http://www.example.com/myhome/PorteEntree",
"http://orange-labs.fr/fog/ont/iot.owl#visibility": [
{
"@value": "255",
"@type": "http://www.w3.org/2001/XMLSchema#int"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#lastUpdated": [
{
"@value": "1629888283683",
"@type": "http://www.w3.org/2001/XMLSchema#long"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#owner": [
{
"@value": "admin"
}
],
"http://purl.org/dc/terms/title": [
{
"@value": ""
}
],
"https://www.w3.org/2019/wot/td#hasEventAffordance": [
{
"@id": "http://www.example.com/myhome/event-7ea90a0d-6342-4e37-bacd-cc6d390b7b1d"
},
{
"@id": "http://www.example.com/myhome/event-cc4c9dcc-4be5-462e-a652-d7393f5cca04"
}
],
"https://www.w3.org/2019/wot/td#hasPropertyAffordance": [
{
"@id": "http://www.example.com/myhome/property-7daafe56-6c73-4093-91ed-5d2f79b7539d"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#uuid": [
{
"@value": "5be3d7088dc50ba11a3b4cc42a383c709df7114b"
}
],
"https://www.w3.org/2019/wot/td#name": [
{
"@value": "Porte Entree"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#source": [
{
"@value": "5c7de648-b662-40d4-9013-e69391728fe9"
}
],
"@type": [
"http://elite.polito.it/ontologies/dogont.owl#DoorSensor"
],
"http://elite.polito.it/ontologies/dogont.owl#isIn": [
{
"@id": "http://www.example.com/myhome/entrance"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#creationDate": [
{
"@value": "1629888282638",
"@type": "http://www.w3.org/2001/XMLSchema#long"
}
],
"http://purl.org/dc/terms/description": [
{
"@value": "Fibaro Door Open/Close sensor"
}
]
},
{
"@id": "http://www.example.com/myhome/form-18b9e976-75a6-4140-bbff-b79be6c98ad8",
"http://www.w3.org/2011/http#methodName": [
{
"@value": "GET"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#lastUpdated": [
{
"@value": "1629888283209",
"@type": "http://www.w3.org/2001/XMLSchema#long"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#visibility": [
{
"@value": "255",
"@type": "http://www.w3.org/2001/XMLSchema#int"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#owner": [
{
"@value": "admin"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#source": [
{
"@value": "5c7de648-b662-40d4-9013-e69391728fe9"
}
],
"https://www.w3.org/2019/wot/hypermedia#hasOperationType": [
{
"@id": "https://www.w3.org/2019/wot/td#invokeAction"
}
],
"http://orange-labs.fr/fog/ont/access.owl#endpoint": [
{
"@value": "https://iotm.thinginthefuture.com/iotmanager/api/v1/objects/PriseSalon/action/Switch?homeid=myhome"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#creationDate": [
{
"@value": "1629888282638",
"@type": "http://www.w3.org/2001/XMLSchema#long"
}
],
"https://www.w3.org/2019/wot/hypermedia#forContentType": [
{
"@value": "application/json"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#uuid": [
{
"@value": "7835df856aabeea90fa25d0060ade88e2438b539"
}
],
"@type": [
"https://www.w3.org/2019/wot/hypermedia#Form"
]
},
{
"@id": "http://www.example.com/myhome/form-365b31f5-6b25-46d6-ace2-5ee5e9007126",
"http://www.w3.org/2011/http#methodName": [
{
"@value": "GET"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#owner": [
{
"@value": "admin"
}
],
"http://orange-labs.fr/fog/ont/access.owl#endpoint": [
{
"@value": "https://iotm.thinginthefuture.com/iotmanager/api/v1/objects/CameraEntree/action/Stop?homeid=myhome"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#uuid": [
{
"@value": "0c90914053d5a93f77211194e75396a7b6805cca"
}
],
"https://www.w3.org/2019/wot/hypermedia#forContentType": [
{
"@value": "application/json"
}
],
"https://www.w3.org/2019/wot/hypermedia#hasOperationType": [
{
"@id": "https://www.w3.org/2019/wot/td#invokeAction"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#visibility": [
{
"@value": "255",
"@type": "http://www.w3.org/2001/XMLSchema#int"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#lastUpdated": [
{
"@value": "1629888283807",
"@type": "http://www.w3.org/2001/XMLSchema#long"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#creationDate": [
{
"@value": "1629888282638",
"@type": "http://www.w3.org/2001/XMLSchema#long"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#source": [
{
"@value": "5c7de648-b662-40d4-9013-e69391728fe9"
}
],
"@type": [
"https://www.w3.org/2019/wot/hypermedia#Form"
]
},
{
"@id": "http://www.example.com/myhome/action-1f2593c4-79fe-4bff-9013-20f0d1253364",
"http://orange-labs.fr/fog/ont/iot.owl#creationDate": [
{
"@value": "1629888282638",
"@type": "http://www.w3.org/2001/XMLSchema#long"
}
],
"https://www.w3.org/2019/wot/td#name": [
{
"@value": "Switch"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#uuid": [
{
"@value": "3d93069d8e9e391f7a14094f0ef87631a98f8ff6"
}
],
"https://www.w3.org/2019/wot/td#isSafe": [
{
"@value": "false",
"@type": "http://www.w3.org/2001/XMLSchema#boolean"
}
],
"https://www.w3.org/2019/wot/td#hasForm": [
{
"@id": "http://www.example.com/myhome/form-18b9e976-75a6-4140-bbff-b79be6c98ad8"
}
],
"http://purl.org/dc/terms/description": [
{
"@value": "Turn on or off the plug according to the argument value"
}
],
"http://purl.org/dc/terms/title": [
{
"@value": ""
}
],
"http://orange-labs.fr/fog/ont/iot.owl#source": [
{
"@value": "5c7de648-b662-40d4-9013-e69391728fe9"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#visibility": [
{
"@value": "255",
"@type": "http://www.w3.org/2001/XMLSchema#int"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#lastUpdated": [
{
"@value": "1629888284003",
"@type": "http://www.w3.org/2001/XMLSchema#long"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#owner": [
{
"@value": "admin"
}
],
"https://www.w3.org/2019/wot/td#isIdempotent": [
{
"@value": "false",
"@type": "http://www.w3.org/2001/XMLSchema#boolean"
}
],
"@type": [
"https://www.w3.org/2019/wot/td#ActionAffordance"
]
},
{
"@id": "http://www.example.com/myhome/event-ef807b10-bfb4-4685-9b93-cb9d3748488a",
"http://orange-labs.fr/fog/ont/iot.owl#source": [
{
"@value": "5c7de648-b662-40d4-9013-e69391728fe9"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#uuid": [
{
"@value": "2c7648d33cfad4119971e5cfaf276bc31123abba"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#creationDate": [
{
"@value": "1629888282638",
"@type": "http://www.w3.org/2001/XMLSchema#long"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#owner": [
{
"@value": "admin"
}
],
"@type": [
"https://www.w3.org/2019/wot/td#EventAffordance"
],
"https://www.w3.org/2019/wot/td#hasForm": [
{
"@id": "http://www.example.com/myhome/form-8e27208e-d497-4738-a98a-24d1b7893299"
}
],
"https://www.w3.org/2019/wot/td#name": [
{
"@value": "Presence"
}
],
"http://purl.org/dc/terms/title": [
{
"@value": "Presence"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#visibility": [
{
"@value": "255",
"@type": "http://www.w3.org/2001/XMLSchema#int"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#lastUpdated": [
{
"@value": "1629888283298",
"@type": "http://www.w3.org/2001/XMLSchema#long"
}
]
},
{
"@id": "http://www.example.com/myhome/CapteurEntree",
"http://orange-labs.fr/fog/ont/iot.owl#owner": [
{
"@value": "admin"
}
],
"https://www.w3.org/2019/wot/td#hasPropertyAffordance": [
{
"@id": "http://www.example.com/myhome/property-4f4ab287-dfce-4c52-8fe0-1ff4d3e25e1b"
},
{
"@id": "http://www.example.com/myhome/property-4adf63ab-8512-4550-b324-ada8764a89e5"
},
{
"@id": "http://www.example.com/myhome/property-aafb0c31-9d04-4e53-9437-3c21c695e820"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#source": [
{
"@value": "5c7de648-b662-40d4-9013-e69391728fe9"
}
],
"https://www.w3.org/2019/wot/td#hasEventAffordance": [
{
"@id": "http://www.example.com/myhome/event-ef807b10-bfb4-4685-9b93-cb9d3748488a"
},
{
"@id": "http://www.example.com/myhome/event-6ebdccf0-ae8e-44d8-8376-b5c0a69430ce"
},
{
"@id": "http://www.example.com/myhome/event-8e2cb621-5851-4172-af0d-e0fec5b62aeb"
},
{
"@id": "http://www.example.com/myhome/event-8e53ce99-241c-4f17-a796-39d1a240dccf"
},
{
"@id": "http://www.example.com/myhome/event-f1430659-664e-451e-8333-447deaace49c"
},
{
"@id": "http://www.example.com/myhome/event-0624350a-c305-4135-a9d6-cfa1fe3616b7"
}
],
"http://purl.org/dc/terms/description": [
{
"@value": "Fibaro motion sensor, retrieve temperature, luminosity and much more"
}
],
"@type": [
"http://elite.polito.it/ontologies/dogont.owl#MovementSensor",
"http://elite.polito.it/ontologies/dogont.owl#LightSensor",
"http://elite.polito.it/ontologies/dogont.owl#TemperatureSensor"
],
"http://orange-labs.fr/fog/ont/iot.owl#lastUpdated": [
{
"@value": "1629888283756",
"@type": "http://www.w3.org/2001/XMLSchema#long"
}
],
"http://elite.polito.it/ontologies/dogont.owl#isIn": [
{
"@id": "http://www.example.com/myhome/entrance"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#uuid": [
{
"@value": "7338e9bf1873a48541b6e7fa4f7b290ddf836c1b"
}
],
"https://www.w3.org/2019/wot/td#name": [
{
"@value": "Capteur Entrée"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#visibility": [
{
"@value": "255",
"@type": "http://www.w3.org/2001/XMLSchema#int"
}
],
"http://purl.org/dc/terms/title": [
{
"@value": ""
}
],
"http://orange-labs.fr/fog/ont/iot.owl#creationDate": [
{
"@value": "1629888282638",
"@type": "http://www.w3.org/2001/XMLSchema#long"
}
]
},
{
"@id": "http://www.example.com/myhome/event-8e2cb621-5851-4172-af0d-e0fec5b62aeb",
"http://purl.org/dc/terms/title": [
{
"@value": "Illuminance"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#creationDate": [
{
"@value": "1629888282638",
"@type": "http://www.w3.org/2001/XMLSchema#long"
}
],
"https://www.w3.org/2019/wot/td#hasForm": [
{
"@id": "http://www.example.com/myhome/form-725d53fa-1a0f-4f82-b96c-d1f40925f4ba"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#source": [
{
"@value": "5c7de648-b662-40d4-9013-e69391728fe9"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#owner": [
{
"@value": "admin"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#visibility": [
{
"@value": "255",
"@type": "http://www.w3.org/2001/XMLSchema#int"
}
],
"https://www.w3.org/2019/wot/td#name": [
{
"@value": "Illuminance"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#uuid": [
{
"@value": "26d198e0fdf4f0e3dc57ceb54f1a2ac19c031b32"
}
],
"@type": [
"https://www.w3.org/2019/wot/td#EventAffordance"
],
"http://orange-labs.fr/fog/ont/iot.owl#lastUpdated": [
{
"@value": "1629888283266",
"@type": "http://www.w3.org/2001/XMLSchema#long"
}
]
},
{
"@id": "http://www.example.com/myhome/form-725d53fa-1a0f-4f82-b96c-d1f40925f4ba",
"https://www.w3.org/2019/wot/hypermedia#hasOperationType": [
{
"@id": "https://www.w3.org/2019/wot/td#subscribeEvent"
}
],
"http://orange-labs.fr/fog/ont/access.owl#endpoint": [
{
"@value": "mqtt://iotm.thinginthefuture.com/homein/core/iot"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#owner": [
{
"@value": "admin"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#visibility": [
{
"@value": "255",
"@type": "http://www.w3.org/2001/XMLSchema#int"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#source": [
{
"@value": "5c7de648-b662-40d4-9013-e69391728fe9"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#creationDate": [
{
"@value": "1629888282638",
"@type": "http://www.w3.org/2001/XMLSchema#long"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#lastUpdated": [
{
"@value": "1629888283413",
"@type": "http://www.w3.org/2001/XMLSchema#long"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#uuid": [
{
"@value": "a5027016eafe9b6f71e5020997e1ab87f1fc383a"
}
]
},
{
"@id": "http://www.example.com/myhome/form-67d89afd-d08a-4e5e-8a08-fd4954779db9",
"http://orange-labs.fr/fog/ont/iot.owl#uuid": [
{
"@value": "221fa96077c445f420098188ffe0727947670db8"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#creationDate": [
{
"@value": "1629888282638",
"@type": "http://www.w3.org/2001/XMLSchema#long"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#lastUpdated": [
{
"@value": "1629888283277",
"@type": "http://www.w3.org/2001/XMLSchema#long"
}
],
"https://www.w3.org/2019/wot/hypermedia#hasOperationType": [
{
"@id": "https://www.w3.org/2019/wot/td#invokeAction"
}
],
"http://orange-labs.fr/fog/ont/access.owl#endpoint": [
{
"@value": "https://iotm.thinginthefuture.com/iotmanager/api/v1/objects/BeaconLea/action/GetState?homeid=myhome"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#source": [
{
"@value": "5c7de648-b662-40d4-9013-e69391728fe9"
}
],
"http://www.w3.org/2011/http#methodName": [
{
"@value": "GET"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#owner": [
{
"@value": "admin"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#visibility": [
{
"@value": "255",
"@type": "http://www.w3.org/2001/XMLSchema#int"
}
],
"https://www.w3.org/2019/wot/hypermedia#forContentType": [
{
"@value": "application/json"
}
],
"https://www.w3.org/2019/wot/hypermedia#hintsAtMediaType": [
{
"@value": "xsd:boolean"
}
],
"@type": [
"https://www.w3.org/2019/wot/hypermedia#Form"
]
},
{
"@id": "http://www.example.com/myhome/action-0f2f8582-643c-4d91-90cd-09a5953f9800",
"http://purl.org/dc/terms/description": [
{
"@value": "Get beacon visibility (none, near, medium, far)"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#visibility": [
{
"@value": "255",
"@type": "http://www.w3.org/2001/XMLSchema#int"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#creationDate": [
{
"@value": "1629888282638",
"@type": "http://www.w3.org/2001/XMLSchema#long"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#owner": [
{
"@value": "admin"
}
],
"https://www.w3.org/2019/wot/td#hasForm": [
{
"@id": "http://www.example.com/myhome/form-be0fc5a9-6b86-4577-a460-0d8d9f223a85"
}
],
"https://www.w3.org/2019/wot/td#isIdempotent": [
{
"@value": "false",
"@type": "http://www.w3.org/2001/XMLSchema#boolean"
}
],
"@type": [
"https://www.w3.org/2019/wot/td#ActionAffordance"
],
"https://www.w3.org/2019/wot/td#name": [
{
"@value": "GetState"
}
],
"https://www.w3.org/2019/wot/td#isSafe": [
{
"@value": "false",
"@type": "http://www.w3.org/2001/XMLSchema#boolean"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#source": [
{
"@value": "5c7de648-b662-40d4-9013-e69391728fe9"
}
],
"http://purl.org/dc/terms/title": [
{
"@value": ""
}
],
"http://orange-labs.fr/fog/ont/iot.owl#uuid": [
{
"@value": "a5fe496d68e438bbb10577159b2bafb68b092519"
}
],
"http://orange-labs.fr/fog/ont/iot.owl#lastUpdated": [
{
"@value": "1629888283517",
"@type": "http://www.w3.org/2001/XMLSchema#long"
}
]
}
]
Additionnally, output in JSON-LD can be formatted according to JSON-LD formatting algortihms:
curl --location --request POST 'http://127.0.0.1:5555/avatars/find/' \
--header 'Content-Type: application/json' \
--header 'Accept: application/ld+json' \
--header 'jsonld_document_form: compact' \
--header 'Authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJqdGkiOiJjZGEzNmFkYS0wNGI5LTExZWMtOTMyNS0wMDI4ZjgwMzJhNTkiLCJzdWIiOiJhZG1pbiIsImV4dGVybmFsaWQiOiJhZG1pbiIsImlzcyI6ImNpLXRoaW5naW4iLCJpYXQiOjE2Mjk3OTU2NjAsImV4cCI6MTYyOTg4MjA2MCwiZG9tYWlucyI6WyJodHRwOi8vd3d3LmV4YW1wbGUuY29tLyJdLCJzY29wZXMiOlsiYWRtaW4iXX0.Vl3SlU7tGfQmXYk_NVSIsbmNVkDr_6GcxZYbrIliqmP54co9TBFRNHjIZQSMdXFy2pOYegUliuigeJ0GpG01W_E2PLrNYzL4uF6vtQH8wqT9Kbtq3KiVUFvjDe5GNUkSFjgAfc6v_xFxgxip4wFDmASmLOREIKYgRNKAVIdqLrEGLd29JF3-BL3qggFzv6BKiR0gk1KbSL-hanRP3KZ31u6hGMcAZdCc6NTkKcs7o_Fh2lTFCKjPhB5vQa9OXMQWqOrdTnprTJrLDcRnbhhVp4M_bv_oIt6w9xt-VhgDxjq-4okaV2HXatSi8oIR15grwh568FJw5q-e5DLMxACigw' \
--data-raw '{
"query": [
{
"$alias": "avatarFromConceptLabel",
"$domain": "http://www.example.com/myhome/"
}
],
"view": {}
}
'
{
"@graph": [
{
"@id": "http://www.example.com/myhome/property-4adf63ab-8512-4550-b324-ada8764a89e5",
"org-iot:uuid": "2467c1e1b12915b3d09e6c85df7091c7b3c40aa3",
"https://www.w3.org/2019/wot/td#name": "Motion",
"org-iot:lastUpdated": {
"@value": "1629821564170",
"@type": "xsd:long"
},
"org-iot:owner": "admin",
"http://purl.org/dc/terms/title": "Motion",
"org-iot:creationDate": {
"@value": "1629821563190",
"@type": "xsd:long"
},
"http://purl.org/dc/terms/description": "",
"@type": [
"https://www.w3.org/2019/wot/td#PropertyAffordance",
"https://www.w3.org/2019/wot/json-schema#StringSchema"
],
"org-iot:visibility": {
"@value": "255",
"@type": "xsd:int"
},
"org-iot:source": "dc15878d-0cbc-4b49-b93a-0812cbd4d65f"
},
{
"@id": "http://www.example.com/myhome/action-c2f4cbb3-bae3-469f-a610-fc72c7f48750",
"https://www.w3.org/2019/wot/td#hasForm": {
"@id": "http://www.example.com/myhome/form-ea1b8a0b-2a9d-4177-be59-ff3805276e94"
},
"org-iot:source": "dc15878d-0cbc-4b49-b93a-0812cbd4d65f",
"http://purl.org/dc/terms/title": "",
"org-iot:visibility": {
"@value": "255",
"@type": "xsd:int"
},
"org-iot:owner": "admin",
"org-iot:creationDate": {
"@value": "1629821563190",
"@type": "xsd:long"
},
"http://purl.org/dc/terms/description": "Devices' power consumption in Watt",
"org-iot:lastUpdated": {
"@value": "1629821563563",
"@type": "xsd:long"
},
"https://www.w3.org/2019/wot/td#isIdempotent": {
"@value": "false",
"@type": "xsd:boolean"
},
"https://www.w3.org/2019/wot/td#name": "GetPower",
"org-iot:uuid": "033170ca5dd8c886bbe94d7f635bcf72b0cf73ef",
"@type": "https://www.w3.org/2019/wot/td#ActionAffordance",
"https://www.w3.org/2019/wot/td#isSafe": {
"@value": "false",
"@type": "xsd:boolean"
}
},
{
"@id": "http://www.example.com/myhome/form-ea1b8a0b-2a9d-4177-be59-ff3805276e94",
"org-iot:uuid": "3b4f458c9d9df0816250c674cecc7c9baa92af90",
"https://www.w3.org/2019/wot/hypermedia#hasOperationType": {
"@id": "https://www.w3.org/2019/wot/td#invokeAction"
},
"org-iot:owner": "admin",
"http://www.w3.org/2011/http#methodName": "GET",
"iot-access:endpoint": "https://iotm.thinginthefuture.com/iotmanager/api/v1/objects/PriseSalon/action/GetPower?homeid=myhome",
"@type": "https://www.w3.org/2019/wot/hypermedia#Form",
"org-iot:creationDate": {
"@value": "1629821563190",
"@type": "xsd:long"
},
"org-iot:lastUpdated": {
"@value": "1629821563853",
"@type": "xsd:long"
},
"https://www.w3.org/2019/wot/hypermedia#forContentType": "application/json",
"https://www.w3.org/2019/wot/hypermedia#hintsAtMediaType": "xsd:float",
"org-iot:visibility": {
"@value": "255",
"@type": "xsd:int"
},
"org-iot:source": "dc15878d-0cbc-4b49-b93a-0812cbd4d65f"
},
{
"@id": "http://www.example.com/myhome/action-bdb34958-80ea-40c9-badc-25c9a40187ec",
"org-iot:source": "dc15878d-0cbc-4b49-b93a-0812cbd4d65f",
"https://www.w3.org/2019/wot/td#hasForm": {
"@id": "http://www.example.com/myhome/form-b3382c43-395e-4d11-83c5-7ee0d5181db6"
},
"https://www.w3.org/2019/wot/td#name": "SetChannelNext",
"@type": "https://www.w3.org/2019/wot/td#ActionAffordance",
"org-iot:creationDate": {
"@value": "1629821563190",
"@type": "xsd:long"
},
"http://purl.org/dc/terms/title": "",
"https://www.w3.org/2019/wot/td#isSafe": {
"@value": "false",
"@type": "xsd:boolean"
},
"org-iot:uuid": "43006fb47b67596c107a7ae2429311e61f4b366a",
"https://www.w3.org/2019/wot/td#isIdempotent": {
"@value": "false",
"@type": "xsd:boolean"
},
"http://purl.org/dc/terms/description": "Goto next channel (P+ button)",
"org-iot:lastUpdated": {
"@value": "1629821563676",
"@type": "xsd:long"
},
"org-iot:visibility": {
"@value": "255",
"@type": "xsd:int"
},
"org-iot:owner": "admin"
},
{
"@id": "http://www.example.com/myhome/form-b3382c43-395e-4d11-83c5-7ee0d5181db6",
"org-iot:visibility": {
"@value": "255",
"@type": "xsd:int"
},
"@type": "https://www.w3.org/2019/wot/hypermedia#Form",
"org-iot:creationDate": {
"@value": "1629821563190",
"@type": "xsd:long"
},
"https://www.w3.org/2019/wot/hypermedia#hasOperationType": {
"@id": "https://www.w3.org/2019/wot/td#invokeAction"
},
"org-iot:source": "dc15878d-0cbc-4b49-b93a-0812cbd4d65f",
"org-iot:owner": "admin",
"http://www.w3.org/2011/http#methodName": "GET",
"org-iot:uuid": "c7a3d99083006a27f3138d4f0566e8c22fd6a7f5",
"iot-access:endpoint": "https://iotm.thinginthefuture.com/iotmanager/api/v1/objects/TvSalon/action/SetChannelNext?homeid=myhome",
"https://www.w3.org/2019/wot/hypermedia#forContentType": "application/json",
"org-iot:lastUpdated": {
"@value": "1629821564314",
"@type": "xsd:long"
}
},
{
"@id": "http://www.example.com/myhome/form-d2737d27-659c-4fa7-a844-6001d04754f5",
"https://www.w3.org/2019/wot/hypermedia#hasOperationType": {
"@id": "https://www.w3.org/2019/wot/td#invokeAction"
},
"iot-access:endpoint": "https://iotm.thinginthefuture.com/iotmanager/api/v1/objects/TvSalon/action/SetChannelPrev?homeid=myhome",
"org-iot:lastUpdated": {
"@value": "1629821563327",
"@type": "xsd:long"
},
"org-iot:source": "dc15878d-0cbc-4b49-b93a-0812cbd4d65f",
"http://www.w3.org/2011/http#methodName": "GET",
"@type": "https://www.w3.org/2019/wot/hypermedia#Form",
"org-iot:owner": "admin",
"org-iot:creationDate": {
"@value": "1629821563190",
"@type": "xsd:long"
},
"org-iot:uuid": "3656990efc00ede0035837fb48f35a7a1439a46e",
"org-iot:visibility": {
"@value": "255",
"@type": "xsd:int"
},
"https://www.w3.org/2019/wot/hypermedia#forContentType": "application/json"
},
{
"@id": "http://www.example.com/myhome/action-afe72551-46ef-44ad-ba42-44ea4f05b2d9",
"http://purl.org/dc/terms/description": "Get beacon visibility (none, near, medium, far)",
"https://www.w3.org/2019/wot/td#name": "GetState",
"org-iot:source": "dc15878d-0cbc-4b49-b93a-0812cbd4d65f",
"org-iot:lastUpdated": {
"@value": "1629821564011",
"@type": "xsd:long"
},
"https://www.w3.org/2019/wot/td#hasForm": {
"@id": "http://www.example.com/myhome/form-59c28fd0-6a5c-4a15-a128-92b479cfd8e7"
},
"https://www.w3.org/2019/wot/td#isIdempotent": {
"@value": "false",
"@type": "xsd:boolean"
},
"https://www.w3.org/2019/wot/td#isSafe": {
"@value": "false",
"@type": "xsd:boolean"
},
"org-iot:owner": "admin",
"@type": "https://www.w3.org/2019/wot/td#ActionAffordance",
"org-iot:visibility": {
"@value": "255",
"@type": "xsd:int"
},
"http://purl.org/dc/terms/title": "",
"org-iot:creationDate": {
"@value": "1629821563190",
"@type": "xsd:long"
},
"org-iot:uuid": "126033a1a09d12fc0b9c1e964e912e1ff0527d2c"
},
{
"@id": "http://www.example.com/myhome/form-59c28fd0-6a5c-4a15-a128-92b479cfd8e7",
"https://www.w3.org/2019/wot/hypermedia#forContentType": "application/json",
"http://www.w3.org/2011/http#methodName": "GET",
"https://www.w3.org/2019/wot/hypermedia#hasOperationType": {
"@id": "https://www.w3.org/2019/wot/td#invokeAction"
},
"https://www.w3.org/2019/wot/hypermedia#hintsAtMediaType": "xsd:boolean",
"org-iot:uuid": "758a59b3ff4955c46b686ca30549abf5caf49870",
"org-iot:source": "dc15878d-0cbc-4b49-b93a-0812cbd4d65f",
"org-iot:visibility": {
"@value": "255",
"@type": "xsd:int"
},
"org-iot:creationDate": {
"@value": "1629821563190",
"@type": "xsd:long"
},
"@type": "https://www.w3.org/2019/wot/hypermedia#Form",
"org-iot:lastUpdated": {
"@value": "1629821563552",
"@type": "xsd:long"
},
"iot-access:endpoint": "https://iotm.thinginthefuture.com/iotmanager/api/v1/objects/BeaconPauline/action/GetState?homeid=myhome",
"org-iot:owner": "admin"
},
{
"@id": "http://www.example.com/myhome/PriseCuisine",
"org-iot:visibility": {
"@value": "255",
"@type": "xsd:int"
},
"https://www.w3.org/2019/wot/td#name": "Prise Cuisine",
"https://www.w3.org/2019/wot/td#hasEventAffordance": [
{
"@id": "http://www.example.com/myhome/event-9288d5c6-d246-4387-a358-9223cd4e7bb7"
},
{
"@id": "http://www.example.com/myhome/event-26131ae7-a9c9-4935-b3d3-6c920fef02ae"
},
{
"@id": "http://www.example.com/myhome/event-d7a36229-1296-4630-9c25-4fa1fee03506"
}
],
"https://www.w3.org/2019/wot/td#hasActionAffordance": [
{
"@id": "http://www.example.com/myhome/action-d1d18bee-bc58-49e7-b265-c3afcc260a67"
},
{
"@id": "http://www.example.com/myhome/action-99b03d87-d8c5-4665-9d28-240d90f77ae9"
},
{
"@id": "http://www.example.com/myhome/action-726f07b1-4f7c-4cf8-a6c1-dd04357acf9d"
}
],
"org-iot:lastUpdated": {
"@value": "1629821564238",
"@type": "xsd:long"
},
"https://www.w3.org/2019/wot/td#hasPropertyAffordance": [
{
"@id": "http://www.example.com/myhome/property-81b6b06d-fb37-42a2-8747-4992ead612d6"
},
{
"@id": "http://www.example.com/myhome/property-18325e8d-4020-4d76-9c91-fad3603a385c"
}
],
"org-iot:owner": "admin",
"http://purl.org/dc/terms/title": "",
"org-iot:uuid": "137b08de2c5974ee193dfd94a2724c9a2a2fcc44",
"@type": "dogont:PlugwiseGateway",
"dogont:isIn": {
"@id": "http://www.example.com/myhome/kitchen"
},
"org-iot:creationDate": {
"@value": "1629821563190",
"@type": "xsd:long"
},
"http://purl.org/dc/terms/description": "Fibaro smart plug can switch on and off any devices",
"org-iot:source": "dc15878d-0cbc-4b49-b93a-0812cbd4d65f"
},
{
"@id": "http://www.example.com/myhome/event-9288d5c6-d246-4387-a358-9223cd4e7bb7",
"org-iot:creationDate": {
"@value": "1629821563190",
"@type": "xsd:long"
},
"http://purl.org/dc/terms/title": "PowerLevel",
"@type": "https://www.w3.org/2019/wot/td#EventAffordance",
"org-iot:lastUpdated": {
"@value": "1629821563605",
"@type": "xsd:long"
},
"https://www.w3.org/2019/wot/td#hasForm": {
"@id": "http://www.example.com/myhome/form-a417394d-9abd-4b99-9a04-c02c3b39ce32"
},
"https://www.w3.org/2019/wot/td#name": "PowerLevel",
"org-iot:owner": "admin",
"org-iot:source": "dc15878d-0cbc-4b49-b93a-0812cbd4d65f",
"org-iot:visibility": {
"@value": "255",
"@type": "xsd:int"
},
"org-iot:uuid": "26e36a116c8b6763e63a9eb86c0dd110e05f5b54"
},
{
"@id": "http://www.example.com/myhome/action-d1d18bee-bc58-49e7-b265-c3afcc260a67",
"https://www.w3.org/2019/wot/td#isIdempotent": {
"@value": "false",
"@type": "xsd:boolean"
},
"http://purl.org/dc/terms/title": "",
"org-iot:owner": "admin",
"org-iot:creationDate": {
"@value": "1629821563190",
"@type": "xsd:long"
},
"org-iot:source": "dc15878d-0cbc-4b49-b93a-0812cbd4d65f",
"org-iot:uuid": "ad177566437ac6c003b0bd70412c7662e2aa2792",
"https://www.w3.org/2019/wot/td#name": "IsSwitchedOn",
"https://www.w3.org/2019/wot/td#isSafe": {
"@value": "false",
"@type": "xsd:boolean"
},
"http://purl.org/dc/terms/description": "True if the plug is turned on",
"@type": "https://www.w3.org/2019/wot/td#ActionAffordance",
"org-iot:visibility": {
"@value": "255",
"@type": "xsd:int"
},
"https://www.w3.org/2019/wot/td#hasForm": {
"@id": "http://www.example.com/myhome/form-ce2d3fbd-d5eb-43d9-b331-64f5865ffc1b"
},
"org-iot:lastUpdated": {
"@value": "1629821563734",
"@type": "xsd:long"
}
},
{
"@id": "http://www.example.com/myhome/property-81b6b06d-fb37-42a2-8747-4992ead612d6",
"@type": [
"https://www.w3.org/2019/wot/td#PropertyAffordance",
"https://www.w3.org/2019/wot/json-schema#StringSchema"
],
"org-iot:lastUpdated": {
"@value": "1629821563315",
"@type": "xsd:long"
},
"org-iot:visibility": {
"@value": "255",
"@type": "xsd:int"
},
"org-iot:uuid": "32faccc62dfdaf437eabd1edf2654195867dee75",
"org-iot:creationDate": {
"@value": "1629821563190",
"@type": "xsd:long"
},
"http://purl.org/dc/terms/description": "",
"https://www.w3.org/2019/wot/td#name": "Switch",
"org-iot:owner": "admin",
"org-iot:source": "dc15878d-0cbc-4b49-b93a-0812cbd4d65f",
"http://purl.org/dc/terms/title": "Switch"
},
{
"@id": "http://www.example.com/myhome/action-99b03d87-d8c5-4665-9d28-240d90f77ae9",
"@type": "https://www.w3.org/2019/wot/td#ActionAffordance",
"https://www.w3.org/2019/wot/td#name": "Switch",
"http://purl.org/dc/terms/title": "",
"http://purl.org/dc/terms/description": "Turn on or off the plug according to the argument value",
"https://www.w3.org/2019/wot/td#isSafe": {
"@value": "false",
"@type": "xsd:boolean"
},
"org-iot:source": "dc15878d-0cbc-4b49-b93a-0812cbd4d65f",
"org-iot:lastUpdated": {
"@value": "1629821563302",
"@type": "xsd:long"
},
"org-iot:visibility": {
"@value": "255",
"@type": "xsd:int"
},
"org-iot:creationDate": {
"@value": "1629821563190",
"@type": "xsd:long"
},
"https://www.w3.org/2019/wot/td#hasForm": {
"@id": "http://www.example.com/myhome/form-c02411f8-8ae7-483a-9e0b-a7281af3ab93"
},
"org-iot:uuid": "3c3b2f28507fbbc1d685dce0511583791d647fb0",
"https://www.w3.org/2019/wot/td#isIdempotent": {
"@value": "false",
"@type": "xsd:boolean"
},
"org-iot:owner": "admin"
},
{
"@id": "http://www.example.com/myhome/property-18325e8d-4020-4d76-9c91-fad3603a385c",
"org-iot:uuid": "2e82922dc0bdce316ac6aeb5969d5e30edecb846",
"org-iot:creationDate": {
"@value": "1629821563190",
"@type": "xsd:long"
},
"http://purl.org/dc/terms/title": "Power",
"org-iot:owner": "admin",
"@type": [
"https://www.w3.org/2019/wot/td#PropertyAffordance",
"https://www.w3.org/2019/wot/json-schema#StringSchema"
],
"https://www.w3.org/2019/wot/td#name": "Power",
"http://purl.org/dc/terms/description": "",
"org-iot:visibility": {
"@value": "255",
"@type": "xsd:int"
},
"org-iot:source": "dc15878d-0cbc-4b49-b93a-0812cbd4d65f",
"org-iot:lastUpdated": {
"@value": "1629821563529",
"@type": "xsd:long"
}
},
{
"@id": "http://www.example.com/myhome/action-726f07b1-4f7c-4cf8-a6c1-dd04357acf9d",
"@type": "https://www.w3.org/2019/wot/td#ActionAffordance",
"org-iot:source": "dc15878d-0cbc-4b49-b93a-0812cbd4d65f",
"http://purl.org/dc/terms/title": "",
"org-iot:lastUpdated": {
"@value": "1629821564001",
"@type": "xsd:long"
},
"https://www.w3.org/2019/wot/td#hasForm": {
"@id": "http://www.example.com/myhome/form-a542dd57-9400-4b4f-80c0-b9b73d2e7d29"
},
"https://www.w3.org/2019/wot/td#name": "GetPower",
"org-iot:creationDate": {
"@value": "1629821563190",
"@type": "xsd:long"
},
"org-iot:owner": "admin",
"https://www.w3.org/2019/wot/td#isIdempotent": {
"@value": "false",
"@type": "xsd:boolean"
},
"org-iot:uuid": "224b937f32629f1bb023fb6e400f90824d8f471d",
"org-iot:visibility": {
"@value": "255",
"@type": "xsd:int"
},
"https://www.w3.org/2019/wot/td#isSafe": {
"@value": "false",
"@type": "xsd:boolean"
},
"http://purl.org/dc/terms/description": "Devices' power consumption in Watt"
},
{
"@id": "http://www.example.com/myhome/kitchen",
"http://purl.org/dc/terms/title": "kitchen",
"https://www.w3.org/2019/wot/td#name": "kitchen",
"org-iot:owner": "admin",
"org-iot:visibility": {
"@value": "255",
"@type": "xsd:int"
},
"org-iot:source": "dc15878d-0cbc-4b49-b93a-0812cbd4d65f",
"org-iot:creationDate": {
"@value": "1629821563190",
"@type": "xsd:long"
},
"org-iot:lastUpdated": {
"@value": "1629821563936",
"@type": "xsd:long"
},
"org-iot:uuid": "3a0603b496be095f96435925b9a979221e62c2be",
"@type": "dogont:Kitchen"
},
{
"@id": "http://www.example.com/myhome/event-26131ae7-a9c9-4935-b3d3-6c920fef02ae",
"org-iot:owner": "admin",
"@type": "https://www.w3.org/2019/wot/td#EventAffordance",
"org-iot:uuid": "c3d0990397a6165afffefae037c9ed1d439746ed",
"org-iot:lastUpdated": {
"@value": "1629821564514",
"@type": "xsd:long"
},
"https://www.w3.org/2019/wot/td#name": "Power",
"http://purl.org/dc/terms/title": "Power",
"org-iot:visibility": {
"@value": "255",
"@type": "xsd:int"
},
"org-iot:source": "dc15878d-0cbc-4b49-b93a-0812cbd4d65f",
"https://www.w3.org/2019/wot/td#hasForm": {
"@id": "http://www.example.com/myhome/form-92aab7e0-5db2-4026-b384-3790b392c252"
},
"org-iot:creationDate": {
"@value": "1629821563190",
"@type": "xsd:long"
}
},
{
"@id": "http://www.example.com/myhome/event-d7a36229-1296-4630-9c25-4fa1fee03506",
"org-iot:visibility": {
"@value": "255",
"@type": "xsd:int"
},
"https://www.w3.org/2019/wot/td#hasForm": {
"@id": "http://www.example.com/myhome/form-1f225bbf-d170-4e97-81e4-2c64d5fa5ed6"
},
"https://www.w3.org/2019/wot/td#name": "PowerSwitch",
"org-iot:uuid": "0e4e09dba3dd2cac67ea7e86bce2f8e56053938a",
"@type": "https://www.w3.org/2019/wot/td#EventAffordance",
"org-iot:source": "dc15878d-0cbc-4b49-b93a-0812cbd4d65f",
"org-iot:owner": "admin",
"org-iot:lastUpdated": {
"@value": "1629821564093",
"@type": "xsd:long"
},
"http://purl.org/dc/terms/title": "PowerSwitch",
"org-iot:creationDate": {
"@value": "1629821563190",
"@type": "xsd:long"
}
},
{
"@id": "http://www.example.com/myhome/property-7daafe56-6c73-4093-91ed-5d2f79b7539d",
"http://purl.org/dc/terms/title": "DoorDetection",
"org-iot:creationDate": {
"@value": "1629821563190",
"@type": "xsd:long"
},
"@type": [
"https://www.w3.org/2019/wot/td#PropertyAffordance",
"https://www.w3.org/2019/wot/json-schema#StringSchema"
],
"org-iot:lastUpdated": {
"@value": "1629821564503",
"@type": "xsd:long"
},
"org-iot:source": "dc15878d-0cbc-4b49-b93a-0812cbd4d65f",
"org-iot:uuid": "c5afd944f0cb6ab46e80fbf8e08efad9993d4015",
"https://www.w3.org/2019/wot/td#name": "DoorDetection",
"org-iot:owner": "admin",
"org-iot:visibility": {
"@value": "255",
"@type": "xsd:int"
},
"http://purl.org/dc/terms/description": ""
},
{
"@id": "http://www.example.com/myhome/property-afb9f781-17ff-48f2-ad23-c7c350c10bfd",
"http://purl.org/dc/terms/description": "",
"@type": [
"https://www.w3.org/2019/wot/json-schema#StringSchema",
"https://www.w3.org/2019/wot/td#PropertyAffordance"
],
"https://www.w3.org/2019/wot/td#name": "Recording",
"org-iot:source": "dc15878d-0cbc-4b49-b93a-0812cbd4d65f",
"org-iot:owner": "admin",
"http://purl.org/dc/terms/title": "Recording",
"org-iot:visibility": {
"@value": "255",
"@type": "xsd:int"
},
"org-iot:lastUpdated": {
"@value": "1629821563363",
"@type": "xsd:long"
},
"org-iot:uuid": "4043640db2f1976a94ee25b93082eb395f211711",
"org-iot:creationDate": {
"@value": "1629821563190",
"@type": "xsd:long"
}
},
{
"@id": "http://www.example.com/myhome/property-69c5df99-5db7-4bd9-97cd-5cfa506f2a6a",
"org-iot:creationDate": {
"@value": "1629821563190",
"@type": "xsd:long"
},
"http://purl.org/dc/terms/title": "RecordStarted",
"org-iot:lastUpdated": {
"@value": "1629821563241",
"@type": "xsd:long"
},
"https://www.w3.org/2019/wot/td#name": "RecordStarted",
"@type": [
"https://www.w3.org/2019/wot/td#PropertyAffordance",
"https://www.w3.org/2019/wot/json-schema#StringSchema"
],
"org-iot:uuid": "2346d23b2aacfbf0adfa46d4f98dfb59b3b6687a",
"org-iot:owner": "admin",
"org-iot:visibility": {
"@value": "255",
"@type": "xsd:int"
},
"http://purl.org/dc/terms/description": "",
"org-iot:source": "dc15878d-0cbc-4b49-b93a-0812cbd4d65f"
},
{
"@id": "http://www.example.com/myhome/form-9e22a406-91ec-454d-b5ad-0d5e2f8f404a",
"org-iot:lastUpdated": {
"@value": "1629821563338",
"@type": "xsd:long"
},
"org-iot:visibility": {
"@value": "255",
"@type": "xsd:int"
},
"@type": "https://www.w3.org/2019/wot/hypermedia#Form",
"org-iot:source": "dc15878d-0cbc-4b49-b93a-0812cbd4d65f",
"iot-access:endpoint": "https://iotm.thinginthefuture.com/iotmanager/api/v1/objects/CameraEntree/action/Memorize?homeid=myhome",
"org-iot:uuid": "5fb40f98425b38e433340ac68bc14644756e602c",
"https://www.w3.org/2019/wot/hypermedia#hasOperationType": {
"@id": "https://www.w3.org/2019/wot/td#invokeAction"
},
"org-iot:creationDate": {
"@value": "1629821563190",
"@type": "xsd:long"
},
"https://www.w3.org/2019/wot/hypermedia#forContentType": "application/json",
"org-iot:owner": "admin",
"http://www.w3.org/2011/http#methodName": "GET"
},
{
"@id": "http://www.example.com/myhome/form-f38549d6-99a6-4e76-a6a5-ee7cdce6199a",
"https://www.w3.org/2019/wot/hypermedia#hasOperationType": {
"@id": "https://www.w3.org/2019/wot/td#subscribeEvent"
},
"iot-access:endpoint": "mqtt://iotm.thinginthefuture.com/homein/core/iot",
"org-iot:owner": "admin",
"org-iot:visibility": {
"@value": "255",
"@type": "xsd:int"
},
"org-iot:source": "dc15878d-0cbc-4b49-b93a-0812cbd4d65f",
"org-iot:creationDate": {
"@value": "1629821563190",
"@type": "xsd:long"
},
"org-iot:lastUpdated": {
"@value": "1629821564485",
"@type": "xsd:long"
},
"org-iot:uuid": "8f63db0ddfe02553fd272f2ffd501b1472ad2dec"
},
{
"@id": "http://www.example.com/myhome/form-90a3db83-20ce-46f2-b7c8-e830822a360b",
"https://www.w3.org/2019/wot/hypermedia#hasOperationType": {
"@id": "https://www.w3.org/2019/wot/td#subscribeEvent"
},
"iot-access:endpoint": "mqtt://iotm.thinginthefuture.com/homein/core/iot",
"org-iot:owner": "admin",
"org-iot:visibility": {
"@value": "255",
"@type": "xsd:int"
},
"org-iot:source": "dc15878d-0cbc-4b49-b93a-0812cbd4d65f",
"org-iot:creationDate": {
"@value": "1629821563190",
"@type": "xsd:long"
},
"org-iot:lastUpdated": {
"@value": "1629821563277",
"@type": "xsd:long"
},
"org-iot:uuid": "949c5866630b45d2fd1bf6d27f1a867c1e394b9f"
},
{
"@id": "http://www.example.com/myhome/event-d10f27c3-55b3-478d-8a68-b62ce463af99",
"org-iot:lastUpdated": {
"@value": "1629821564133",
"@type": "xsd:long"
},
"org-iot:creationDate": {
"@value": "1629821563190",
"@type": "xsd:long"
},
"org-iot:uuid": "6adbafa66c76e311b4894a09fa261827203696d7",
"http://purl.org/dc/terms/title": "PowerLevel",
"org-iot:visibility": {
"@value": "255",
"@type": "xsd:int"
},
"@type": "https://www.w3.org/2019/wot/td#EventAffordance",
"org-iot:owner": "admin",
"https://www.w3.org/2019/wot/td#name": "PowerLevel",
"org-iot:source": "dc15878d-0cbc-4b49-b93a-0812cbd4d65f",
"https://www.w3.org/2019/wot/td#hasForm": {
"@id": "http://www.example.com/myhome/form-4ba177ce-33a4-461c-bc6e-5494f8553f3b"
}
},
{
"@id": "http://www.example.com/myhome/event-f1430659-664e-451e-8333-447deaace49c",
"https://www.w3.org/2019/wot/td#name": "MotionDetected",
"org-iot:uuid": "87754f840b6d7f6a9c316b0385ec35b4079b4bd5",
"org-iot:owner": "admin",
"org-iot:creationDate": {
"@value": "1629821563190",
"@type": "xsd:long"
},
"https://www.w3.org/2019/wot/td#hasForm": {
"@id": "http://www.example.com/myhome/form-312c62f8-d552-45ba-aba8-b9a0285d66f1"
},
"org-iot:lastUpdated": {
"@value": "1629821563375",
"@type": "xsd:long"
},
"@type": "https://www.w3.org/2019/wot/td#EventAffordance",
"http://purl.org/dc/terms/title": "MotionDetected",
"org-iot:source": "dc15878d-0cbc-4b49-b93a-0812cbd4d65f",
"org-iot:visibility": {
"@value": "255",
"@type": "xsd:int"
}
},
{
"@id": "http://www.example.com/myhome/form-312c62f8-d552-45ba-aba8-b9a0285d66f1",
"https://www.w3.org/2019/wot/hypermedia#hasOperationType": {
"@id": "https://www.w3.org/2019/wot/td#subscribeEvent"
},
"iot-access:endpoint": "mqtt://iotm.thinginthefuture.com/homein/core/iot",
"org-iot:owner": "admin",
"org-iot:visibility": {
"@value": "255",
"@type": "xsd:int"
},
"org-iot:source": "dc15878d-0cbc-4b49-b93a-0812cbd4d65f",
"org-iot:creationDate": {
"@value": "1629821563190",
"@type": "xsd:long"
},
"org-iot:lastUpdated": {
"@value": "1629821563701",
"@type": "xsd:long"
},
"org-iot:uuid": "1edb9cda49f4ae1c74764b53c0256d07a1f0eae3"
},
{
"@id": "http://www.example.com/myhome/form-92aab7e0-5db2-4026-b384-3790b392c252",
"https://www.w3.org/2019/wot/hypermedia#hasOperationType": {
"@id": "https://www.w3.org/2019/wot/td#subscribeEvent"
},
"iot-access:endpoint": "mqtt://iotm.thinginthefuture.com/homein/core/iot",
"org-iot:owner": "admin",
"org-iot:visibility": {
"@value": "255",
"@type": "xsd:int"
},
"org-iot:source": "dc15878d-0cbc-4b49-b93a-0812cbd4d65f",
"org-iot:creationDate": {
"@value": "1629821563190",
"@type": "xsd:long"
},
"org-iot:lastUpdated": {
"@value": "1629821564055",
"@type": "xsd:long"
},
"org-iot:uuid": "5fa1f8d50a93fbbd609ced842f5ef6123e8f1a0d"
},
{
"@id": "http://www.example.com/myhome/action-ccb4fce4-b05b-45c5-be87-433604fcabdd",
"@type": "https://www.w3.org/2019/wot/td#ActionAffordance",
"org-iot:source": "dc15878d-0cbc-4b49-b93a-0812cbd4d65f",
"https://www.w3.org/2019/wot/td#isSafe": {
"@value": "false",
"@type": "xsd:boolean"
},
"org-iot:uuid": "489045981f89248cf2c5b035f1471209ad6b78cc",
"org-iot:visibility": {
"@value": "255",
"@type": "xsd:int"
},
"https://www.w3.org/2019/wot/td#name": "SetChannel",
"https://www.w3.org/2019/wot/td#isIdempotent": {
"@value": "false",
"@type": "xsd:boolean"
},
"https://www.w3.org/2019/wot/td#hasForm": {
"@id": "http://www.example.com/myhome/form-d8f311a8-e304-4560-a990-68a725c7547f"
},
"org-iot:creationDate": {
"@value": "1629821563190",
"@type": "xsd:long"
},
"http://purl.org/dc/terms/description": "Set the channel of the TV",
"http://purl.org/dc/terms/title": "",
"org-iot:lastUpdated": {
"@value": "1629821564364",
"@type": "xsd:long"
},
"org-iot:owner": "admin"
},
{
"@id": "http://www.example.com/myhome/form-d8f311a8-e304-4560-a990-68a725c7547f",
"http://www.w3.org/2011/http#methodName": "GET",
"org-iot:creationDate": {
"@value": "1629821563190",
"@type": "xsd:long"
},
"org-iot:uuid": "4a55406eb42b3a941cf52f02eb2b27e4d04d9bbf",
"org-iot:source": "dc15878d-0cbc-4b49-b93a-0812cbd4d65f",
"org-iot:lastUpdated": {
"@value": "1629821563756",
"@type": "xsd:long"
},
"@type": "https://www.w3.org/2019/wot/hypermedia#Form",
"iot-access:endpoint": "https://iotm.thinginthefuture.com/iotmanager/api/v1/objects/TvSalon/action/SetChannel?homeid=myhome",
"https://www.w3.org/2019/wot/hypermedia#hasOperationType": {
"@id": "https://www.w3.org/2019/wot/td#invokeAction"
},
"org-iot:owner": "admin",
"org-iot:visibility": {
"@value": "255",
"@type": "xsd:int"
},
"https://www.w3.org/2019/wot/hypermedia#forContentType": "application/json"
},
{
"@id": "http://www.example.com/myhome/event-5282566b-668b-4459-bdff-739ae30014e3",
"org-iot:visibility": {
"@value": "255",
"@type": "xsd:int"
},
"http://purl.org/dc/terms/title": "PowerLevel",
"org-iot:source": "dc15878d-0cbc-4b49-b93a-0812cbd4d65f",
"@type": "https://www.w3.org/2019/wot/td#EventAffordance",
"org-iot:owner": "admin",
"https://www.w3.org/2019/wot/td#name": "PowerLevel",
"org-iot:lastUpdated": {
"@value": "1629821563501",
"@type": "xsd:long"
},
"https://www.w3.org/2019/wot/td#hasForm": {
"@id": "http://www.example.com/myhome/form-722e8729-afd5-48e4-b9b9-9fbfff4eaeda"
},
"org-iot:creationDate": {
"@value": "1629821563190",
"@type": "xsd:long"
},
"org-iot:uuid": "13490de384834351be7a7408343df4d52c58321d"
},
{
"@id": "http://www.example.com/myhome/form-722e8729-afd5-48e4-b9b9-9fbfff4eaeda",
"https://www.w3.org/2019/wot/hypermedia#hasOperationType": {
"@id": "https://www.w3.org/2019/wot/td#subscribeEvent"
},
"iot-access:endpoint": "mqtt://iotm.thinginthefuture.com/homein/core/iot",
"org-iot:owner": "admin",
"org-iot:visibility": {
"@value": "255",
"@type": "xsd:int"
},
"org-iot:source": "dc15878d-0cbc-4b49-b93a-0812cbd4d65f",
"org-iot:creationDate": {
"@value": "1629821563190",
"@type": "xsd:long"
},
"org-iot:lastUpdated": {
"@value": "1629821564293",
"@type": "xsd:long"
},
"org-iot:uuid": "993d3b8f983f3ac3abc9c27f4bc4c1d880f47fb0"
},
{
"@id": "http://www.example.com/myhome/action-1150ba09-29fb-4b3c-91b3-05bc1988122c",
"org-iot:owner": "admin",
"org-iot:uuid": "c914e14878f9f1af00b0e9e9ce4d2d64ab228e7d",
"org-iot:source": "dc15878d-0cbc-4b49-b93a-0812cbd4d65f",
"org-iot:creationDate": {
"@value": "1629821563190",
"@type": "xsd:long"
},
"org-iot:visibility": {
"@value": "255",
"@type": "xsd:int"
},
"https://www.w3.org/2019/wot/td#hasForm": {
"@id": "http://www.example.com/myhome/form-a28e8c98-5e25-4d53-8e24-c567d3e7c551"
},
"http://purl.org/dc/terms/title": "",
"https://www.w3.org/2019/wot/td#isIdempotent": {
"@value": "false",
"@type": "xsd:boolean"
},
"https://www.w3.org/2019/wot/td#name": "GetChannel",
"http://purl.org/dc/terms/description": "Retrieve the id of the current selected channel, for example 1",
"@type": "https://www.w3.org/2019/wot/td#ActionAffordance",
"https://www.w3.org/2019/wot/td#isSafe": {
"@value": "false",
"@type": "xsd:boolean"
},
"org-iot:lastUpdated": {
"@value": "1629821564228",
"@type": "xsd:long"
}
},
{
"@id": "http://www.example.com/myhome/form-3afa63a9-8ea9-4afa-b9d3-6ae64146f421",
"https://www.w3.org/2019/wot/hypermedia#hasOperationType": {
"@id": "https://www.w3.org/2019/wot/td#subscribeEvent"
},
"iot-access:endpoint": "mqtt://iotm.thinginthefuture.com/homein/core/iot",
"org-iot:owner": "admin",
"org-iot:visibility": {
"@value": "255",
"@type": "xsd:int"
},
"org-iot:source": "dc15878d-0cbc-4b49-b93a-0812cbd4d65f",
"org-iot:creationDate": {
"@value": "1629821563190",
"@type": "xsd:long"
},
"org-iot:lastUpdated": {
"@value": "1629821564436",
"@type": "xsd:long"
},
"org-iot:uuid": "aaf09b5a79ceeabb6e4be16cbe79a727d81c798d"
},
{
"@id": "http://www.example.com/myhome/event-6ebdccf0-ae8e-44d8-8376-b5c0a69430ce",
"org-iot:lastUpdated": {
"@value": "1629821564448",
"@type": "xsd:long"
},
"https://www.w3.org/2019/wot/td#hasForm": {
"@id": "http://www.example.com/myhome/form-c2c88b1a-ec1b-475a-93de-91ef57b88677"
},
"@type": "https://www.w3.org/2019/wot/td#EventAffordance",
"https://www.w3.org/2019/wot/td#name": "MotionTampering",
"org-iot:creationDate": {
"@value": "1629821563190",
"@type": "xsd:long"
},
"org-iot:owner": "admin",
"org-iot:visibility": {
"@value": "255",
"@type": "xsd:int"
},
"org-iot:source": "dc15878d-0cbc-4b49-b93a-0812cbd4d65f",
"org-iot:uuid": "6e707b3d38136a73ffc48b8f8729dc86e9d4535e",
"http://purl.org/dc/terms/title": "MotionTampering"
},
{
"@id": "http://www.example.com/myhome/form-c2c88b1a-ec1b-475a-93de-91ef57b88677",
"https://www.w3.org/2019/wot/hypermedia#hasOperationType": {
"@id": "https://www.w3.org/2019/wot/td#subscribeEvent"
},
"iot-access:endpoint": "mqtt://iotm.thinginthefuture.com/homein/core/iot",
"org-iot:owner": "admin",
"org-iot:visibility": {
"@value": "255",
"@type": "xsd:int"
},
"org-iot:source": "dc15878d-0cbc-4b49-b93a-0812cbd4d65f",
"org-iot:creationDate": {
"@value": "1629821563190",
"@type": "xsd:long"
},
"org-iot:lastUpdated": {
"@value": "1629821564456",
"@type": "xsd:long"
},
"org-iot:uuid": "16af34d717fc550a88a2f9194728231f6014de40"
},
{
"@id": "http://www.example.com/myhome/form-c02411f8-8ae7-483a-9e0b-a7281af3ab93",
"@type": "https://www.w3.org/2019/wot/hypermedia#Form",
"org-iot:creationDate": {
"@value": "1629821563190",
"@type": "xsd:long"
},
"org-iot:lastUpdated": {
"@value": "1629821563401",
"@type": "xsd:long"
},
"https://www.w3.org/2019/wot/hypermedia#hasOperationType": {
"@id": "https://www.w3.org/2019/wot/td#invokeAction"
},
"org-iot:source": "dc15878d-0cbc-4b49-b93a-0812cbd4d65f",
"org-iot:visibility": {
"@value": "255",
"@type": "xsd:int"
},
"https://www.w3.org/2019/wot/hypermedia#forContentType": "application/json",
"org-iot:uuid": "4f4d501a460aba1df7b8d8b68d58b33d0a5b3408",
"iot-access:endpoint": "https://iotm.thinginthefuture.com/iotmanager/api/v1/objects/PriseCuisine/action/Switch?homeid=myhome",
"http://www.w3.org/2011/http#methodName": "GET",
"org-iot:owner": "admin"
},
{
"@id": "http://www.example.com/myhome/property-40819cf7-e46b-4b21-85db-989ad60fbb0b",
"https://www.w3.org/2019/wot/td#name": "Distance",
"org-iot:source": "dc15878d-0cbc-4b49-b93a-0812cbd4d65f",
"org-iot:creationDate": {
"@value": "1629821563190",
"@type": "xsd:long"
},
"org-iot:lastUpdated": {
"@value": "1629821564475",
"@type": "xsd:long"
},
"org-iot:owner": "admin",
"@type": [
"https://www.w3.org/2019/wot/td#PropertyAffordance",
"https://www.w3.org/2019/wot/json-schema#StringSchema"
],
"org-iot:visibility": {
"@value": "255",
"@type": "xsd:int"
},
"org-iot:uuid": "7bc372436c026590bbf5ddaf85b408cd214d88df",
"http://purl.org/dc/terms/title": "Distance",
"http://purl.org/dc/terms/description": ""
},
{
"@id": "http://www.example.com/myhome/wc",
"http://purl.org/dc/terms/title": "wc",
"https://www.w3.org/2019/wot/td#name": "wc",
"org-iot:owner": "admin",
"org-iot:visibility": {
"@value": "255",
"@type": "xsd:int"
},
"org-iot:source": "dc15878d-0cbc-4b49-b93a-0812cbd4d65f",
"org-iot:creationDate": {
"@value": "1629821563190",
"@type": "xsd:long"
},
"org-iot:lastUpdated": {
"@value": "1629821563689",
"@type": "xsd:long"
},
"org-iot:uuid": "c34c79f0807d783964d194790725cf0099c68fc7",
"@type": "dogont:Room"
},
{
"@id": "http://www.example.com/myhome/event-0624350a-c305-4135-a9d6-cfa1fe3616b7",
"http://purl.org/dc/terms/title": "MotionClear",
"https://www.w3.org/2019/wot/td#name": "MotionClear",
"org-iot:creationDate": {
"@value": "1629821563190",
"@type": "xsd:long"
},
"org-iot:lastUpdated": {
"@value": "1629821564142",
"@type": "xsd:long"
},
"org-iot:owner": "admin",
"org-iot:visibility": {
"@value": "255",
"@type": "xsd:int"
},
"https://www.w3.org/2019/wot/td#hasForm": {
"@id": "http://www.example.com/myhome/form-2e185068-9570-4e2a-813c-489bb6a35ae5"
},
"@type": "https://www.w3.org/2019/wot/td#EventAffordance",
"org-iot:source": "dc15878d-0cbc-4b49-b93a-0812cbd4d65f",
"org-iot:uuid": "15829b2f20d679617bd938a8f013f60706e6d1ec"
},
{
"@id": "http://www.example.com/myhome/action-5a6e1696-3fc5-4a4a-8450-97cacf81185b",
"http://purl.org/dc/terms/title": "",
"org-iot:owner": "admin",
"https://www.w3.org/2019/wot/td#hasForm": {
"@id": "http://www.example.com/myhome/form-3f465422-18f0-4f23-8299-df543e8a4ccb"
},
"org-iot:visibility": {
"@value": "255",
"@type": "xsd:int"
},
"@type": "https://www.w3.org/2019/wot/td#ActionAffordance",
"org-iot:uuid": "1cf7ad6c4a8c6563c8a3ed252c43aba02fbec7b1",
"org-iot:creationDate": {
"@value": "1629821563190",
"@type": "xsd:long"
},
"org-iot:lastUpdated": {
"@value": "1629821564535",
"@type": "xsd:long"
},
"https://www.w3.org/2019/wot/td#isIdempotent": {
"@value": "false",
"@type": "xsd:boolean"
},
"org-iot:source": "dc15878d-0cbc-4b49-b93a-0812cbd4d65f",
"http://purl.org/dc/terms/description": "Goto previous channel (P- button)",
"https://www.w3.org/2019/wot/td#name": "SetChannelPrev",
"https://www.w3.org/2019/wot/td#isSafe": {
"@value": "false",
"@type": "xsd:boolean"
}
},
{
"@id": "http://www.example.com/myhome/form-3f465422-18f0-4f23-8299-df543e8a4ccb",
"@type": "https://www.w3.org/2019/wot/hypermedia#Form",
"org-iot:creationDate": {
"@value": "1629821563190",
"@type": "xsd:long"
},
"org-iot:visibility": {
"@value": "255",
"@type": "xsd:int"
},
"https://www.w3.org/2019/wot/hypermedia#hasOperationType": {
"@id": "https://www.w3.org/2019/wot/td#invokeAction"
},
"https://www.w3.org/2019/wot/hypermedia#forContentType": "application/json",
"org-iot:uuid": "08cd554b5f9fc40a1e17bd4921f2cbf138739420",
"org-iot:source": "dc15878d-0cbc-4b49-b93a-0812cbd4d65f",
"org-iot:lastUpdated": {
"@value": "1629821564037",
"@type": "xsd:long"
},
"iot-access:endpoint": "https://iotm.thinginthefuture.com/iotmanager/api/v1/objects/TvChambre/action/SetChannelPrev?homeid=myhome",
"org-iot:owner": "admin",
"http://www.w3.org/2011/http#methodName": "GET"
},
{
"@id": "http://www.example.com/myhome/form-9b921a47-69c2-4625-a082-1610c2b70abc",
"https://www.w3.org/2019/wot/hypermedia#hasOperationType": {
"@id": "https://www.w3.org/2019/wot/td#subscribeEvent"
},
"iot-access:endpoint": "mqtt://iotm.thinginthefuture.com/homein/core/iot",
"org-iot:owner": "admin",
"org-iot:visibility": {
"@value": "255",
"@type": "xsd:int"
},
"org-iot:source": "dc15878d-0cbc-4b49-b93a-0812cbd4d65f",
"org-iot:creationDate": {
"@value": "1629821563190",
"@type": "xsd:long"
},
"org-iot:lastUpdated": {
"@value": "1629821564019",
"@type": "xsd:long"
},
"org-iot:uuid": "56d0f88a7067e5685eb5b15427db90146960f911"
},
{
"@id": "http://www.example.com/myhome/form-4d0d4dc4-3dce-441c-b2da-1a7263f59d5a",
"https://www.w3.org/2019/wot/hypermedia#hasOperationType": {
"@id": "https://www.w3.org/2019/wot/td#subscribeEvent"
},
"iot-access:endpoint": "mqtt://iotm.thinginthefuture.com/homein/core/iot",
"org-iot:owner": "admin",
"org-iot:visibility": {
"@value": "255",
"@type": "xsd:int"
},
"org-iot:source": "dc15878d-0cbc-4b49-b93a-0812cbd4d65f",
"org-iot:creationDate": {
"@value": "1629821563190",
"@type": "xsd:long"
},
"org-iot:lastUpdated": {
"@value": "1629821563722",
"@type": "xsd:long"
},
"org-iot:uuid": "3bf1a028a326f226f959182488bb144c8a496547"
},
{
"@id": "http://www.example.com/myhome/property-64c25640-ea99-45f3-9324-d348a7552da6",
"org-iot:source": "dc15878d-0cbc-4b49-b93a-0812cbd4d65f",
"@type": [
"https://www.w3.org/2019/wot/td#PropertyAffordance",
"https://www.w3.org/2019/wot/json-schema#StringSchema"
],
"org-iot:creationDate": {
"@value": "1629821563190",
"@type": "xsd:long"
},
"http://purl.org/dc/terms/description": "",
"org-iot:lastUpdated": {
"@value": "1629821563713",
"@type": "xsd:long"
},
"org-iot:visibility": {
"@value": "255",
"@type": "xsd:int"
},
"org-iot:owner": "admin",
"org-iot:uuid": "b214ffbe108f9b409af368dce5a55281605b6a48",
"https://www.w3.org/2019/wot/td#name": "Channel",
"http://purl.org/dc/terms/title": "Channel"
},
{
"@id": "http://www.example.com/myhome/action-4ed5c10f-1eef-46a8-b895-f19cb4cebcd7",
"https://www.w3.org/2019/wot/td#hasForm": {
"@id": "http://www.example.com/myhome/form-8c4b2d7c-3bee-4aea-b985-2f019f9318e3"
},
"org-iot:lastUpdated": {
"@value": "1629821564545",
"@type": "xsd:long"
},
"https://www.w3.org/2019/wot/td#isIdempotent": {
"@value": "false",
"@type": "xsd:boolean"
},
"org-iot:owner": "admin",
"https://www.w3.org/2019/wot/td#isSafe": {
"@value": "false",
"@type": "xsd:boolean"
},
"@type": "https://www.w3.org/2019/wot/td#ActionAffordance",
"http://purl.org/dc/terms/title": "",
"org-iot:visibility": {
"@value": "255",
"@type": "xsd:int"
},
"https://www.w3.org/2019/wot/td#name": "GetChannel",
"org-iot:source": "dc15878d-0cbc-4b49-b93a-0812cbd4d65f",
"http://purl.org/dc/terms/description": "Retrieve the id of the current selected channel, for example 1",
"org-iot:creationDate": {
"@value": "1629821563190",
"@type": "xsd:long"
},
"org-iot:uuid": "633c1b7aba8a9fc0bfb7e9aca7069af3bf00121f"
},
{
"@id": "http://www.example.com/myhome/form-8c4b2d7c-3bee-4aea-b985-2f019f9318e3",
"org-iot:source": "dc15878d-0cbc-4b49-b93a-0812cbd4d65f",
"https://www.w3.org/2019/wot/hypermedia#hasOperationType": {
"@id": "https://www.w3.org/2019/wot/td#invokeAction"
},
"org-iot:owner": "admin",
"org-iot:visibility": {
"@value": "255",
"@type": "xsd:int"
},
"http://www.w3.org/2011/http#methodName": "GET",
"org-iot:creationDate": {
"@value": "1629821563190",
"@type": "xsd:long"
},
"iot-access:endpoint": "https://iotm.thinginthefuture.com/iotmanager/api/v1/objects/TvChambre/action/GetChannel?homeid=myhome",
"https://www.w3.org/2019/wot/hypermedia#forContentType": "application/json",
"@type": "https://www.w3.org/2019/wot/hypermedia#Form",
"org-iot:uuid": "101ad3b186ee24034faf2500dc7b20fabc113a3e",
"org-iot:lastUpdated": {
"@value": "1629821564184",
"@type": "xsd:long"
}
},
{
"@id": "http://www.example.com/myhome/property-6ea7d57e-2a4d-4824-b684-a5d954396f2c",
"http://purl.org/dc/terms/title": "Moving",
"https://www.w3.org/2019/wot/td#name": "Moving",
"org-iot:owner": "admin",
"http://purl.org/dc/terms/description": "",
"org-iot:visibility": {
"@value": "255",
"@type": "xsd:int"
},
"@type": [
"https://www.w3.org/2019/wot/json-schema#StringSchema",
"https://www.w3.org/2019/wot/td#PropertyAffordance"
],
"org-iot:source": "dc15878d-0cbc-4b49-b93a-0812cbd4d65f",
"org-iot:lastUpdated": {
"@value": "1629821564554",
"@type": "xsd:long"
},
"org-iot:uuid": "0120602b7786bf1a2028eea40d756b03971fe252",
"org-iot:creationDate": {
"@value": "1629821563190",
"@type": "xsd:long"
}
},
{
"@id": "http://www.example.com/myhome/form-44b8466c-3a2b-4813-9dca-c43fd379685d",
"https://www.w3.org/2019/wot/hypermedia#hasOperationType": {
"@id": "https://www.w3.org/2019/wot/td#invokeAction"
},
"org-iot:owner": "admin",
"https://www.w3.org/2019/wot/hypermedia#forContentType": "application/json",
"org-iot:visibility": {
"@value": "255",
"@type": "xsd:int"
},
"iot-access:endpoint": "https://iotm.thinginthefuture.com/iotmanager/api/v1/objects/CameraEntree/action/Move?homeid=myhome",
"@type": "https://www.w3.org/2019/wot/hypermedia#Form",
"http://www.w3.org/2011/http#methodName": "GET",
"org-iot:source": "dc15878d-0cbc-4b49-b93a-0812cbd4d65f",
"org-iot:uuid": "04d881993c0855cf6041e2ed0ac0cbe31be9d658",
"org-iot:creationDate": {
"@value": "1629821563190",
"@type": "xsd:long"
},
"org-iot:lastUpdated": {
"@value": "1629821564046",
"@type": "xsd:long"
}
},
{
"@id": "http://www.example.com/myhome/property-c78f3e24-f749-4a63-8d8f-7ddc3d0a086d",
"https://www.w3.org/2019/wot/td#name": "Switch",
"org-iot:visibility": {
"@value": "255",
"@type": "xsd:int"
},
"org-iot:owner": "admin",
"http://purl.org/dc/terms/title": "Switch",
"http://purl.org/dc/terms/description": "",
"@type": [
"https://www.w3.org/2019/wot/td#PropertyAffordance",
"https://www.w3.org/2019/wot/json-schema#StringSchema"
],
"org-iot:lastUpdated": {
"@value": "1629821564394",
"@type": "xsd:long"
},
"org-iot:creationDate": {
"@value": "1629821563190",
"@type": "xsd:long"
},
"org-iot:source": "dc15878d-0cbc-4b49-b93a-0812cbd4d65f",
"org-iot:uuid": "83a56a14232f16e81dd5e85600a75838372cd70f"
},
{
"@id": "http://www.example.com/myhome/action-c2fae43e-d593-44c4-a1a7-42c6b0d521db",
"org-iot:creationDate": {
"@value": "1629821563190",
"@type": "xsd:long"
},
"https://www.w3.org/2019/wot/td#hasForm": {
"@id": "http://www.example.com/myhome/form-7e4ec4e9-98c2-4910-8962-db712e02bf98"
},
"org-iot:uuid": "6dfa9b75161e1d6d2de1dde2c2bc1e9374a01d1b",
"org-iot:visibility": {
"@value": "255",
"@type": "xsd:int"
},
"org-iot:source": "dc15878d-0cbc-4b49-b93a-0812cbd4d65f",
"http://purl.org/dc/terms/title": "",
"org-iot:owner": "admin",
"https://www.w3.org/2019/wot/td#name": "TakePicture",
"https://www.w3.org/2019/wot/td#isSafe": {
"@value": "false",
"@type": "xsd:boolean"
},
"http://purl.org/dc/terms/description": "Take a picture with the camera",
"@type": "https://www.w3.org/2019/wot/td#ActionAffordance",
"https://www.w3.org/2019/wot/td#isIdempotent": {
"@value": "false",
"@type": "xsd:boolean"
},
"org-iot:lastUpdated": {
"@value": "1629821564249",
"@type": "xsd:long"
}
},
{
"@id": "http://www.example.com/myhome/living-room",
"http://purl.org/dc/terms/title": "living room",
"https://www.w3.org/2019/wot/td#name": "living room",
"org-iot:owner": "admin",
"org-iot:visibility": {
"@value": "255",
"@type": "xsd:int"
},
"org-iot:source": "dc15878d-0cbc-4b49-b93a-0812cbd4d65f",
"org-iot:creationDate": {
"@value": "1629821563190",
"@type": "xsd:long"
},
"org-iot:lastUpdated": {
"@value": "1629821564325",
"@type": "xsd:long"
},
"org-iot:uuid": "a1da5704e69a465c7f3279b4aa7df2c69d4206f7",
"@type": "dogont:LivingRoom"
},
{
"@id": "http://www.example.com/myhome/event-a31503ab-ec1c-4b99-9c04-263cf5001cd1",
"@type": "https://www.w3.org/2019/wot/td#EventAffordance",
"org-iot:creationDate": {
"@value": "1629821563190",
"@type": "xsd:long"
},
"https://www.w3.org/2019/wot/td#name": "Power",
"http://purl.org/dc/terms/title": "Power",
"org-iot:owner": "admin",
"org-iot:source": "dc15878d-0cbc-4b49-b93a-0812cbd4d65f",
"https://www.w3.org/2019/wot/td#hasForm": {
"@id": "http://www.example.com/myhome/form-4d0d4dc4-3dce-441c-b2da-1a7263f59d5a"
},
"org-iot:visibility": {
"@value": "255",
"@type": "xsd:int"
},
"org-iot:lastUpdated": {
"@value": "1629821563645",
"@type": "xsd:long"
},
"org-iot:uuid": "420fab54864767cc9a54588eb76aea8dcf1fe0a6"
},
{
"@id": "http://www.example.com/myhome/BeaconPauline",
"@type": "eupont:Beacon",
"http://purl.org/dc/terms/description": "Beacon detection",
"org-iot:source": "dc15878d-0cbc-4b49-b93a-0812cbd4d65f",
"org-iot:lastUpdated": {
"@value": "1629821564104",
"@type": "xsd:long"
},
"https://www.w3.org/2019/wot/td#name": "Beacon Pauline",
"org-iot:visibility": {
"@value": "255",
"@type": "xsd:int"
},
"org-iot:owner": "admin",
"https://www.w3.org/2019/wot/td#hasPropertyAffordance": {
"@id": "http://www.example.com/myhome/property-40819cf7-e46b-4b21-85db-989ad60fbb0b"
},
"https://www.w3.org/2019/wot/td#hasActionAffordance": {
"@id": "http://www.example.com/myhome/action-afe72551-46ef-44ad-ba42-44ea4f05b2d9"
},
"org-iot:creationDate": {
"@value": "1629821563190",
"@type": "xsd:long"
},
"org-iot:uuid": "ba60a46aa4cc25f690d78a1920fc870965e83a7f",
"http://purl.org/dc/terms/title": ""
},
{
"@id": "http://www.example.com/myhome/form-ce0f4189-5b2b-4973-804a-fde0187a89c6",
"org-iot:owner": "admin",
"org-iot:visibility": {
"@value": "255",
"@type": "xsd:int"
},
"iot-access:endpoint": "https://iotm.thinginthefuture.com/iotmanager/api/v1/objects/PriseSalon/action/IsSwitchedOn?homeid=myhome",
"@type": "https://www.w3.org/2019/wot/hypermedia#Form",
"https://www.w3.org/2019/wot/hypermedia#forContentType": "application/json",
"org-iot:source": "dc15878d-0cbc-4b49-b93a-0812cbd4d65f",
"https://www.w3.org/2019/wot/hypermedia#hintsAtMediaType": "xsd:boolean",
"org-iot:uuid": "cde13959b69dce5472a9251ccd8a7c7ef635290f",
"http://www.w3.org/2011/http#methodName": "GET",
"org-iot:creationDate": {
"@value": "1629821563190",
"@type": "xsd:long"
},
"org-iot:lastUpdated": {
"@value": "1629821563843",
"@type": "xsd:long"
},
"https://www.w3.org/2019/wot/hypermedia#hasOperationType": {
"@id": "https://www.w3.org/2019/wot/td#invokeAction"
}
},
{
"@id": "http://www.example.com/myhome/action-e0846459-8449-4b20-acff-27e6def5f56c",
"org-iot:lastUpdated": {
"@value": "1629821563809",
"@type": "xsd:long"
},
"https://www.w3.org/2019/wot/td#isIdempotent": {
"@value": "false",
"@type": "xsd:boolean"
},
"https://www.w3.org/2019/wot/td#isSafe": {
"@value": "false",
"@type": "xsd:boolean"
},
"org-iot:creationDate": {
"@value": "1629821563190",
"@type": "xsd:long"
},
"https://www.w3.org/2019/wot/td#name": "SetChannel",
"http://purl.org/dc/terms/description": "Set the channel of the TV",
"org-iot:source": "dc15878d-0cbc-4b49-b93a-0812cbd4d65f",
"https://www.w3.org/2019/wot/td#hasForm": {
"@id": "http://www.example.com/myhome/form-ef5d6a74-4e25-4b5b-8639-dff8c3abc7fc"
},
"org-iot:uuid": "c44d3ed8a80ce937d8b4409e5743a3f315337615",
"http://purl.org/dc/terms/title": "",
"@type": "https://www.w3.org/2019/wot/td#ActionAffordance",
"org-iot:owner": "admin",
"org-iot:visibility": {
"@value": "255",
"@type": "xsd:int"
}
},
{
"@id": "http://www.example.com/myhome/event-cc4c9dcc-4be5-462e-a652-d7393f5cca04",
"org-iot:uuid": "6f3fd6e309861b41085853572eadbb182d3f4275",
"http://purl.org/dc/terms/title": "DoorOpen",
"org-iot:lastUpdated": {
"@value": "1629821564207",
"@type": "xsd:long"
},
"org-iot:visibility": {
"@value": "255",
"@type": "xsd:int"
},
"@type": "https://www.w3.org/2019/wot/td#EventAffordance",
"org-iot:owner": "admin",
"https://www.w3.org/2019/wot/td#name": "DoorOpen",
"org-iot:source": "dc15878d-0cbc-4b49-b93a-0812cbd4d65f",
"org-iot:creationDate": {
"@value": "1629821563190",
"@type": "xsd:long"
},
"https://www.w3.org/2019/wot/td#hasForm": {
"@id": "http://www.example.com/myhome/form-f38549d6-99a6-4e76-a6a5-ee7cdce6199a"
}
},
{
"@id": "http://www.example.com/myhome/property-935b17fc-9450-4f1f-8407-52ed25f02b35",
"org-iot:source": "dc15878d-0cbc-4b49-b93a-0812cbd4d65f",
"org-iot:lastUpdated": {
"@value": "1629821564595",
"@type": "xsd:long"
},
"@type": [
"https://www.w3.org/2019/wot/td#PropertyAffordance",
"https://www.w3.org/2019/wot/json-schema#StringSchema"
],
"http://purl.org/dc/terms/description": "",
"org-iot:uuid": "5ec63d845c5dcb6d5347d578f8a4bda1d19eecf2",
"http://purl.org/dc/terms/title": "Channel",
"https://www.w3.org/2019/wot/td#name": "Channel",
"org-iot:visibility": {
"@value": "255",
"@type": "xsd:int"
},
"org-iot:creationDate": {
"@value": "1629821563190",
"@type": "xsd:long"
},
"org-iot:owner": "admin"
},
{
"@id": "http://www.example.com/myhome/event-71497f7b-7b3d-4d22-9948-651b0d307696",
"https://www.w3.org/2019/wot/td#hasForm": {
"@id": "http://www.example.com/myhome/form-e897d778-4759-4563-a1e4-bc06d55ff492"
},
"@type": "https://www.w3.org/2019/wot/td#EventAffordance",
"org-iot:visibility": {
"@value": "255",
"@type": "xsd:int"
},
"org-iot:uuid": "5adc78794ac0b8591b675eb0dcb2cef032c495d8",
"org-iot:lastUpdated": {
"@value": "1629821564576",
"@type": "xsd:long"
},
"org-iot:creationDate": {
"@value": "1629821563190",
"@type": "xsd:long"
},
"https://www.w3.org/2019/wot/td#name": "Power",
"org-iot:owner": "admin",
"org-iot:source": "dc15878d-0cbc-4b49-b93a-0812cbd4d65f",
"http://purl.org/dc/terms/title": "Power"
},
{
"@id": "http://www.example.com/myhome/property-0156a53d-4309-4894-8499-96de0120a694",
"org-iot:source": "dc15878d-0cbc-4b49-b93a-0812cbd4d65f",
"https://www.w3.org/2019/wot/td#name": "Switch",
"@type": [
"https://www.w3.org/2019/wot/td#PropertyAffordance",
"https://www.w3.org/2019/wot/json-schema#StringSchema"
],
"org-iot:uuid": "145c15078eddae0e32984a2284d1ee0703862e6b",
"org-iot:owner": "admin",
"org-iot:visibility": {
"@value": "255",
"@type": "xsd:int"
},
"http://purl.org/dc/terms/description": "",
"org-iot:creationDate": {
"@value": "1629821563190",
"@type": "xsd:long"
},
"http://purl.org/dc/terms/title": "Switch",
"org-iot:lastUpdated": {
"@value": "1629821564402",
"@type": "xsd:long"
}
},
{
"@id": "http://www.example.com/myhome/event-81439750-033b-454c-884c-c54f6e1bda60",
"https://www.w3.org/2019/wot/td#hasForm": {
"@id": "http://www.example.com/myhome/form-0003056a-3781-46c2-8655-9b20a01e3361"
},
"@type": "https://www.w3.org/2019/wot/td#EventAffordance",
"org-iot:uuid": "33a55f78b36e35947147287147af18d746be4bd3",
"org-iot:visibility": {
"@value": "255",
"@type": "xsd:int"
},
"org-iot:owner": "admin",
"org-iot:lastUpdated": {
"@value": "1629821564150",
"@type": "xsd:long"
},
"https://www.w3.org/2019/wot/td#name": "ChannelSet",
"org-iot:creationDate": {
"@value": "1629821563190",
"@type": "xsd:long"
},
"http://purl.org/dc/terms/title": "ChannelSet",
"org-iot:source": "dc15878d-0cbc-4b49-b93a-0812cbd4d65f"
},
{
"@id": "http://www.example.com/myhome/form-0003056a-3781-46c2-8655-9b20a01e3361",
"https://www.w3.org/2019/wot/hypermedia#hasOperationType": {
"@id": "https://www.w3.org/2019/wot/td#subscribeEvent"
},
"iot-access:endpoint": "mqtt://iotm.thinginthefuture.com/homein/core/iot",
"org-iot:owner": "admin",
"org-iot:visibility": {
"@value": "255",
"@type": "xsd:int"
},
"org-iot:source": "dc15878d-0cbc-4b49-b93a-0812cbd4d65f",
"org-iot:creationDate": {
"@value": "1629821563190",
"@type": "xsd:long"
},
"org-iot:lastUpdated": {
"@value": "1629821564065",
"@type": "xsd:long"
},
"org-iot:uuid": "509dec075c594f74e53ce619012190c8e57ff805"
},
{
"@id": "http://www.example.com/myhome/action-9596280f-7952-4e4e-86aa-c4f8f83a2437",
"org-iot:source": "dc15878d-0cbc-4b49-b93a-0812cbd4d65f",
"http://purl.org/dc/terms/title": "",
"https://www.w3.org/2019/wot/td#isSafe": {
"@value": "false",
"@type": "xsd:boolean"
},
"org-iot:lastUpdated": {
"@value": "1629821564525",
"@type": "xsd:long"
},
"https://www.w3.org/2019/wot/td#name": "IsSwitchedOn",
"org-iot:visibility": {
"@value": "255",
"@type": "xsd:int"
},
"https://www.w3.org/2019/wot/td#isIdempotent": {
"@value": "false",
"@type": "xsd:boolean"
},
"org-iot:owner": "admin",
"@type": "https://www.w3.org/2019/wot/td#ActionAffordance",
"org-iot:uuid": "9de051cc32eb3a50dcedc40eb9d8cf29f2a87a41",
"org-iot:creationDate": {
"@value": "1629821563190",
"@type": "xsd:long"
},
"http://purl.org/dc/terms/description": "True if the plug is turned on",
"https://www.w3.org/2019/wot/td#hasForm": {
"@id": "http://www.example.com/myhome/form-ce0f4189-5b2b-4973-804a-fde0187a89c6"
}
},
{
"@id": "http://www.example.com/myhome/form-8e27208e-d497-4738-a98a-24d1b7893299",
"https://www.w3.org/2019/wot/hypermedia#hasOperationType": {
"@id": "https://www.w3.org/2019/wot/td#subscribeEvent"
},
"iot-access:endpoint": "mqtt://iotm.thinginthefuture.com/homein/core/iot",
"org-iot:owner": "admin",
"org-iot:visibility": {
"@value": "255",
"@type": "xsd:int"
},
"org-iot:source": "dc15878d-0cbc-4b49-b93a-0812cbd4d65f",
"org-iot:creationDate": {
"@value": "1629821563190",
"@type": "xsd:long"
},
"org-iot:lastUpdated": {
"@value": "1629821564384",
"@type": "xsd:long"
},
"org-iot:uuid": "7b7e353ef8a8ba6fb4bba685b48a0044960b42ee"
},
{
"@id": "http://www.example.com/myhome/form-83686f4a-5c69-4f6c-90c1-7845971631f5",
"https://www.w3.org/2019/wot/hypermedia#hasOperationType": {
"@id": "https://www.w3.org/2019/wot/td#subscribeEvent"
},
"iot-access:endpoint": "mqtt://iotm.thinginthefuture.com/homein/core/iot",
"org-iot:owner": "admin",
"org-iot:visibility": {
"@value": "255",
"@type": "xsd:int"
},
"org-iot:source": "dc15878d-0cbc-4b49-b93a-0812cbd4d65f",
"org-iot:creationDate": {
"@value": "1629821563190",
"@type": "xsd:long"
},
"org-iot:lastUpdated": {
"@value": "1629821564125",
"@type": "xsd:long"
},
"org-iot:uuid": "2ccfc52695d0c7196df8845209deb05ea215afc8"
},
{
"@id": "http://www.example.com/myhome/property-aafb0c31-9d04-4e53-9437-3c21c695e820",
"@type": [
"https://www.w3.org/2019/wot/json-schema#StringSchema",
"https://www.w3.org/2019/wot/td#PropertyAffordance"
],
"http://purl.org/dc/terms/description": "",
"https://www.w3.org/2019/wot/td#name": "Temperature",
"org-iot:lastUpdated": {
"@value": "1629821563769",
"@type": "xsd:long"
},
"org-iot:uuid": "7a8f0fa2bb8f9eb15d73177ec86c09363b62ceca",
"http://purl.org/dc/terms/title": "Temperature",
"org-iot:owner": "admin",
"org-iot:visibility": {
"@value": "255",
"@type": "xsd:int"
},
"org-iot:source": "dc15878d-0cbc-4b49-b93a-0812cbd4d65f",
"org-iot:creationDate": {
"@value": "1629821563190",
"@type": "xsd:long"
}
},
{
"@id": "http://www.example.com/myhome/entrance",
"http://purl.org/dc/terms/title": "entrance",
"https://www.w3.org/2019/wot/td#name": "entrance",
"org-iot:owner": "admin",
"org-iot:visibility": {
"@value": "255",
"@type": "xsd:int"
},
"org-iot:source": "dc15878d-0cbc-4b49-b93a-0812cbd4d65f",
"org-iot:creationDate": {
"@value": "1629821563190",
"@type": "xsd:long"
},
"org-iot:lastUpdated": {
"@value": "1629821563904",
"@type": "xsd:long"
},
"org-iot:uuid": "2da5638f32759b14d1625756ede1f5e43276e89b",
"@type": "dogont:Room"
},
{
"@id": "http://www.example.com/myhome/form-9db5e0a1-db8d-438a-adad-5088c31847fc",
"https://www.w3.org/2019/wot/hypermedia#hasOperationType": {
"@id": "https://www.w3.org/2019/wot/td#subscribeEvent"
},
"iot-access:endpoint": "mqtt://iotm.thinginthefuture.com/homein/core/iot",
"org-iot:owner": "admin",
"org-iot:visibility": {
"@value": "255",
"@type": "xsd:int"
},
"org-iot:source": "dc15878d-0cbc-4b49-b93a-0812cbd4d65f",
"org-iot:creationDate": {
"@value": "1629821563190",
"@type": "xsd:long"
},
"org-iot:lastUpdated": {
"@value": "1629821563655",
"@type": "xsd:long"
},
"org-iot:uuid": "a398713af287ae9c87133f866eeac7d62e47aabc"
},
{
"@id": "http://www.example.com/myhome/event-8e53ce99-241c-4f17-a796-39d1a240dccf",
"org-iot:lastUpdated": {
"@value": "1629821563386",
"@type": "xsd:long"
},
"https://www.w3.org/2019/wot/td#name": "Temperature",
"https://www.w3.org/2019/wot/td#hasForm": {
"@id": "http://www.example.com/myhome/form-ec2432c4-4221-4dac-aee7-0770d5f66ad5"
},
"@type": "https://www.w3.org/2019/wot/td#EventAffordance",
"org-iot:source": "dc15878d-0cbc-4b49-b93a-0812cbd4d65f",
"org-iot:owner": "admin",
"org-iot:visibility": {
"@value": "255",
"@type": "xsd:int"
},
"org-iot:creationDate": {
"@value": "1629821563190",
"@type": "xsd:long"
},
"http://purl.org/dc/terms/title": "Temperature",
"org-iot:uuid": "a58a7356ac5e523b3457446fc1f21cb00cd2eb47"
},
{
"@id": "http://www.example.com/myhome/form-ec2432c4-4221-4dac-aee7-0770d5f66ad5",
"https://www.w3.org/2019/wot/hypermedia#hasOperationType": {
"@id": "https://www.w3.org/2019/wot/td#subscribeEvent"
},
"iot-access:endpoint": "mqtt://iotm.thinginthefuture.com/homein/core/iot",
"org-iot:owner": "admin",
"org-iot:visibility": {
"@value": "255",
"@type": "xsd:int"
},
"org-iot:source": "dc15878d-0cbc-4b49-b93a-0812cbd4d65f",
"org-iot:creationDate": {
"@value": "1629821563190",
"@type": "xsd:long"
},
"org-iot:lastUpdated": {
"@value": "1629821564028",
"@type": "xsd:long"
},
"org-iot:uuid": "33f0cd3eaece622b255a93719cbc83a873aee79e"
},
{
"@id": "http://www.example.com/myhome/action-176a4ec5-fa03-4565-a6fe-1d8df94e080a",
"http://purl.org/dc/terms/description": "Move the the camera: Reset, Left, Right, Top, Bottom, TopLeft, BottomLeft, ...",
"https://www.w3.org/2019/wot/td#name": "Move",
"https://www.w3.org/2019/wot/td#isSafe": {
"@value": "false",
"@type": "xsd:boolean"
},
"org-iot:source": "dc15878d-0cbc-4b49-b93a-0812cbd4d65f",
"https://www.w3.org/2019/wot/td#hasForm": {
"@id": "http://www.example.com/myhome/form-44b8466c-3a2b-4813-9dca-c43fd379685d"
},
"https://www.w3.org/2019/wot/td#isIdempotent": {
"@value": "false",
"@type": "xsd:boolean"
},
"org-iot:creationDate": {
"@value": "1629821563190",
"@type": "xsd:long"
},
"org-iot:uuid": "5575eacebf4f959ea0e6f4b42d1fb7cb986302b0",
"http://purl.org/dc/terms/title": "",
"org-iot:owner": "admin",
"org-iot:visibility": {
"@value": "255",
"@type": "xsd:int"
},
"org-iot:lastUpdated": {
"@value": "1629821563429",
"@type": "xsd:long"
},
"@type": "https://www.w3.org/2019/wot/td#ActionAffordance"
},
{
"@id": "http://www.example.com/myhome/form-5830c74e-c469-4bf0-a0c7-3c66084db610",
"http://www.w3.org/2011/http#methodName": "GET",
"org-iot:uuid": "579c51e5b893fe8a49ce1f7d486800512be10f9f",
"org-iot:source": "dc15878d-0cbc-4b49-b93a-0812cbd4d65f",
"@type": "https://www.w3.org/2019/wot/hypermedia#Form",
"org-iot:creationDate": {
"@value": "1629821563190",
"@type": "xsd:long"
},
"org-iot:owner": "admin",
"org-iot:lastUpdated": {
"@value": "1629821564335",
"@type": "xsd:long"
},
"iot-access:endpoint": "https://iotm.thinginthefuture.com/iotmanager/api/v1/objects/TvChambre/action/SetChannelNext?homeid=myhome",
"org-iot:visibility": {
"@value": "255",
"@type": "xsd:int"
},
"https://www.w3.org/2019/wot/hypermedia#hasOperationType": {
"@id": "https://www.w3.org/2019/wot/td#invokeAction"
},
"https://www.w3.org/2019/wot/hypermedia#forContentType": "application/json"
},
{
"@id": "http://www.example.com/myhome/event-7ea90a0d-6342-4e37-bacd-cc6d390b7b1d",
"https://www.w3.org/2019/wot/td#hasForm": {
"@id": "http://www.example.com/myhome/form-83686f4a-5c69-4f6c-90c1-7845971631f5"
},
"https://www.w3.org/2019/wot/td#name": "DoorClosed",
"org-iot:owner": "admin",
"org-iot:source": "dc15878d-0cbc-4b49-b93a-0812cbd4d65f",
"http://purl.org/dc/terms/title": "DoorClosed",
"org-iot:creationDate": {
"@value": "1629821563190",
"@type": "xsd:long"
},
"org-iot:uuid": "1ca893073b761d910f62a6aa1db375dc85b442ec",
"org-iot:visibility": {
"@value": "255",
"@type": "xsd:int"
},
"@type": "https://www.w3.org/2019/wot/td#EventAffordance",
"org-iot:lastUpdated": {
"@value": "1629821563926",
"@type": "xsd:long"
}
},
{
"@id": "http://www.example.com/myhome/form-1f225bbf-d170-4e97-81e4-2c64d5fa5ed6",
"https://www.w3.org/2019/wot/hypermedia#hasOperationType": {
"@id": "https://www.w3.org/2019/wot/td#subscribeEvent"
},
"iot-access:endpoint": "mqtt://iotm.thinginthefuture.com/homein/core/iot",
"org-iot:owner": "admin",
"org-iot:visibility": {
"@value": "255",
"@type": "xsd:int"
},
"org-iot:source": "dc15878d-0cbc-4b49-b93a-0812cbd4d65f",
"org-iot:creationDate": {
"@value": "1629821563190",
"@type": "xsd:long"
},
"org-iot:lastUpdated": {
"@value": "1629821563665",
"@type": "xsd:long"
},
"org-iot:uuid": "94adbd9af0372dfc109010a559d4bd38cad03c26"
},
{
"@id": "http://www.example.com/myhome/event-fcd6ed12-94c3-4258-8e95-ec4c86a29955",
"org-iot:creationDate": {
"@value": "1629821563190",
"@type": "xsd:long"
},
"org-iot:uuid": "d464e8549de398e64fecf3d9b1347831c526e10f",
"https://www.w3.org/2019/wot/td#name": "PowerLevel",
"org-iot:lastUpdated": {
"@value": "1629821563586",
"@type": "xsd:long"
},
"http://purl.org/dc/terms/title": "PowerLevel",
"org-iot:source": "dc15878d-0cbc-4b49-b93a-0812cbd4d65f",
"org-iot:owner": "admin",
"org-iot:visibility": {
"@value": "255",
"@type": "xsd:int"
},
"@type": "https://www.w3.org/2019/wot/td#EventAffordance",
"https://www.w3.org/2019/wot/td#hasForm": {
"@id": "http://www.example.com/myhome/form-9b921a47-69c2-4625-a082-1610c2b70abc"
}
},
{
"@id": "http://www.example.com/myhome/event-7ef2d929-7a2a-415c-bc6b-2b04db47954d",
"https://www.w3.org/2019/wot/td#hasForm": {
"@id": "http://www.example.com/myhome/form-3afa63a9-8ea9-4afa-b9d3-6ae64146f421"
},
"http://purl.org/dc/terms/title": "PowerSwitch",
"@type": "https://www.w3.org/2019/wot/td#EventAffordance",
"org-iot:visibility": {
"@value": "255",
"@type": "xsd:int"
},
"org-iot:uuid": "ace6944d95108a9431d827b6a2f112f46ab1496f",
"org-iot:owner": "admin",
"org-iot:source": "dc15878d-0cbc-4b49-b93a-0812cbd4d65f",
"https://www.w3.org/2019/wot/td#name": "PowerSwitch",
"org-iot:creationDate": {
"@value": "1629821563190",
"@type": "xsd:long"
},
"org-iot:lastUpdated": {
"@value": "1629821563797",
"@type": "xsd:long"
}
},
{
"@id": "http://www.example.com/myhome/TvChambre",
"http://purl.org/dc/terms/description": "Generic TV Controller supporting Orange STB and KODI API",
"https://www.w3.org/2019/wot/td#hasEventAffordance": [
{
"@id": "http://www.example.com/myhome/event-d10f27c3-55b3-478d-8a68-b62ce463af99"
},
{
"@id": "http://www.example.com/myhome/event-a31503ab-ec1c-4b99-9c04-263cf5001cd1"
},
{
"@id": "http://www.example.com/myhome/event-aa5ba6a6-c78f-43ba-8915-0154d0794fc4"
}
],
"https://www.w3.org/2019/wot/td#hasActionAffordance": [
{
"@id": "http://www.example.com/myhome/action-f17f5287-3118-466c-9e7d-367cb988b4e2"
},
{
"@id": "http://www.example.com/myhome/action-5a6e1696-3fc5-4a4a-8450-97cacf81185b"
},
{
"@id": "http://www.example.com/myhome/action-4ed5c10f-1eef-46a8-b895-f19cb4cebcd7"
},
{
"@id": "http://www.example.com/myhome/action-e0846459-8449-4b20-acff-27e6def5f56c"
}
],
"https://www.w3.org/2019/wot/td#hasPropertyAffordance": [
{
"@id": "http://www.example.com/myhome/property-64c25640-ea99-45f3-9324-d348a7552da6"
},
{
"@id": "http://www.example.com/myhome/property-91d5edb2-d1bf-4fdd-b647-92902495a60c"
}
],
"@type": "dogont:Tv",
"org-iot:visibility": {
"@value": "255",
"@type": "xsd:int"
},
"org-iot:creationDate": {
"@value": "1629821563190",
"@type": "xsd:long"
},
"org-iot:owner": "admin",
"org-iot:source": "dc15878d-0cbc-4b49-b93a-0812cbd4d65f",
"http://purl.org/dc/terms/title": "",
"org-iot:uuid": "0d9abfecbec99a26e93487d57cb6880ea99c67ff",
"https://www.w3.org/2019/wot/td#name": "Tv Chambre",
"dogont:isIn": {
"@id": "http://www.example.com/myhome/bedroom-1"
},
"org-iot:lastUpdated": {
"@value": "1629821564082",
"@type": "xsd:long"
}
},
{
"@id": "http://www.example.com/myhome/action-f17f5287-3118-466c-9e7d-367cb988b4e2",
"org-iot:source": "dc15878d-0cbc-4b49-b93a-0812cbd4d65f",
"http://purl.org/dc/terms/title": "",
"http://purl.org/dc/terms/description": "Goto next channel (P+ button)",
"https://www.w3.org/2019/wot/td#hasForm": {
"@id": "http://www.example.com/myhome/form-5830c74e-c469-4bf0-a0c7-3c66084db610"
},
"org-iot:creationDate": {
"@value": "1629821563190",
"@type": "xsd:long"
},
"@type": "https://www.w3.org/2019/wot/td#ActionAffordance",
"https://www.w3.org/2019/wot/td#name": "SetChannelNext",
"https://www.w3.org/2019/wot/td#isIdempotent": {
"@value": "false",
"@type": "xsd:boolean"
},
"org-iot:owner": "admin",
"https://www.w3.org/2019/wot/td#isSafe": {
"@value": "false",
"@type": "xsd:boolean"
},
"org-iot:lastUpdated": {
"@value": "1629821563634",
"@type": "xsd:long"
},
"org-iot:visibility": {
"@value": "255",
"@type": "xsd:int"
},
"org-iot:uuid": "6d85064cf81d9682a06f1168c18e0e568dbe0ec4"
},
{
"@id": "http://www.example.com/myhome/event-aa5ba6a6-c78f-43ba-8915-0154d0794fc4",
"org-iot:creationDate": {
"@value": "1629821563190",
"@type": "xsd:long"
},
"https://www.w3.org/2019/wot/td#hasForm": {
"@id": "http://www.example.com/myhome/form-9db5e0a1-db8d-438a-adad-5088c31847fc"
},
"@type": "https://www.w3.org/2019/wot/td#EventAffordance",
"org-iot:owner": "admin",
"org-iot:visibility": {
"@value": "255",
"@type": "xsd:int"
},
"org-iot:uuid": "7600bedcb9016fc0d757b7b4c66c91806e7d51d0",
"http://purl.org/dc/terms/title": "ChannelSet",
"https://www.w3.org/2019/wot/td#name": "ChannelSet",
"org-iot:lastUpdated": {
"@value": "1629821564346",
"@type": "xsd:long"
},
"org-iot:source": "dc15878d-0cbc-4b49-b93a-0812cbd4d65f"
},
{
"@id": "http://www.example.com/myhome/bedroom-1",
"http://purl.org/dc/terms/title": "bedroom shared by Pauline and Léa",
"https://www.w3.org/2019/wot/td#name": "bedroom 1",
"org-iot:owner": "admin",
"org-iot:visibility": {
"@value": "255",
"@type": "xsd:int"
},
"org-iot:source": "dc15878d-0cbc-4b49-b93a-0812cbd4d65f",
"org-iot:creationDate": {
"@value": "1629821563190",
"@type": "xsd:long"
},
"org-iot:lastUpdated": {
"@value": "1629821564494",
"@type": "xsd:long"
},
"org-iot:uuid": "0d9ea651ac0172df6a393960fe49f89656bf8a6c",
"@type": "dogont:Bedroom"
},
{
"@id": "http://www.example.com/myhome/bedroom-2",
"http://purl.org/dc/terms/title": "Tom's bedroom",
"https://www.w3.org/2019/wot/td#name": "bedroom 2",
"org-iot:owner": "admin",
"org-iot:visibility": {
"@value": "255",
"@type": "xsd:int"
},
"org-iot:source": "dc15878d-0cbc-4b49-b93a-0812cbd4d65f",
"org-iot:creationDate": {
"@value": "1629821563190",
"@type": "xsd:long"
},
"org-iot:lastUpdated": {
"@value": "1629821564414",
"@type": "xsd:long"
},
"org-iot:uuid": "d12cc2b3dd6c0826efd8d2f5f973e952a2881b7b",
"@type": "dogont:Bedroom"
},
{
"@id": "http://www.example.com/myhome/property-284a6b39-eff5-4cb4-accb-b9c38af6f0ab",
"org-iot:source": "dc15878d-0cbc-4b49-b93a-0812cbd4d65f",
"org-iot:visibility": {
"@value": "255",
"@type": "xsd:int"
},
"org-iot:uuid": "8afd71680bff5d7b5a683c2a8792591e0a6d3570",
"org-iot:lastUpdated": {
"@value": "1629821564466",
"@type": "xsd:long"
},
"@type": [
"https://www.w3.org/2019/wot/json-schema#StringSchema",
"https://www.w3.org/2019/wot/td#PropertyAffordance"
],
"https://www.w3.org/2019/wot/td#name": "Distance",
"org-iot:creationDate": {
"@value": "1629821563190",
"@type": "xsd:long"
},
"http://purl.org/dc/terms/description": "",
"http://purl.org/dc/terms/title": "Distance",
"org-iot:owner": "admin"
},
{
"@id": "http://www.example.com/myhome/property-ed57aa60-e06d-4165-a7a2-80f6e8645f1c",
"org-iot:lastUpdated": {
"@value": "1629821563415",
"@type": "xsd:long"
},
"org-iot:owner": "admin",
"@type": [
"https://www.w3.org/2019/wot/json-schema#StringSchema",
"https://www.w3.org/2019/wot/td#PropertyAffordance"
],
"org-iot:uuid": "ace2e4e07ae44c844dadea08d06abc0f0163d078",
"org-iot:creationDate": {
"@value": "1629821563190",
"@type": "xsd:long"
},
"org-iot:source": "dc15878d-0cbc-4b49-b93a-0812cbd4d65f",
"https://www.w3.org/2019/wot/td#name": "Power",
"http://purl.org/dc/terms/title": "Power",
"org-iot:visibility": {
"@value": "255",
"@type": "xsd:int"
},
"http://purl.org/dc/terms/description": ""
},
{
"@id": "http://www.example.com/myhome/BeaconLea",
"org-iot:lastUpdated": {
"@value": "1629821563262",
"@type": "xsd:long"
},
"http://purl.org/dc/terms/title": "",
"https://www.w3.org/2019/wot/td#hasActionAffordance": {
"@id": "http://www.example.com/myhome/action-f86876f5-3815-4c6e-8f69-320fa07439f5"
},
"http://purl.org/dc/terms/description": "Beacon detection",
"org-iot:uuid": "c956fa5befd9c59990941684ad6215bb46a7a85f",
"org-iot:creationDate": {
"@value": "1629821563190",
"@type": "xsd:long"
},
"https://www.w3.org/2019/wot/td#name": "Beacon Lea",
"org-iot:source": "dc15878d-0cbc-4b49-b93a-0812cbd4d65f",
"org-iot:owner": "admin",
"org-iot:visibility": {
"@value": "255",
"@type": "xsd:int"
},
"https://www.w3.org/2019/wot/td#hasPropertyAffordance": {
"@id": "http://www.example.com/myhome/property-0ad50df4-9ce0-404e-b5cf-6431007c3eaa"
},
"@type": "eupont:Beacon"
},
{
"@id": "http://www.example.com/myhome/action-f86876f5-3815-4c6e-8f69-320fa07439f5",
"org-iot:uuid": "189d5d45373524497f76587444b59648a83c9b3e",
"https://www.w3.org/2019/wot/td#hasForm": {
"@id": "http://www.example.com/myhome/form-67d89afd-d08a-4e5e-8a08-fd4954779db9"
},
"org-iot:creationDate": {
"@value": "1629821563190",
"@type": "xsd:long"
},
"org-iot:lastUpdated": {
"@value": "1629821563744",
"@type": "xsd:long"
},
"https://www.w3.org/2019/wot/td#name": "GetState",
"org-iot:owner": "admin",
"org-iot:visibility": {
"@value": "255",
"@type": "xsd:int"
},
"http://purl.org/dc/terms/title": "",
"https://www.w3.org/2019/wot/td#isSafe": {
"@value": "false",
"@type": "xsd:boolean"
},
"org-iot:source": "dc15878d-0cbc-4b49-b93a-0812cbd4d65f",
"http://purl.org/dc/terms/description": "Get beacon visibility (none, near, medium, far)",
"https://www.w3.org/2019/wot/td#isIdempotent": {
"@value": "false",
"@type": "xsd:boolean"
},
"@type": "https://www.w3.org/2019/wot/td#ActionAffordance"
},
{
"@id": "http://www.example.com/myhome/property-0ad50df4-9ce0-404e-b5cf-6431007c3eaa",
"@type": [
"https://www.w3.org/2019/wot/td#PropertyAffordance",
"https://www.w3.org/2019/wot/json-schema#StringSchema"
],
"org-iot:uuid": "2d09bf728c7ace874b21385edda386b95b6b8fee",
"org-iot:creationDate": {
"@value": "1629821563190",
"@type": "xsd:long"
},
"org-iot:visibility": {
"@value": "255",
"@type": "xsd:int"
},
"http://purl.org/dc/terms/title": "Distance",
"http://purl.org/dc/terms/description": "",
"org-iot:owner": "admin",
"org-iot:source": "dc15878d-0cbc-4b49-b93a-0812cbd4d65f",
"https://www.w3.org/2019/wot/td#name": "Distance",
"org-iot:lastUpdated": {
"@value": "1629821564269",
"@type": "xsd:long"
}
},
{
"@id": "http://www.example.com/myhome/CameraEntree",
"https://www.w3.org/2019/wot/td#hasPropertyAffordance": [
{
"@id": "http://www.example.com/myhome/property-6ea7d57e-2a4d-4824-b684-a5d954396f2c"
},
{
"@id": "http://www.example.com/myhome/property-69c5df99-5db7-4bd9-97cd-5cfa506f2a6a"
},
{
"@id": "http://www.example.com/myhome/property-03fa4542-2a12-4632-86c5-bd4dc9c1399e"
},
{
"@id": "http://www.example.com/myhome/property-afb9f781-17ff-48f2-ad23-c7c350c10bfd"
}
],
"org-iot:owner": "admin",
"org-iot:uuid": "56230d375592ffd5cdbd8fea5c612ecb920a2eca",
"@type": "dogont:SurveillanceCamera",
"org-iot:creationDate": {
"@value": "1629821563190",
"@type": "xsd:long"
},
"https://www.w3.org/2019/wot/td#hasActionAffordance": [
{
"@id": "http://www.example.com/myhome/action-c2fae43e-d593-44c4-a1a7-42c6b0d521db"
},
{
"@id": "http://www.example.com/myhome/action-e53b17b2-7fcb-41be-bd95-41330c17051d"
},
{
"@id": "http://www.example.com/myhome/action-9fa3ac2d-70c7-4ddf-9ba9-e08061abdec0"
},
{
"@id": "http://www.example.com/myhome/action-176a4ec5-fa03-4565-a6fe-1d8df94e080a"
}
],
"dogont:isIn": {
"@id": "http://www.example.com/myhome/entrance"
},
"http://purl.org/dc/terms/description": "Motorized Foscam Camera",
"https://www.w3.org/2019/wot/td#name": "Caméra Entrée",
"org-iot:source": "dc15878d-0cbc-4b49-b93a-0812cbd4d65f",
"org-iot:visibility": {
"@value": "255",
"@type": "xsd:int"
},
"http://purl.org/dc/terms/title": "",
"org-iot:lastUpdated": {
"@value": "1629821563620",
"@type": "xsd:long"
}
},
{
"@id": "http://www.example.com/myhome/action-e53b17b2-7fcb-41be-bd95-41330c17051d",
"https://www.w3.org/2019/wot/td#isIdempotent": {
"@value": "false",
"@type": "xsd:boolean"
},
"org-iot:visibility": {
"@value": "255",
"@type": "xsd:int"
},
"https://www.w3.org/2019/wot/td#hasForm": {
"@id": "http://www.example.com/myhome/form-365b31f5-6b25-46d6-ace2-5ee5e9007126"
},
"http://purl.org/dc/terms/description": "Stop the current movement",
"org-iot:creationDate": {
"@value": "1629821563190",
"@type": "xsd:long"
},
"org-iot:source": "dc15878d-0cbc-4b49-b93a-0812cbd4d65f",
"https://www.w3.org/2019/wot/td#name": "Stop",
"http://purl.org/dc/terms/title": "",
"org-iot:lastUpdated": {
"@value": "1629821564195",
"@type": "xsd:long"
},
"org-iot:uuid": "5fc21238425b7d3203f566ce40970558d43c69b4",
"org-iot:owner": "admin",
"@type": "https://www.w3.org/2019/wot/td#ActionAffordance",
"https://www.w3.org/2019/wot/td#isSafe": {
"@value": "false",
"@type": "xsd:boolean"
}
},
{
"@id": "http://www.example.com/myhome/action-9fa3ac2d-70c7-4ddf-9ba9-e08061abdec0",
"org-iot:uuid": "63648ded60cf69166b1c4c19b200396e14fff35f",
"https://www.w3.org/2019/wot/td#isSafe": {
"@value": "false",
"@type": "xsd:boolean"
},
"https://www.w3.org/2019/wot/td#name": "Memorize",
"https://www.w3.org/2019/wot/td#hasForm": {
"@id": "http://www.example.com/myhome/form-9e22a406-91ec-454d-b5ad-0d5e2f8f404a"
},
"org-iot:lastUpdated": {
"@value": "1629821563988",
"@type": "xsd:long"
},
"http://purl.org/dc/terms/title": "",
"org-iot:visibility": {
"@value": "255",
"@type": "xsd:int"
},
"@type": "https://www.w3.org/2019/wot/td#ActionAffordance",
"http://purl.org/dc/terms/description": "Memorize the current position",
"org-iot:owner": "admin",
"org-iot:creationDate": {
"@value": "1629821563190",
"@type": "xsd:long"
},
"org-iot:source": "dc15878d-0cbc-4b49-b93a-0812cbd4d65f",
"https://www.w3.org/2019/wot/td#isIdempotent": {
"@value": "false",
"@type": "xsd:boolean"
}
},
{
"@id": "http://www.example.com/myhome/TvSalon",
"http://purl.org/dc/terms/description": "Generic TV Controller supporting Orange STB and KODI API",
"https://www.w3.org/2019/wot/td#hasPropertyAffordance": [
{
"@id": "http://www.example.com/myhome/property-0156a53d-4309-4894-8499-96de0120a694"
},
{
"@id": "http://www.example.com/myhome/property-935b17fc-9450-4f1f-8407-52ed25f02b35"
}
],
"org-iot:source": "dc15878d-0cbc-4b49-b93a-0812cbd4d65f",
"org-iot:visibility": {
"@value": "255",
"@type": "xsd:int"
},
"org-iot:lastUpdated": {
"@value": "1629821563874",
"@type": "xsd:long"
},
"http://purl.org/dc/terms/title": "",
"org-iot:owner": "admin",
"org-iot:uuid": "99769c950dc82b943a337141d8bb88b4bc3a6006",
"https://www.w3.org/2019/wot/td#hasEventAffordance": [
{
"@id": "http://www.example.com/myhome/event-71497f7b-7b3d-4d22-9948-651b0d307696"
},
{
"@id": "http://www.example.com/myhome/event-81439750-033b-454c-884c-c54f6e1bda60"
},
{
"@id": "http://www.example.com/myhome/event-5282566b-668b-4459-bdff-739ae30014e3"
}
],
"https://www.w3.org/2019/wot/td#name": "Tv Salon",
"https://www.w3.org/2019/wot/td#hasActionAffordance": [
{
"@id": "http://www.example.com/myhome/action-1550c958-20e4-438d-b62a-566ac4016014"
},
{
"@id": "http://www.example.com/myhome/action-1150ba09-29fb-4b3c-91b3-05bc1988122c"
},
{
"@id": "http://www.example.com/myhome/action-ccb4fce4-b05b-45c5-be87-433604fcabdd"
},
{
"@id": "http://www.example.com/myhome/action-bdb34958-80ea-40c9-badc-25c9a40187ec"
}
],
"dogont:isIn": {
"@id": "http://www.example.com/myhome/living-room"
},
"org-iot:creationDate": {
"@value": "1629821563190",
"@type": "xsd:long"
},
"@type": "dogont:Tv"
},
{
"@id": "http://www.example.com/myhome/PorteEntree",
"org-iot:visibility": {
"@value": "255",
"@type": "xsd:int"
},
"org-iot:owner": "admin",
"http://purl.org/dc/terms/title": "",
"https://www.w3.org/2019/wot/td#hasEventAffordance": [
{
"@id": "http://www.example.com/myhome/event-7ea90a0d-6342-4e37-bacd-cc6d390b7b1d"
},
{
"@id": "http://www.example.com/myhome/event-cc4c9dcc-4be5-462e-a652-d7393f5cca04"
}
],
"org-iot:source": "dc15878d-0cbc-4b49-b93a-0812cbd4d65f",
"https://www.w3.org/2019/wot/td#hasPropertyAffordance": {
"@id": "http://www.example.com/myhome/property-7daafe56-6c73-4093-91ed-5d2f79b7539d"
},
"org-iot:uuid": "5be3d7088dc50ba11a3b4cc42a383c709df7114b",
"https://www.w3.org/2019/wot/td#name": "Porte Entree",
"org-iot:creationDate": {
"@value": "1629821563190",
"@type": "xsd:long"
},
"@type": "dogont:DoorSensor",
"dogont:isIn": {
"@id": "http://www.example.com/myhome/entrance"
},
"org-iot:lastUpdated": {
"@value": "1629821564302",
"@type": "xsd:long"
},
"http://purl.org/dc/terms/description": "Fibaro Door Open/Close sensor"
},
{
"@id": "http://www.example.com/myhome/form-18b9e976-75a6-4140-bbff-b79be6c98ad8",
"http://www.w3.org/2011/http#methodName": "GET",
"org-iot:source": "dc15878d-0cbc-4b49-b93a-0812cbd4d65f",
"org-iot:creationDate": {
"@value": "1629821563190",
"@type": "xsd:long"
},
"org-iot:visibility": {
"@value": "255",
"@type": "xsd:int"
},
"org-iot:owner": "admin",
"iot-access:endpoint": "https://iotm.thinginthefuture.com/iotmanager/api/v1/objects/PriseSalon/action/Switch?homeid=myhome",
"https://www.w3.org/2019/wot/hypermedia#hasOperationType": {
"@id": "https://www.w3.org/2019/wot/td#invokeAction"
},
"https://www.w3.org/2019/wot/hypermedia#forContentType": "application/json",
"org-iot:uuid": "7835df856aabeea90fa25d0060ade88e2438b539",
"@type": "https://www.w3.org/2019/wot/hypermedia#Form",
"org-iot:lastUpdated": {
"@value": "1629821563895",
"@type": "xsd:long"
}
},
{
"@id": "http://www.example.com/myhome/form-365b31f5-6b25-46d6-ace2-5ee5e9007126",
"org-iot:creationDate": {
"@value": "1629821563190",
"@type": "xsd:long"
},
"org-iot:source": "dc15878d-0cbc-4b49-b93a-0812cbd4d65f",
"org-iot:owner": "admin",
"iot-access:endpoint": "https://iotm.thinginthefuture.com/iotmanager/api/v1/objects/CameraEntree/action/Stop?homeid=myhome",
"org-iot:uuid": "0c90914053d5a93f77211194e75396a7b6805cca",
"https://www.w3.org/2019/wot/hypermedia#forContentType": "application/json",
"https://www.w3.org/2019/wot/hypermedia#hasOperationType": {
"@id": "https://www.w3.org/2019/wot/td#invokeAction"
},
"org-iot:visibility": {
"@value": "255",
"@type": "xsd:int"
},
"org-iot:lastUpdated": {
"@value": "1629821564426",
"@type": "xsd:long"
},
"@type": "https://www.w3.org/2019/wot/hypermedia#Form",
"http://www.w3.org/2011/http#methodName": "GET"
},
{
"@id": "http://www.example.com/myhome/action-1f2593c4-79fe-4bff-9013-20f0d1253364",
"https://www.w3.org/2019/wot/td#name": "Switch",
"org-iot:uuid": "3d93069d8e9e391f7a14094f0ef87631a98f8ff6",
"https://www.w3.org/2019/wot/td#isSafe": {
"@value": "false",
"@type": "xsd:boolean"
},
"https://www.w3.org/2019/wot/td#hasForm": {
"@id": "http://www.example.com/myhome/form-18b9e976-75a6-4140-bbff-b79be6c98ad8"
},
"http://purl.org/dc/terms/description": "Turn on or off the plug according to the argument value",
"http://purl.org/dc/terms/title": "",
"org-iot:visibility": {
"@value": "255",
"@type": "xsd:int"
},
"org-iot:lastUpdated": {
"@value": "1629821564613",
"@type": "xsd:long"
},
"org-iot:creationDate": {
"@value": "1629821563190",
"@type": "xsd:long"
},
"org-iot:owner": "admin",
"https://www.w3.org/2019/wot/td#isIdempotent": {
"@value": "false",
"@type": "xsd:boolean"
},
"org-iot:source": "dc15878d-0cbc-4b49-b93a-0812cbd4d65f",
"@type": "https://www.w3.org/2019/wot/td#ActionAffordance"
},
{
"@id": "http://www.example.com/myhome/event-ef807b10-bfb4-4685-9b93-cb9d3748488a",
"org-iot:uuid": "2c7648d33cfad4119971e5cfaf276bc31123abba",
"org-iot:creationDate": {
"@value": "1629821563190",
"@type": "xsd:long"
},
"org-iot:owner": "admin",
"@type": "https://www.w3.org/2019/wot/td#EventAffordance",
"https://www.w3.org/2019/wot/td#hasForm": {
"@id": "http://www.example.com/myhome/form-8e27208e-d497-4738-a98a-24d1b7893299"
},
"https://www.w3.org/2019/wot/td#name": "Presence",
"org-iot:lastUpdated": {
"@value": "1629821563979",
"@type": "xsd:long"
},
"org-iot:source": "dc15878d-0cbc-4b49-b93a-0812cbd4d65f",
"http://purl.org/dc/terms/title": "Presence",
"org-iot:visibility": {
"@value": "255",
"@type": "xsd:int"
}
},
{
"@id": "http://www.example.com/myhome/CapteurEntree",
"org-iot:owner": "admin",
"https://www.w3.org/2019/wot/td#hasPropertyAffordance": [
{
"@id": "http://www.example.com/myhome/property-4f4ab287-dfce-4c52-8fe0-1ff4d3e25e1b"
},
{
"@id": "http://www.example.com/myhome/property-4adf63ab-8512-4550-b324-ada8764a89e5"
},
{
"@id": "http://www.example.com/myhome/property-aafb0c31-9d04-4e53-9437-3c21c695e820"
}
],
"https://www.w3.org/2019/wot/td#hasEventAffordance": [
{
"@id": "http://www.example.com/myhome/event-ef807b10-bfb4-4685-9b93-cb9d3748488a"
},
{
"@id": "http://www.example.com/myhome/event-6ebdccf0-ae8e-44d8-8376-b5c0a69430ce"
},
{
"@id": "http://www.example.com/myhome/event-8e2cb621-5851-4172-af0d-e0fec5b62aeb"
},
{
"@id": "http://www.example.com/myhome/event-8e53ce99-241c-4f17-a796-39d1a240dccf"
},
{
"@id": "http://www.example.com/myhome/event-f1430659-664e-451e-8333-447deaace49c"
},
{
"@id": "http://www.example.com/myhome/event-0624350a-c305-4135-a9d6-cfa1fe3616b7"
}
],
"http://purl.org/dc/terms/description": "Fibaro motion sensor, retrieve temperature, luminosity and much more",
"@type": [
"dogont:MovementSensor",
"dogont:LightSensor",
"dogont:TemperatureSensor"
],
"org-iot:lastUpdated": {
"@value": "1629821564373",
"@type": "xsd:long"
},
"dogont:isIn": {
"@id": "http://www.example.com/myhome/entrance"
},
"org-iot:uuid": "7338e9bf1873a48541b6e7fa4f7b290ddf836c1b",
"https://www.w3.org/2019/wot/td#name": "Capteur Entrée",
"org-iot:visibility": {
"@value": "255",
"@type": "xsd:int"
},
"http://purl.org/dc/terms/title": "",
"org-iot:creationDate": {
"@value": "1629821563190",
"@type": "xsd:long"
},
"org-iot:source": "dc15878d-0cbc-4b49-b93a-0812cbd4d65f"
},
{
"@id": "http://www.example.com/myhome/event-8e2cb621-5851-4172-af0d-e0fec5b62aeb",
"http://purl.org/dc/terms/title": "Illuminance",
"org-iot:creationDate": {
"@value": "1629821563190",
"@type": "xsd:long"
},
"https://www.w3.org/2019/wot/td#hasForm": {
"@id": "http://www.example.com/myhome/form-725d53fa-1a0f-4f82-b96c-d1f40925f4ba"
},
"org-iot:owner": "admin",
"org-iot:visibility": {
"@value": "255",
"@type": "xsd:int"
},
"https://www.w3.org/2019/wot/td#name": "Illuminance",
"org-iot:uuid": "26d198e0fdf4f0e3dc57ceb54f1a2ac19c031b32",
"org-iot:lastUpdated": {
"@value": "1629821563946",
"@type": "xsd:long"
},
"org-iot:source": "dc15878d-0cbc-4b49-b93a-0812cbd4d65f",
"@type": "https://www.w3.org/2019/wot/td#EventAffordance"
},
{
"@id": "http://www.example.com/myhome/form-725d53fa-1a0f-4f82-b96c-d1f40925f4ba",
"https://www.w3.org/2019/wot/hypermedia#hasOperationType": {
"@id": "https://www.w3.org/2019/wot/td#subscribeEvent"
},
"iot-access:endpoint": "mqtt://iotm.thinginthefuture.com/homein/core/iot",
"org-iot:owner": "admin",
"org-iot:visibility": {
"@value": "255",
"@type": "xsd:int"
},
"org-iot:source": "dc15878d-0cbc-4b49-b93a-0812cbd4d65f",
"org-iot:creationDate": {
"@value": "1629821563190",
"@type": "xsd:long"
},
"org-iot:lastUpdated": {
"@value": "1629821564073",
"@type": "xsd:long"
},
"org-iot:uuid": "a5027016eafe9b6f71e5020997e1ab87f1fc383a"
},
{
"@id": "http://www.example.com/myhome/form-67d89afd-d08a-4e5e-8a08-fd4954779db9",
"org-iot:lastUpdated": {
"@value": "1629821563955",
"@type": "xsd:long"
},
"org-iot:uuid": "221fa96077c445f420098188ffe0727947670db8",
"org-iot:source": "dc15878d-0cbc-4b49-b93a-0812cbd4d65f",
"https://www.w3.org/2019/wot/hypermedia#hasOperationType": {
"@id": "https://www.w3.org/2019/wot/td#invokeAction"
},
"iot-access:endpoint": "https://iotm.thinginthefuture.com/iotmanager/api/v1/objects/BeaconLea/action/GetState?homeid=myhome",
"org-iot:creationDate": {
"@value": "1629821563190",
"@type": "xsd:long"
},
"http://www.w3.org/2011/http#methodName": "GET",
"org-iot:owner": "admin",
"org-iot:visibility": {
"@value": "255",
"@type": "xsd:int"
},
"https://www.w3.org/2019/wot/hypermedia#forContentType": "application/json",
"https://www.w3.org/2019/wot/hypermedia#hintsAtMediaType": "xsd:boolean",
"@type": "https://www.w3.org/2019/wot/hypermedia#Form"
},
{
"@id": "http://www.example.com/myhome/action-0f2f8582-643c-4d91-90cd-09a5953f9800",
"http://purl.org/dc/terms/description": "Get beacon visibility (none, near, medium, far)",
"org-iot:visibility": {
"@value": "255",
"@type": "xsd:int"
},
"org-iot:lastUpdated": {
"@value": "1629821564160",
"@type": "xsd:long"
},
"org-iot:owner": "admin",
"https://www.w3.org/2019/wot/td#hasForm": {
"@id": "http://www.example.com/myhome/form-be0fc5a9-6b86-4577-a460-0d8d9f223a85"
},
"org-iot:source": "dc15878d-0cbc-4b49-b93a-0812cbd4d65f",
"https://www.w3.org/2019/wot/td#isIdempotent": {
"@value": "false",
"@type": "xsd:boolean"
},
"@type": "https://www.w3.org/2019/wot/td#ActionAffordance",
"https://www.w3.org/2019/wot/td#name": "GetState",
"https://www.w3.org/2019/wot/td#isSafe": {
"@value": "false",
"@type": "xsd:boolean"
},
"http://purl.org/dc/terms/title": "",
"org-iot:uuid": "a5fe496d68e438bbb10577159b2bafb68b092519",
"org-iot:creationDate": {
"@value": "1629821563190",
"@type": "xsd:long"
}
}
],
"@context": {
"iot-access": "http://orange-labs.fr/fog/ont/access.owl#",
"dogont": "http://elite.polito.it/ontologies/dogont.owl#",
"org-iot": "http://orange-labs.fr/fog/ont/iot.owl#",
"xsd": "http://www.w3.org/2001/XMLSchema#",
"eupont": "http://elite.polito.it/ontologies/eupont.owl#"
}
}
curl --location --request POST 'http://127.0.0.1:5555/avatars/find/' \
--header 'Content-Type: application/json' \
--header 'Accept: application/ld+json' \
--header 'jsonld_document_form: frame' \
--header 'jsonld_frame: { "@context": { "iot-access": "http://orange-labs.fr/fog/ont/access.owl#", "dogont": "http://elite.polito.it/ontologies/dogont.owl#", "org-iot": "http://orange-labs.fr/fog/ont/iot.owl#", "xsd": "http://www.w3.org/2001/XMLSchema#", "eupont": "http://elite.polito.it/ontologies/eupont.owl#" }, "@type": "dogont:PlugwiseGateway", "dogont:isIn": { } }' \
--header 'Authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJqdGkiOiJjZGEzNmFkYS0wNGI5LTExZWMtOTMyNS0wMDI4ZjgwMzJhNTkiLCJzdWIiOiJhZG1pbiIsImV4dGVybmFsaWQiOiJhZG1pbiIsImlzcyI6ImNpLXRoaW5naW4iLCJpYXQiOjE2Mjk3OTU2NjAsImV4cCI6MTYyOTg4MjA2MCwiZG9tYWlucyI6WyJodHRwOi8vd3d3LmV4YW1wbGUuY29tLyJdLCJzY29wZXMiOlsiYWRtaW4iXX0.Vl3SlU7tGfQmXYk_NVSIsbmNVkDr_6GcxZYbrIliqmP54co9TBFRNHjIZQSMdXFy2pOYegUliuigeJ0GpG01W_E2PLrNYzL4uF6vtQH8wqT9Kbtq3KiVUFvjDe5GNUkSFjgAfc6v_xFxgxip4wFDmASmLOREIKYgRNKAVIdqLrEGLd29JF3-BL3qggFzv6BKiR0gk1KbSL-hanRP3KZ31u6hGMcAZdCc6NTkKcs7o_Fh2lTFCKjPhB5vQa9OXMQWqOrdTnprTJrLDcRnbhhVp4M_bv_oIt6w9xt-VhgDxjq-4okaV2HXatSi8oIR15grwh568FJw5q-e5DLMxACigw' \
--data-raw '{
"query": [
{
"$alias": "avatarFromConceptLabel",
"$domain": "http://www.example.com/myhome/"
}
],
"view": {}
}
'
{
"@id": "http://www.example.com/myhome/PriseCuisine",
"@type": "dogont:PlugwiseGateway",
"dogont:isIn": {
"@id": "http://www.example.com/myhome/kitchen",
"@type": "dogont:Kitchen",
"org-iot:creationDate": {
"@value": "1629821563190",
"@type": "xsd:long"
},
"org-iot:lastUpdated": {
"@value": "1629821563936",
"@type": "xsd:long"
},
"org-iot:owner": "admin",
"org-iot:source": "dc15878d-0cbc-4b49-b93a-0812cbd4d65f",
"org-iot:uuid": "3a0603b496be095f96435925b9a979221e62c2be",
"org-iot:visibility": {
"@value": "255",
"@type": "xsd:int"
},
"http://purl.org/dc/terms/title": "kitchen",
"https://www.w3.org/2019/wot/td#name": "kitchen"
},
"org-iot:creationDate": {
"@value": "1629821563190",
"@type": "xsd:long"
},
"org-iot:lastUpdated": {
"@value": "1629821564238",
"@type": "xsd:long"
},
"org-iot:owner": "admin",
"org-iot:source": "dc15878d-0cbc-4b49-b93a-0812cbd4d65f",
"org-iot:uuid": "137b08de2c5974ee193dfd94a2724c9a2a2fcc44",
"org-iot:visibility": {
"@value": "255",
"@type": "xsd:int"
},
"http://purl.org/dc/terms/description": "Fibaro smart plug can switch on and off any devices",
"http://purl.org/dc/terms/title": "",
"https://www.w3.org/2019/wot/td#hasActionAffordance": [
{
"@id": "http://www.example.com/myhome/action-d1d18bee-bc58-49e7-b265-c3afcc260a67",
"@type": "https://www.w3.org/2019/wot/td#ActionAffordance",
"org-iot:creationDate": {
"@value": "1629821563190",
"@type": "xsd:long"
},
"org-iot:lastUpdated": {
"@value": "1629821563734",
"@type": "xsd:long"
},
"org-iot:owner": "admin",
"org-iot:source": "dc15878d-0cbc-4b49-b93a-0812cbd4d65f",
"org-iot:uuid": "ad177566437ac6c003b0bd70412c7662e2aa2792",
"org-iot:visibility": {
"@value": "255",
"@type": "xsd:int"
},
"http://purl.org/dc/terms/description": "True if the plug is turned on",
"http://purl.org/dc/terms/title": "",
"https://www.w3.org/2019/wot/td#hasForm": {
"@id": "http://www.example.com/myhome/form-ce2d3fbd-d5eb-43d9-b331-64f5865ffc1b"
},
"https://www.w3.org/2019/wot/td#isIdempotent": {
"@value": "false",
"@type": "xsd:boolean"
},
"https://www.w3.org/2019/wot/td#isSafe": {
"@value": "false",
"@type": "xsd:boolean"
},
"https://www.w3.org/2019/wot/td#name": "IsSwitchedOn"
},
{
"@id": "http://www.example.com/myhome/action-99b03d87-d8c5-4665-9d28-240d90f77ae9",
"@type": "https://www.w3.org/2019/wot/td#ActionAffordance",
"org-iot:creationDate": {
"@value": "1629821563190",
"@type": "xsd:long"
},
"org-iot:lastUpdated": {
"@value": "1629821563302",
"@type": "xsd:long"
},
"org-iot:owner": "admin",
"org-iot:source": "dc15878d-0cbc-4b49-b93a-0812cbd4d65f",
"org-iot:uuid": "3c3b2f28507fbbc1d685dce0511583791d647fb0",
"org-iot:visibility": {
"@value": "255",
"@type": "xsd:int"
},
"http://purl.org/dc/terms/description": "Turn on or off the plug according to the argument value",
"http://purl.org/dc/terms/title": "",
"https://www.w3.org/2019/wot/td#hasForm": {
"@id": "http://www.example.com/myhome/form-c02411f8-8ae7-483a-9e0b-a7281af3ab93",
"@type": "https://www.w3.org/2019/wot/hypermedia#Form",
"iot-access:endpoint": "https://iotm.thinginthefuture.com/iotmanager/api/v1/objects/PriseCuisine/action/Switch?homeid=myhome",
"org-iot:creationDate": {
"@value": "1629821563190",
"@type": "xsd:long"
},
"org-iot:lastUpdated": {
"@value": "1629821563401",
"@type": "xsd:long"
},
"org-iot:owner": "admin",
"org-iot:source": "dc15878d-0cbc-4b49-b93a-0812cbd4d65f",
"org-iot:uuid": "4f4d501a460aba1df7b8d8b68d58b33d0a5b3408",
"org-iot:visibility": {
"@value": "255",
"@type": "xsd:int"
},
"http://www.w3.org/2011/http#methodName": "GET",
"https://www.w3.org/2019/wot/hypermedia#forContentType": "application/json",
"https://www.w3.org/2019/wot/hypermedia#hasOperationType": {
"@id": "https://www.w3.org/2019/wot/td#invokeAction"
}
},
"https://www.w3.org/2019/wot/td#isIdempotent": {
"@value": "false",
"@type": "xsd:boolean"
},
"https://www.w3.org/2019/wot/td#isSafe": {
"@value": "false",
"@type": "xsd:boolean"
},
"https://www.w3.org/2019/wot/td#name": "Switch"
},
{
"@id": "http://www.example.com/myhome/action-726f07b1-4f7c-4cf8-a6c1-dd04357acf9d",
"@type": "https://www.w3.org/2019/wot/td#ActionAffordance",
"org-iot:creationDate": {
"@value": "1629821563190",
"@type": "xsd:long"
},
"org-iot:lastUpdated": {
"@value": "1629821564001",
"@type": "xsd:long"
},
"org-iot:owner": "admin",
"org-iot:source": "dc15878d-0cbc-4b49-b93a-0812cbd4d65f",
"org-iot:uuid": "224b937f32629f1bb023fb6e400f90824d8f471d",
"org-iot:visibility": {
"@value": "255",
"@type": "xsd:int"
},
"http://purl.org/dc/terms/description": "Devices' power consumption in Watt",
"http://purl.org/dc/terms/title": "",
"https://www.w3.org/2019/wot/td#hasForm": {
"@id": "http://www.example.com/myhome/form-a542dd57-9400-4b4f-80c0-b9b73d2e7d29"
},
"https://www.w3.org/2019/wot/td#isIdempotent": {
"@value": "false",
"@type": "xsd:boolean"
},
"https://www.w3.org/2019/wot/td#isSafe": {
"@value": "false",
"@type": "xsd:boolean"
},
"https://www.w3.org/2019/wot/td#name": "GetPower"
}
],
"https://www.w3.org/2019/wot/td#hasEventAffordance": [
{
"@id": "http://www.example.com/myhome/event-9288d5c6-d246-4387-a358-9223cd4e7bb7",
"@type": "https://www.w3.org/2019/wot/td#EventAffordance",
"org-iot:creationDate": {
"@value": "1629821563190",
"@type": "xsd:long"
},
"org-iot:lastUpdated": {
"@value": "1629821563605",
"@type": "xsd:long"
},
"org-iot:owner": "admin",
"org-iot:source": "dc15878d-0cbc-4b49-b93a-0812cbd4d65f",
"org-iot:uuid": "26e36a116c8b6763e63a9eb86c0dd110e05f5b54",
"org-iot:visibility": {
"@value": "255",
"@type": "xsd:int"
},
"http://purl.org/dc/terms/title": "PowerLevel",
"https://www.w3.org/2019/wot/td#hasForm": {
"@id": "http://www.example.com/myhome/form-a417394d-9abd-4b99-9a04-c02c3b39ce32"
},
"https://www.w3.org/2019/wot/td#name": "PowerLevel"
},
{
"@id": "http://www.example.com/myhome/event-26131ae7-a9c9-4935-b3d3-6c920fef02ae",
"@type": "https://www.w3.org/2019/wot/td#EventAffordance",
"org-iot:creationDate": {
"@value": "1629821563190",
"@type": "xsd:long"
},
"org-iot:lastUpdated": {
"@value": "1629821564514",
"@type": "xsd:long"
},
"org-iot:owner": "admin",
"org-iot:source": "dc15878d-0cbc-4b49-b93a-0812cbd4d65f",
"org-iot:uuid": "c3d0990397a6165afffefae037c9ed1d439746ed",
"org-iot:visibility": {
"@value": "255",
"@type": "xsd:int"
},
"http://purl.org/dc/terms/title": "Power",
"https://www.w3.org/2019/wot/td#hasForm": {
"@id": "http://www.example.com/myhome/form-92aab7e0-5db2-4026-b384-3790b392c252",
"iot-access:endpoint": "mqtt://iotm.thinginthefuture.com/homein/core/iot",
"org-iot:creationDate": {
"@value": "1629821563190",
"@type": "xsd:long"
},
"org-iot:lastUpdated": {
"@value": "1629821564055",
"@type": "xsd:long"
},
"org-iot:owner": "admin",
"org-iot:source": "dc15878d-0cbc-4b49-b93a-0812cbd4d65f",
"org-iot:uuid": "5fa1f8d50a93fbbd609ced842f5ef6123e8f1a0d",
"org-iot:visibility": {
"@value": "255",
"@type": "xsd:int"
},
"https://www.w3.org/2019/wot/hypermedia#hasOperationType": {
"@id": "https://www.w3.org/2019/wot/td#subscribeEvent"
}
},
"https://www.w3.org/2019/wot/td#name": "Power"
},
{
"@id": "http://www.example.com/myhome/event-d7a36229-1296-4630-9c25-4fa1fee03506",
"@type": "https://www.w3.org/2019/wot/td#EventAffordance",
"org-iot:creationDate": {
"@value": "1629821563190",
"@type": "xsd:long"
},
"org-iot:lastUpdated": {
"@value": "1629821564093",
"@type": "xsd:long"
},
"org-iot:owner": "admin",
"org-iot:source": "dc15878d-0cbc-4b49-b93a-0812cbd4d65f",
"org-iot:uuid": "0e4e09dba3dd2cac67ea7e86bce2f8e56053938a",
"org-iot:visibility": {
"@value": "255",
"@type": "xsd:int"
},
"http://purl.org/dc/terms/title": "PowerSwitch",
"https://www.w3.org/2019/wot/td#hasForm": {
"@id": "http://www.example.com/myhome/form-1f225bbf-d170-4e97-81e4-2c64d5fa5ed6",
"iot-access:endpoint": "mqtt://iotm.thinginthefuture.com/homein/core/iot",
"org-iot:creationDate": {
"@value": "1629821563190",
"@type": "xsd:long"
},
"org-iot:lastUpdated": {
"@value": "1629821563665",
"@type": "xsd:long"
},
"org-iot:owner": "admin",
"org-iot:source": "dc15878d-0cbc-4b49-b93a-0812cbd4d65f",
"org-iot:uuid": "94adbd9af0372dfc109010a559d4bd38cad03c26",
"org-iot:visibility": {
"@value": "255",
"@type": "xsd:int"
},
"https://www.w3.org/2019/wot/hypermedia#hasOperationType": {
"@id": "https://www.w3.org/2019/wot/td#subscribeEvent"
}
},
"https://www.w3.org/2019/wot/td#name": "PowerSwitch"
}
],
"https://www.w3.org/2019/wot/td#hasPropertyAffordance": [
{
"@id": "http://www.example.com/myhome/property-81b6b06d-fb37-42a2-8747-4992ead612d6",
"@type": [
"https://www.w3.org/2019/wot/td#PropertyAffordance",
"https://www.w3.org/2019/wot/json-schema#StringSchema"
],
"org-iot:creationDate": {
"@value": "1629821563190",
"@type": "xsd:long"
},
"org-iot:lastUpdated": {
"@value": "1629821563315",
"@type": "xsd:long"
},
"org-iot:owner": "admin",
"org-iot:source": "dc15878d-0cbc-4b49-b93a-0812cbd4d65f",
"org-iot:uuid": "32faccc62dfdaf437eabd1edf2654195867dee75",
"org-iot:visibility": {
"@value": "255",
"@type": "xsd:int"
},
"http://purl.org/dc/terms/description": "",
"http://purl.org/dc/terms/title": "Switch",
"https://www.w3.org/2019/wot/td#name": "Switch"
},
{
"@id": "http://www.example.com/myhome/property-18325e8d-4020-4d76-9c91-fad3603a385c",
"@type": [
"https://www.w3.org/2019/wot/td#PropertyAffordance",
"https://www.w3.org/2019/wot/json-schema#StringSchema"
],
"org-iot:creationDate": {
"@value": "1629821563190",
"@type": "xsd:long"
},
"org-iot:lastUpdated": {
"@value": "1629821563529",
"@type": "xsd:long"
},
"org-iot:owner": "admin",
"org-iot:source": "dc15878d-0cbc-4b49-b93a-0812cbd4d65f",
"org-iot:uuid": "2e82922dc0bdce316ac6aeb5969d5e30edecb846",
"org-iot:visibility": {
"@value": "255",
"@type": "xsd:int"
},
"http://purl.org/dc/terms/description": "",
"http://purl.org/dc/terms/title": "Power",
"https://www.w3.org/2019/wot/td#name": "Power"
}
],
"https://www.w3.org/2019/wot/td#name": "Prise Cuisine",
"@context": {
"iot-access": "http://orange-labs.fr/fog/ont/access.owl#",
"dogont": "http://elite.polito.it/ontologies/dogont.owl#",
"org-iot": "http://orange-labs.fr/fog/ont/iot.owl#",
"xsd": "http://www.w3.org/2001/XMLSchema#",
"eupont": "http://elite.polito.it/ontologies/eupont.owl#"
}
}