oeg-upm / auroral-core-ontology

2 stars 6 forks source link

Create a new ontology with the drone data #5

Open jucanbe opened 2 years ago

jucanbe commented 2 years ago

Identify the requirements and create a new ontology with this data:

{ userid: "[to be identified]", key: "[to be identified]", platform { type: "[to be identified]", list: "all" | "id", charger: "yes" | "no", charger-capacity: [to be defined], charger-capacity-unit: "watt", sensor: "[to be identified]" occupancy-status: "occupied" | "vacant" | "assigned" | "error" | "maintenance", capacity-weight: [to be defined], capacity-weight-unit: "kg", capacity-dimension: [to be defined], capacity-dimenstion-unit: "meter", description: "[add description]" }, drone { type: "[to be identified]", list: "all" | "id", priority: "[0-5]" storage-capacity: "yes" | "no", occupancy-status: "occupied" | "vacant" | "assigned" | "error" | "maintenance", capacity-weight: [to be defined], capacity-weight-unit: "gram", capacity-dimension: [to be defined], capacity-dimenstion-unit: "centimeter", sensor: "[to be identified]" description: "[add description]" }, mission { code: "[To be identified]", shipment: "[To be identified]", GPS-unit: "WGS84", from-pos: "[GPS]", to-pos: "[GPS]", waypoint-pos: "pos 1, pos 2, ..., pos n", from-platform: "platform id", to-platform: "platform id", waypoint-platform: "platform id 1, platform id 2, ..., platform id n", description: "[add description]" } }