We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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]" } }
The text was updated successfully, but these errors were encountered:
Merge pull request #5 from morelab/master
07791b3
Updates from OEG-UPM repo
Merge pull request #4 from dbujan/master
8e6b4f2
AhlemRhayem
No branches or pull requests
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]" } }
The text was updated successfully, but these errors were encountered: