Skip to content
Snippets Groups Projects
Commit 760f5c4f authored by Sebastian Broman's avatar Sebastian Broman
Browse files

Added notebook and datasets for scql

parent 9e5d934a
No related branches found
No related tags found
No related merge requests found
text;summary;predicted;correct;correct_prefix
I need you to deliver a box with medicines all humans in need;PERFORM http://askco.re/scql/actions#bring_toex:box AS box TO human.pose WITH scql_types:salient_point AS human WHERE human.klass = http://example.org/human AND human.status in [http://example.org/injured, http://example.org/sick, http://example.org/dying] AND box http://example.org/contains http://example.org/medication ;PERFORM http://askco.re/scql/actions#bring_toex:box AS box TO human.pose WITH scql_types:salient_point AS human WHERE human.klass = http://example.org/human AND human.status inside area AND distance(image.pose, sp.pose) < 1m ;False;True
I would like a image of all humans with a h color;SELECT http://www.opengis.net/ont/geosparql#Geometry AS area http://askco.re/scql/types#salient_point AS sp http://askco.re/scql/types#image AS image WHERE area.klass = http://example.org/area_of_interest AND sp.klass = http://example.org/human AND sp.pose inside area AND distance(image.pose, sp.pose) < 1m AND sp.http://example.org/color = t ;SELECT http://www.opengis.net/ont/geosparql#Geometry AS area http://askco.re/scql/types#salient_point AS sp http://example.org/color = t ;False;True
I would like a picture of all victims with a h size;SELECT http://www.opengis.net/ont/geosparql#Geometry AS area http://askco.re/scql/types#salient_point AS sp http://askco.re/scql/types#image AS image WHERE area.klass = http://example.org/area_of_interest AND sp.klass = http://example.org/human AND sp.pose inside area AND distance(image.pose, sp.pose) < 1m AND sp.http://example.org/size = t ;SELECT http://www.opengis.net/ont/geosparql#Geometry AS area http://askco.re/scql/types#salient_point AS sp http://example.org/point_cloud AS scan WHERE scan.pose inside area AND scan.density > 100 point/m^2 ;False;True
I need you to deliver a box with camping gear all persons that need to be rescued;PERFORM http://askco.re/scql/actions#bring_toex:box AS box TO human.pose WITH scql_types:salient_point AS human WHERE human.klass = http://example.org/human AND human.status in [http://example.org/injured, http://example.org/sick, http://example.org/dying] AND box http://example.org/contains http://example.org/camping_gear ;PERFORM http://askco.re/scql/actions#bring_toex:box AS box TO human.pose WITH scql_types:salient_point AS human WHERE human.klass = http://example.org/human AND human.status inside area AND distance(image.pose, sp.pose) < 1m ;False;True
Could you bring a box with camping gear all humans in need;PERFORM http://askco.re/scql/actions#bring_toex:box AS box TO human.pose WITH scql_types:salient_point AS human WHERE human.klass = http://example.org/human AND human.status in [http://example.org/injured, http://example.org/sick, http://example.org/dying] AND box http://example.org/contains http://example.org/camping_gear ;PERFORM http://askco.re/scql/actions#bring_toex:box AS box TO human.pose WITH scql_types:salient_point AS human WHERE human.klass = http://example.org/human AND human.status inside area AND distance(image.pose, sp.pose) < 1m ;False;True
I need you to deliver a box with camping gear all humans with disease;PERFORM http://askco.re/scql/actions#bring_toex:box AS box TO human.pose WITH scql_types:salient_point AS human WHERE human.klass = ex:human AND human.status = ex:sick AND box http://example.org/contains http://example.org/camping_gear ;PERFORM http://askco.re/scql/actions#bring_toex:box AS box TO human.pose WITH scql_types:salient_point AS human WHERE human.klass = ex:human AND human.status in [http://example.org/sick ;False;True
I would like you to bring a box with shelter all persons in need;PERFORM http://askco.re/scql/actions#bring_toex:box AS box TO human.pose WITH scql_types:salient_point AS human WHERE human.klass = http://example.org/human AND human.status in [http://example.org/injured, http://example.org/sick, http://example.org/dying] AND box http://example.org/contains http://example.org/camping_gear ;PERFORM http://askco.re/scql/actions#bring_toex:box AS box TO human.pose WITH scql_types:salient_point AS human WHERE human.klass = http://example.org/human AND human.status inside area AND distance(image.pose, sp.pose) < 1m ;False;True
I would like you to bring a box with a tent all persons in need;PERFORM http://askco.re/scql/actions#bring_toex:box AS box TO human.pose WITH scql_types:salient_point AS human WHERE human.klass = http://example.org/human AND human.status in [http://example.org/injured, http://example.org/sick, http://example.org/dying] AND box http://example.org/contains http://example.org/camping_gear ;PERFORM http://askco.re/scql/actions#bring_toex:box AS box TO human.pose WITH scql_types:salient_point AS human WHERE human.klass = http://example.org/human AND human.status inside area AND distance(image.pose, sp.pose) < 1m ;False;True
I need you to deliver a box with a meal to specific coordinates;PERFORM http://askco.re/scql/actions#bring_toex:box AS box TO scql_types:geo_pose AS pose WHERE pose.klass = ex:location_of_interest AND box http://example.org/contains http://example.org/food ;PERFORM http://askco.re/scql/actions#bring_toex:box AS box TO scql_types:geo_pose AS pose WHERE pose.klass = pose.pose inside area AND distance(image.pose, sp.pose) < 1m ;False;True
He would like a image of all persons with a h size;SELECT http://www.opengis.net/ont/geosparql#Geometry AS area http://askco.re/scql/types#salient_point AS sp http://askco.re/scql/types#image AS image WHERE area.klass = http://example.org/area_of_interest AND sp.klass = http://example.org/human AND sp.pose inside area AND distance(image.pose, sp.pose) < 1m AND sp.http://example.org/size = t ;SELECT http://www.opengis.net/ont/geosparql#Geometry AS area http://askco.re/scql/types#salient_point AS sp http://example.org/size = t ;False;True
He would like a picture of all persons;SELECT http://www.opengis.net/ont/geosparql#Geometry AS area http://askco.re/scql/types#salient_point AS sp http://askco.re/scql/types#image AS image WHERE area.klass = http://example.org/area_of_interest AND sp.klass = http://example.org/human AND sp.pose inside area AND distance(image.pose, sp.pose) < 1m ;SELECT http://www.opengis.net/ont/geosparql#Geometry AS area http://askco.re/scql/types#salient_point ;False;True
I am interested in a image of all humans;SELECT http://www.opengis.net/ont/geosparql#Geometry AS area http://askco.re/scql/types#salient_point AS sp http://askco.re/scql/types#image AS image WHERE area.klass = http://example.org/area_of_interest AND sp.klass = http://example.org/human AND sp.pose inside area AND distance(image.pose, sp.pose) < 1m ;SELECT http://www.opengis.net/ont/geosparql#Geometry AS area http://askco.re/scql/types#salient_point AS human WHERE human.klass = http://example.org/human AND human.status inside area AND distance(image.pose, sp.pose) < 1m ;False;True
I would like you to bring a box with shelter to this location;PERFORM http://askco.re/scql/actions#bring_toex:box AS box TO scql_types:geo_pose AS pose WHERE pose.klass = ex:location_of_interest AND box http://example.org/contains http://example.org/camping_gear ;PERFORM http://askco.re/scql/actions#bring_toex:box AS box TO scql_types:geo_pose AS pose WHERE pose.klass = ex:location_of_interest AND box http://location.org/contains http://example.com/camping_gear ;False;True
Could you bring a box with camping gear to specific coordinates;PERFORM http://askco.re/scql/actions#bring_toex:box AS box TO scql_types:geo_pose AS pose WHERE pose.klass = ex:location_of_interest AND box http://example.org/contains http://example.org/camping_gear ;PERFORM http://askco.re/scql/actions#bring_toex:box AS box TO scql_types:geo_pose AS pose WHERE pose.klass = pose.pose inside area AND distance(image.pose, sp.pose) < 1m ;False;True
I am interested in a image of all persons with a h size;SELECT http://www.opengis.net/ont/geosparql#Geometry AS area http://askco.re/scql/types#salient_point AS sp http://askco.re/scql/types#image AS image WHERE area.klass = http://example.org/area_of_interest AND sp.klass = http://example.org/human AND sp.pose inside area AND distance(image.pose, sp.pose) < 1m AND sp.http://example.org/size = t ;SELECT http://www.opengis.net/ont/geosparql#Geometry AS area http://askco.re/scql/types#salient_point AS sp http://example.org/size = t ;False;True
He is interested in a picture of all persons with a h color;SELECT http://www.opengis.net/ont/geosparql#Geometry AS area http://askco.re/scql/types#salient_point AS sp http://askco.re/scql/types#image AS image WHERE area.klass = http://example.org/area_of_interest AND sp.klass = http://example.org/human AND sp.pose inside area AND distance(image.pose, sp.pose) < 1m AND sp.http://example.org/color = t ;SELECT http://www.opengis.net/ont/geosparql#Geometry AS area http://askco.re/scql/types#color = t ;False;True
He would like a image of all buildings with a h color;SELECT http://www.opengis.net/ont/geosparql#Geometry AS area http://askco.re/scql/types#salient_point AS sp http://askco.re/scql/types#image AS image WHERE area.klass = http://example.org/area_of_interest AND sp.klass = http://example.org/building AND sp.pose inside area AND distance(image.pose, sp.pose) < 1m AND sp.http://example.org/color = t ;SELECT http://www.opengis.net/ont/geosparql#Geometry AS area http://askco.re/scql/types#salient_point AS sp http://example.org/color = t ;False;True
He would like a image of all buildings;SELECT http://www.opengis.net/ont/geosparql#Geometry AS area http://askco.re/scql/types#salient_point AS sp http://askco.re/scql/types#image AS image WHERE area.klass = http://example.org/area_of_interest AND sp.klass = http://example.org/building AND sp.pose inside area AND distance(image.pose, sp.pose) < 1m ;SELECT http://www.opengis.net/ont/geosparql#Geometry AS area http://askco.re/scql/types#salient_point AS human WHERE human.klass = http://example.org/human AND human.status inside area AND distance(image.pose, sp.pose) < 1m ;False;True
Could you bring a box with a tent all persons in need;PERFORM http://askco.re/scql/actions#bring_toex:box AS box TO human.pose WITH scql_types:salient_point AS human WHERE human.klass = http://example.org/human AND human.status in [http://example.org/injured, http://example.org/sick, http://example.org/dying] AND box http://example.org/contains http://example.org/camping_gear ;PERFORM http://askco.re/scql/actions#bring_toex:box AS box TO human.pose WITH scql_types:salient_point AS human WHERE human.klass = http://example.org/human AND human.status inside area AND distance(image.pose, sp.pose) < 1m ;False;True
I would like a picture of all shops with a h color;SELECT http://www.opengis.net/ont/geosparql#Geometry AS area http://askco.re/scql/types#salient_point AS sp http://askco.re/scql/types#image AS image WHERE area.klass = http://example.org/area_of_interest AND sp.klass = http://example.org/shop AND sp.pose inside area AND distance(image.pose, sp.pose) < 1m AND sp.http://example.org/color = t ;SELECT http://www.opengis.net/ont/geosparql#Geometry AS area http://askco.re/scql/types#salient_point AS t ;False;True
I need you to transport a box which contains shelter all humans in need;PERFORM http://askco.re/scql/actions#bring_toex:box AS box TO human.pose WITH scql_types:salient_point AS human WHERE human.klass = http://example.org/human AND human.status in [http://example.org/injured, http://example.org/sick, http://example.org/dying] AND box http://example.org/contains http://example.org/camping_gear ;PERFORM http://askco.re/scql/actions#bring_toex:box AS box TO human.pose WITH scql_types:salient_point AS human WHERE human.klass = http://example.org/human AND human.status inside area AND distance(image.pose, sp.pose) < 1m ;False;True
Could you bring a box with shelter all humans with injury;PERFORM http://askco.re/scql/actions#bring_toex:box AS box TO human.pose WITH scql_types:salient_point AS human WHERE human.klass = ex:human AND human.status = ex:injured AND box http://example.org/contains http://example.org/camping_gear ;PERFORM http://askco.re/scql/actions#bring_toex:box AS box TO human.pose WITH scql_types:salient_point ;False;True
I would like you to bring a box with medication to specific coordinates;PERFORM http://askco.re/scql/actions#bring_toex:box AS box TO scql_types:geo_pose AS pose WHERE pose.klass = ex:location_of_interest AND box http://example.org/contains http://example.org/medication ;PERFORM http://askco.re/scql/actions#bring_toex:box AS box TO scql_types:point_cloud AS scan WHERE scan.pose inside area AND scan.density > 100 point/m^2 ;False;True
I would like you to bring a box with medication all humans with injury;PERFORM http://askco.re/scql/actions#bring_toex:box AS box TO human.pose WITH scql_types:salient_point AS human WHERE human.klass = ex:human AND human.status = ex:injured AND box http://example.org/contains http://example.org/medication ;PERFORM http://askco.re/scql/actions#bring_toex:box AS box TO human.pose WITH scql_types:salient_point AS human WHERE human.klass = ex:human AND human.status = in [http://example.org/injured ;False;True
He would like a image of all shops with a h size;SELECT http://www.opengis.net/ont/geosparql#Geometry AS area http://askco.re/scql/types#salient_point AS sp http://askco.re/scql/types#image AS image WHERE area.klass = http://example.org/area_of_interest AND sp.klass = http://example.org/shop AND sp.pose inside area AND distance(image.pose, sp.pose) < 1m AND sp.http://example.org/size = t ;SELECT http://www.opengis.net/ont/geosparql#Geometry AS area http://askco.re/scql/types#salient_point AS sp http://example.org/size = t ;False;True
I would like a picture of all crossings with a h color;SELECT http://www.opengis.net/ont/geosparql#Geometry AS area http://askco.re/scql/types#salient_point AS sp http://askco.re/scql/types#image AS image WHERE area.klass = http://example.org/area_of_interest AND sp.klass = http://example.org/crossing AND sp.pose inside area AND distance(image.pose, sp.pose) < 1m AND sp.http://example.org/color = t ;SELECT http://www.opengis.net/ont/geosparql#Geometry AS area http://askco.re/scql/types#salient_point AS t ;False;True
I want to see a picture of all houses with a h color;SELECT http://www.opengis.net/ont/geosparql#Geometry AS area http://askco.re/scql/types#salient_point AS sp http://askco.re/scql/types#image AS image WHERE area.klass = http://example.org/area_of_interest AND sp.klass = http://example.org/house AND sp.pose inside area AND distance(image.pose, sp.pose) < 1m AND sp.http://example.org/color = t ;SELECT http://www.opengis.net/ont/geosparql#Geometry AS area http://askco.re/scql/types#color = t ;False;True
Could you bring a box with medicines all humans with injury;PERFORM http://askco.re/scql/actions#bring_toex:box AS box TO human.pose WITH scql_types:salient_point AS human WHERE human.klass = ex:human AND human.status = ex:injured AND box http://example.org/contains http://example.org/medication ;PERFORM http://askco.re/scql/actions#bring_toex:box AS box TO human.pose WITH scql_types:salient_point AS human WHERE human.klass = ex:human AND human.status = EX:injured AND box http://example.org/contains http://thereorg/medication ;False;True
I need you to deliver a box with food near the goal;PERFORM http://askco.re/scql/actions#bring_toex:box AS box TO scql_types:geo_pose AS pose WHERE pose.klass = ex:location_of_interest AND box http://example.org/contains http://example.org/food ;PERFORM http://askco.re/scql/actions#bring_toex:box AS box TO scql_types:geo_pose AS pose WHERE pose.klass = ex:location_of_interest AND box http://example.org/contains http://localhost:food ;False;True
I need you to transport a box which contains medication all sick persons;PERFORM http://askco.re/scql/actions#bring_toex:box AS box TO human.pose WITH scql_types:salient_point AS human WHERE human.klass = ex:human AND human.status = ex:sick AND box http://example.org/contains http://example.org/medication ;PERFORM http://askco.re/scql/actions#bring_toex:box AS box TO human.pose WITH scql_types:salient_point AS human WHERE human.klass = ex:human AND human.status in [http://example.org/sick ;False;True
I want to see a picture of all persons with a r color;SELECT http://www.opengis.net/ont/geosparql#Geometry AS area http://askco.re/scql/types#salient_point AS sp http://askco.re/scql/types#image AS image WHERE area.klass = http://example.org/area_of_interest AND sp.klass = http://example.org/human AND sp.pose inside area AND distance(image.pose, sp.pose) < 1m AND sp.http://example.org/color = e ;SELECT http://www.opengis.net/ont/geosparql#Geometry AS area http://askco.re/scql/types#salient_point AS sp http://example.org/color = e ;False;True
I want to see a picture of all houses;SELECT http://www.opengis.net/ont/geosparql#Geometry AS area http://askco.re/scql/types#salient_point AS sp http://askco.re/scql/types#image AS image WHERE area.klass = http://example.org/area_of_interest AND sp.klass = http://example.org/house AND sp.pose inside area AND distance(image.pose, sp.pose) < 1m ;SELECT http://www.opengis.net/ont/geosparql#Geometry AS area http://askco.re/scql/types#salient_point AS sp http://example.org/point_cloud AS scan WHERE scan.pose inside area AND distance(image.pose, sp.pose) < 1m ;False;True
He is interested in a image of all buildings;SELECT http://www.opengis.net/ont/geosparql#Geometry AS area http://askco.re/scql/types#salient_point AS sp http://askco.re/scql/types#image AS image WHERE area.klass = http://example.org/area_of_interest AND sp.klass = http://example.org/building AND sp.pose inside area AND distance(image.pose, sp.pose) < 1m ;SELECT http://www.opengis.net/ont/geosparql#Geometry AS area http://askco.re/scql/types#point_cloud AS image WHERE area.klass = http://example.org/area_of_interest AND image.pose inside area AND distance(image.pose, sp.pose) < 1m ;False;True
He is interested in a picture of all shops with a h color;SELECT http://www.opengis.net/ont/geosparql#Geometry AS area http://askco.re/scql/types#salient_point AS sp http://askco.re/scql/types#image AS image WHERE area.klass = http://example.org/area_of_interest AND sp.klass = http://example.org/shop AND sp.pose inside area AND distance(image.pose, sp.pose) < 1m AND sp.http://example.org/color = t ;SELECT http://www.opengis.net/ont/geosparql#Geometry AS area http://askco.re/scql/types#salient_point AS t ;False;True
I am interested in a picture of all vehicules;SELECT http://www.opengis.net/ont/geosparql#Geometry AS area http://askco.re/scql/types#salient_point AS sp http://askco.re/scql/types#image AS image WHERE area.klass = http://example.org/area_of_interest AND sp.klass = http://example.org/vehicule AND sp.pose inside area AND distance(image.pose, sp.pose) < 1m ;SELECT http://www.opengis.net/ont/geosparql#Geometry AS area http://askco.re/scql/types#salient_point AS sp http://example.org/point_cloud AS scan WHERE scan.pose inside area AND distance(image.pose, sp.pose) < 1m ;False;True
I would like you to bring a box with a meal all humans in need;PERFORM http://askco.re/scql/actions#bring_toex:box AS box TO human.pose WITH scql_types:salient_point AS human WHERE human.klass = http://example.org/human AND human.status in [http://example.org/injured, http://example.org/sick, http://example.org/dying] AND box http://example.org/contains http://example.org/food ;PERFORM http://askco.re/scql/actions#bring_toex:box AS box TO human.pose WITH scql_types:salient_point AS human WHERE human.klass = http://example.org/human AND human.status inside area AND distance(image.pose, sp.pose) < 1m ;False;True
I would like a picture of all automobiles with a r color;SELECT http://www.opengis.net/ont/geosparql#Geometry AS area http://askco.re/scql/types#salient_point AS sp http://askco.re/scql/types#image AS image WHERE area.klass = http://example.org/area_of_interest AND sp.klass = http://example.org/automobiles AND sp.pose inside area AND distance(image.pose, sp.pose) < 1m AND sp.http://example.org/color = e ;SELECT http://www.opengis.net/ont/geosparql#Geometry AS area http://askco.re/scql/types#salient_point AS sp http://example.org/color = e ;False;True
He is interested in a picture of all automobiles with a h color;SELECT http://www.opengis.net/ont/geosparql#Geometry AS area http://askco.re/scql/types#salient_point AS sp http://askco.re/scql/types#image AS image WHERE area.klass = http://example.org/area_of_interest AND sp.klass = http://example.org/automobiles AND sp.pose inside area AND distance(image.pose, sp.pose) < 1m AND sp.http://example.org/color = t ;SELECT http://www.opengis.net/ont/geosparql#Geometry AS area http://askco.re/scql/types#salient_point AS t ;False;True
I would like you to bring a box with food all persons that need to be rescued;PERFORM http://askco.re/scql/actions#bring_toex:box AS box TO human.pose WITH scql_types:salient_point AS human WHERE human.klass = http://example.org/human AND human.status in [http://example.org/injured, http://example.org/sick, http://example.org/dying] AND box http://example.org/contains http://example.org/food ;PERFORM http://askco.re/scql/actions#bring_toex:box AS box TO human.pose WITH scql_types:salient_point AS human WHERE human.klass = http://example.org/human AND human.status inside area AND distance(image.pose, sp.pose) < 1m ;False;True
I would like you to bring a box with shelter all humans with injury;PERFORM http://askco.re/scql/actions#bring_toex:box AS box TO human.pose WITH scql_types:salient_point AS human WHERE human.klass = ex:human AND human.status = ex:injured AND box http://example.org/contains http://example.org/camping_gear ;PERFORM http://askco.re/scql/actions#bring_toex:box AS box TO human.pose WITH scql_types:salient_point AS human WHERE human.klass = ex:human AND human.status = injury ;False;True
I would like you to bring a box with medicines all persons that need to be rescued;PERFORM http://askco.re/scql/actions#bring_toex:box AS box TO human.pose WITH scql_types:salient_point AS human WHERE human.klass = http://example.org/human AND human.status in [http://example.org/injured, http://example.org/sick, http://example.org/dying] AND box http://example.org/contains http://example.org/medication ;PERFORM http://askco.re/scql/actions#bring_toex:box AS box TO human.pose WITH scql_types:salient_point AS human WHERE human.klass = http://example.org/human AND human.status inside area AND distance(image.pose, sp.pose) < 1m ;False;True
Could you bring a box with food to specific coordinates;PERFORM http://askco.re/scql/actions#bring_toex:box AS box TO scql_types:geo_pose AS pose WHERE pose.klass = ex:location_of_interest AND box http://example.org/contains http://example.org/food ;PERFORM http://askco.re/scql/actions#bring_toex:box AS box TO scql_types:geo_pose AS pose WHERE pose.klass = pose.pose inside area AND distance(image.pose, sp.pose) < 1m ;False;True
I want to see a image of all shops with a h color;SELECT http://www.opengis.net/ont/geosparql#Geometry AS area http://askco.re/scql/types#salient_point AS sp http://askco.re/scql/types#image AS image WHERE area.klass = http://example.org/area_of_interest AND sp.klass = http://example.org/shop AND sp.pose inside area AND distance(image.pose, sp.pose) < 1m AND sp.http://example.org/color = t ;SELECT http://www.opengis.net/ont/geosparql#Geometry AS area http://askco.re/scql/types#salient_point AS sp http://example.org/color = t ;False;True
Could you bring a box with camping gear to this location;PERFORM http://askco.re/scql/actions#bring_toex:box AS box TO scql_types:geo_pose AS pose WHERE pose.klass = ex:location_of_interest AND box http://example.org/contains http://example.org/camping_gear ;PERFORM http://askco.re/scql/actions#bring_toex:box AS box TO scql_types:geo_pose AS pose WHERE pose.klass = ex:location_of_interest AND box http://location.org/contains http://example.com/camping_gear ;False;True
He is interested in a picture of all shops with a h size;SELECT http://www.opengis.net/ont/geosparql#Geometry AS area http://askco.re/scql/types#salient_point AS sp http://askco.re/scql/types#image AS image WHERE area.klass = http://example.org/area_of_interest AND sp.klass = http://example.org/shop AND sp.pose inside area AND distance(image.pose, sp.pose) < 1m AND sp.http://example.org/size = t ;SELECT http://www.opengis.net/ont/geosparql#Geometry AS area http://askco.re/scql/types#salient_point AS sp http://example.org/size = t ;False;True
I need you to transport a box which contains a tent all sick persons;PERFORM http://askco.re/scql/actions#bring_toex:box AS box TO human.pose WITH scql_types:salient_point AS human WHERE human.klass = ex:human AND human.status = ex:sick AND box http://example.org/contains http://example.org/camping_gear ;PERFORM http://askco.re/scql/actions#bring_toex:box AS box TO human.pose WITH scql_types:salient_point AS human WHERE human.klass = ex:human AND human.status in [http://example.org/sick ;False;True
He would like a very detailed point cloud;SELECT http://askco.re/scql/types#point_cloud AS scan WHERE scan.pose inside area AND scan.density > 100 point/m^2 ;SELECT http://askco.re/scql/types#point_cloud AS scan WHERE scan.pose inside area AND scan.density > 100 point/m^2 ;True;True
I need you to deliver a box with medication all injured humans;PERFORM http://askco.re/scql/actions#bring_toex:box AS box TO human.pose WITH scql_types:salient_point AS human WHERE human.klass = ex:human AND human.status = ex:injured AND box http://example.org/contains http://example.org/medication ;PERFORM http://askco.re/scql/actions#bring_toex:box AS box TO human.pose WITH scql_types:salient_point AS human WHERE human.klass = ex:human AND human.status in [http://example.org/injured ;False;True
I need you to deliver a box with shelter to specific coordinates;PERFORM http://askco.re/scql/actions#bring_toex:box AS box TO scql_types:geo_pose AS pose WHERE pose.klass = ex:location_of_interest AND box http://example.org/contains http://example.org/camping_gear ;PERFORM http://askco.re/scql/actions#bring_toex:box AS box TO scql_types:geo_pose AS pose WHERE pose.klass = e ;False;True
He is interested in all humans in need;SELECT http://askco.re/scql/types#salient_point AS human WHERE human.klass = ex:human AND human.status in [http://example.org/injured, http://example.org/sick, http://example.org/dying] ;SELECT http://askco.re/scql/types#salient_point AS human WHERE human.klass = ex:human AND human.status = http://example.org/injured ;False;True
I want to see a high quality 3d model;SELECT http://askco.re/scql/types#point_cloud AS scan WHERE scan.pose inside area AND scan.density > 100 point/m^2 ;SELECT http://askco.re/scql/types#point_cloud AS scan WHERE scan.pose inside area AND scan.density > 100 point/m^2 ;True;True
I want to see a picture of all persons with a b size;SELECT http://www.opengis.net/ont/geosparql#Geometry AS area http://askco.re/scql/types#salient_point AS sp http://askco.re/scql/types#image AS image WHERE area.klass = http://example.org/area_of_interest AND sp.klass = http://example.org/human AND sp.pose inside area AND distance(image.pose, sp.pose) < 1m AND sp.http://example.org/size = i ;SELECT http://www.opengis.net/ont/geosparql#Geometry AS area http://askco.re/scql/types#salient_point AS sp http://example.org/size = i ;False;True
I would like a picture of all cars with a h color;SELECT http://www.opengis.net/ont/geosparql#Geometry AS area http://askco.re/scql/types#salient_point AS sp http://askco.re/scql/types#image AS image WHERE area.klass = http://example.org/area_of_interest AND sp.klass = http://example.org/automobiles AND sp.pose inside area AND distance(image.pose, sp.pose) < 1m AND sp.http://example.org/color = t ;SELECT http://www.opengis.net/ont/geosparql#Geometry AS area http://askco.re/scql/types#salient_point AS t ;False;True
He is interested in a image of all cars with a r color;SELECT http://www.opengis.net/ont/geosparql#Geometry AS area http://askco.re/scql/types#salient_point AS sp http://askco.re/scql/types#image AS image WHERE area.klass = http://example.org/area_of_interest AND sp.klass = http://example.org/automobiles AND sp.pose inside area AND distance(image.pose, sp.pose) < 1m AND sp.http://example.org/color = e ;SELECT http://www.opengis.net/ont/geosparql#Geometry AS area http://askco.re/scql/types#salient_point AS sp http://example.org/color = e ;False;True
I am interested in a image of all houses;SELECT http://www.opengis.net/ont/geosparql#Geometry AS area http://askco.re/scql/types#salient_point AS sp http://askco.re/scql/types#image AS image WHERE area.klass = http://example.org/area_of_interest AND sp.klass = http://example.org/house AND sp.pose inside area AND distance(image.pose, sp.pose) < 1m ;SELECT http://www.opengis.net/ont/geosparql#Geometry AS area:salient_point AS sp http://askco.re/scql/types#image AS image WHERE area.klass = http://example.org/area_of_interest AND image.pose inside area AND distance(image.pose, sp.pose) < 1m ;False;True
I need you to deliver a box with medication all humans with disease;PERFORM http://askco.re/scql/actions#bring_toex:box AS box TO human.pose WITH scql_types:salient_point AS human WHERE human.klass = ex:human AND human.status = ex:sick AND box http://example.org/contains http://example.org/medication ;PERFORM http://askco.re/scql/actions#bring_toex:box AS box TO human.pose WITH scql_types:salient_point AS human WHERE human.klass = ex:human AND human.status in [http://example.org/sick ;False;True
I need you to transport a box which contains food all humans with disease;PERFORM http://askco.re/scql/actions#bring_toex:box AS box TO human.pose WITH scql_types:salient_point AS human WHERE human.klass = ex:human AND human.status = ex:sick AND box http://example.org/contains http://example.org/food ;PERFORM http://askco.re/scql/actions#bring_toex:box AS box TO human.pose WITH scql_types:salient_point AS human WHERE human.klass = ex:human AND human.status in [http://example.org/sick ;False;True
I am interested in a picture of all houses with a b size;SELECT http://www.opengis.net/ont/geosparql#Geometry AS area http://askco.re/scql/types#salient_point AS sp http://askco.re/scql/types#image AS image WHERE area.klass = http://example.org/area_of_interest AND sp.klass = http://example.org/house AND sp.pose inside area AND distance(image.pose, sp.pose) < 1m AND sp.http://example.org/size = i ;SELECT http://www.opengis.net/ont/geosparql#Geometry AS area http://askco.re/scql/types#salient_point AS sp http://klass = http://example.org/size = i ;False;True
I am interested in a picture of all automobiles with a r color;SELECT http://www.opengis.net/ont/geosparql#Geometry AS area http://askco.re/scql/types#salient_point AS sp http://askco.re/scql/types#image AS image WHERE area.klass = http://example.org/area_of_interest AND sp.klass = http://example.org/automobiles AND sp.pose inside area AND distance(image.pose, sp.pose) < 1m AND sp.http://example.org/color = e ;SELECT http://www.opengis.net/ont/geosparql#Geometry AS area http://askco.re/scql/types#salient_point AS sp http://example.org/color = e ;False;True
He would like a image of all victims with a h size;SELECT http://www.opengis.net/ont/geosparql#Geometry AS area http://askco.re/scql/types#salient_point AS sp http://askco.re/scql/types#image AS image WHERE area.klass = http://example.org/area_of_interest AND sp.klass = http://example.org/human AND sp.pose inside area AND distance(image.pose, sp.pose) < 1m AND sp.http://example.org/size = t ;SELECT http://www.opengis.net/ont/geosparql#Geometry AS area http://askco.re/scql/types#salient_point AS sp http://example.org/point_cloud AS scan WHERE scan.pose inside area AND scan.density > 100 point/m^2 ;False;True
I am interested in a picture of all automobiles with a b size;SELECT http://www.opengis.net/ont/geosparql#Geometry AS area http://askco.re/scql/types#salient_point AS sp http://askco.re/scql/types#image AS image WHERE area.klass = http://example.org/area_of_interest AND sp.klass = http://example.org/automobiles AND sp.pose inside area AND distance(image.pose, sp.pose) < 1m AND sp.http://example.org/size = i ;SELECT http://www.opengis.net/ont/geosparql#Geometry AS area http://askco.re/scql/types#salient_point AS sp http://klass = http://example.org/size = i ;False;True
I would like a picture of all crossings;SELECT http://www.opengis.net/ont/geosparql#Geometry AS area http://askco.re/scql/types#salient_point AS sp http://askco.re/scql/types#image AS image WHERE area.klass = http://example.org/area_of_interest AND sp.klass = http://example.org/crossing AND sp.pose inside area AND distance(image.pose, sp.pose) < 1m ;SELECT http://www.opengis.net/ont/geosparql#Geometry AS area http://askco.re/scql/types#salient_point AS human WHERE human.klass = http://example.org/human AND human.status inside area AND distance(image.pose, sp.pose) < 1m ;False;True
I would like you to bring a box with shelter all persons that need to be rescued;PERFORM http://askco.re/scql/actions#bring_toex:box AS box TO human.pose WITH scql_types:salient_point AS human WHERE human.klass = http://example.org/human AND human.status in [http://example.org/injured, http://example.org/sick, http://example.org/dying] AND box http://example.org/contains http://example.org/camping_gear ;PERFORM http://askco.re/scql/actions#bring_toex:box AS box TO human.pose WITH scql_types:salient_point AS human WHERE human.klass = http://example.org/human AND human.status inside area AND distance(image.pose, sp.pose) < 1m ;False;True
He is interested in a picture of all victims with a h size;SELECT http://www.opengis.net/ont/geosparql#Geometry AS area http://askco.re/scql/types#salient_point AS sp http://askco.re/scql/types#image AS image WHERE area.klass = http://example.org/area_of_interest AND sp.klass = http://example.org/human AND sp.pose inside area AND distance(image.pose, sp.pose) < 1m AND sp.http://example.org/size = t ;SELECT http://www.opengis.net/ont/geosparql#Geometry AS area http://askco.re/scql/types#salient_point AS sp http://example.org/size = t ;False;True
I would like a image of all houses with a r color;SELECT http://www.opengis.net/ont/geosparql#Geometry AS area http://askco.re/scql/types#salient_point AS sp http://askco.re/scql/types#image AS image WHERE area.klass = http://example.org/area_of_interest AND sp.klass = http://example.org/house AND sp.pose inside area AND distance(image.pose, sp.pose) < 1m AND sp.http://example.org/color = e ;SELECT http://www.opengis.net/ont/geosparql#Geometry AS area http://askco.re/scql/types#salient_point AS sp http://example.org/color = e ;False;True
I am interested in a image of all humans with a h color;SELECT http://www.opengis.net/ont/geosparql#Geometry AS area http://askco.re/scql/types#salient_point AS sp http://askco.re/scql/types#image AS image WHERE area.klass = http://example.org/area_of_interest AND sp.klass = http://example.org/human AND sp.pose inside area AND distance(image.pose, sp.pose) < 1m AND sp.http://example.org/color = t ;SELECT http://www.opengis.net/ont/geosparql#Geometry AS area http://askco.re/scql/types#salient_point AS sp http://example.org/color = t ;False;True
I am interested in a image of all houses with a r color;SELECT http://www.opengis.net/ont/geosparql#Geometry AS area http://askco.re/scql/types#salient_point AS sp http://askco.re/scql/types#image AS image WHERE area.klass = http://example.org/area_of_interest AND sp.klass = http://example.org/house AND sp.pose inside area AND distance(image.pose, sp.pose) < 1m AND sp.http://example.org/color = e ;SELECT http://www.opengis.net/ont/geosparql#Geometry AS area http://askco.re/scql/types#salient_point AS sp http://example.org/color = e ;False;True
I would like a picture of all cars;SELECT http://www.opengis.net/ont/geosparql#Geometry AS area http://askco.re/scql/types#salient_point AS sp http://askco.re/scql/types#image AS image WHERE area.klass = http://example.org/area_of_interest AND sp.klass = http://example.org/automobiles AND sp.pose inside area AND distance(image.pose, sp.pose) < 1m ;SELECT http://www.opengis.net/ont/geosparql#Geometry AS area http://askco.re/scql/types#salient_point AS human WHERE human.klass = http://example.org/human AND human.status inside area AND distance(image.pose, sp.pose) < 1m ;False;True
I would like you to bring a box with camping gear all persons that need to be rescued;PERFORM http://askco.re/scql/actions#bring_toex:box AS box TO human.pose WITH scql_types:salient_point AS human WHERE human.klass = http://example.org/human AND human.status in [http://example.org/injured, http://example.org/sick, http://example.org/dying] AND box http://example.org/contains http://example.org/camping_gear ;PERFORM http://askco.re/scql/actions#bring_toex:box AS box TO human.pose WITH scql_types:salient_point AS human WHERE human.klass = http://example.org/human AND human.status inside area AND distance(image.pose, sp.pose) < 1m ;False;True
He would like all persons in need;SELECT http://askco.re/scql/types#salient_point AS human WHERE human.klass = ex:human AND human.status in [http://example.org/injured, http://example.org/sick, http://example.org/dying] ;SELECT http://askco.re/scql/types#salient_point AS human WHERE human.klass = ex:human AND human.status = http://example.org/injured ;False;True
I would like you to bring a box with a meal near the goal;PERFORM http://askco.re/scql/actions#bring_toex:box AS box TO scql_types:geo_pose AS pose WHERE pose.klass = ex:location_of_interest AND box http://example.org/contains http://example.org/food ;PERFORM http://askco.re/scql/actions#bring_toex:box AS box TO scql_types:geo_pose AS pose WHERE pose.klass = ex:location_of_interest AND box http://example.org/contains http://image.pose/food ;False;True
I need you to deliver a box with food to specific coordinates;PERFORM http://askco.re/scql/actions#bring_toex:box AS box TO scql_types:geo_pose AS pose WHERE pose.klass = ex:location_of_interest AND box http://example.org/contains http://example.org/food ;PERFORM http://askco.re/scql/actions#bring_toex:box AS box TO scql_types:point_cloud AS scan WHERE scan.pose inside area AND scan.density > 100 point/m^2 ;False;True
He is interested in a image of all shops with a b size;SELECT http://www.opengis.net/ont/geosparql#Geometry AS area http://askco.re/scql/types#salient_point AS sp http://askco.re/scql/types#image AS image WHERE area.klass = http://example.org/area_of_interest AND sp.klass = http://example.org/shop AND sp.pose inside area AND distance(image.pose, sp.pose) < 1m AND sp.http://example.org/size = i ;SELECT http://www.opengis.net/ont/geosparql#Geometry AS area http://askco.re/scql/types#salient_point AS sp http://example.org/size = i ;False;True
I am interested in a picture of all persons with a r color;SELECT http://www.opengis.net/ont/geosparql#Geometry AS area http://askco.re/scql/types#salient_point AS sp http://askco.re/scql/types#image AS image WHERE area.klass = http://example.org/area_of_interest AND sp.klass = http://example.org/human AND sp.pose inside area AND distance(image.pose, sp.pose) < 1m AND sp.http://example.org/color = e ;SELECT http://www.opengis.net/ont/geosparql#Geometry AS area http://askco.re/scql/types#salient_point AS sp http://example.org/color = e ;False;True
I would like a image of all buildings with a r color;SELECT http://www.opengis.net/ont/geosparql#Geometry AS area http://askco.re/scql/types#salient_point AS sp http://askco.re/scql/types#image AS image WHERE area.klass = http://example.org/area_of_interest AND sp.klass = http://example.org/building AND sp.pose inside area AND distance(image.pose, sp.pose) < 1m AND sp.http://example.org/color = e ;SELECT http://www.opengis.net/ont/geosparql#Geometry AS area http://askco.re/scql/types#salient_point AS sp http://example.org/color = e ;False;True
He is interested in a image of all automobiles with a h color;SELECT http://www.opengis.net/ont/geosparql#Geometry AS area http://askco.re/scql/types#salient_point AS sp http://askco.re/scql/types#image AS image WHERE area.klass = http://example.org/area_of_interest AND sp.klass = http://example.org/automobiles AND sp.pose inside area AND distance(image.pose, sp.pose) < 1m AND sp.http://example.org/color = t ;SELECT http://www.opengis.net/ont/geosparql#Geometry AS area http://askco.re/scql/types#salient_point AS sp http://example.org/color = t ;False;True
I would like a picture of all shops with a h size;SELECT http://www.opengis.net/ont/geosparql#Geometry AS area http://askco.re/scql/types#salient_point AS sp http://askco.re/scql/types#image AS image WHERE area.klass = http://example.org/area_of_interest AND sp.klass = http://example.org/shop AND sp.pose inside area AND distance(image.pose, sp.pose) < 1m AND sp.http://example.org/size = t ;SELECT http://www.opengis.net/ont/geosparql#Geometry AS area http://askco.re/scql/types#salient_point AS sp http://example.org/size = t ;False;True
Could you bring a box with medicines to this location;PERFORM http://askco.re/scql/actions#bring_toex:box AS box TO scql_types:geo_pose AS pose WHERE pose.klass = ex:location_of_interest AND box http://example.org/contains http://example.org/medication ;PERFORM http://askco.re/scql/actions#bring_toex:box AS box TO scql_types:geo_pose AS pose WHERE pose.klass = ex:location_of_interest AND box http://location.org/contains http://example.com/medication ;False;True
I would like you to bring a box with a meal all persons that need to be rescued;PERFORM http://askco.re/scql/actions#bring_toex:box AS box TO human.pose WITH scql_types:salient_point AS human WHERE human.klass = http://example.org/human AND human.status in [http://example.org/injured, http://example.org/sick, http://example.org/dying] AND box http://example.org/contains http://example.org/food ;PERFORM http://askco.re/scql/actions#bring_toex:box AS box TO human.pose WITH scql_types:salient_point AS human WHERE human.klass = http://example.org/human AND human.status inside area AND distance(image.pose, sp.pose) < 1m ;False;True
He is interested in a picture of all crossings with a r color;SELECT http://www.opengis.net/ont/geosparql#Geometry AS area http://askco.re/scql/types#salient_point AS sp http://askco.re/scql/types#image AS image WHERE area.klass = http://example.org/area_of_interest AND sp.klass = http://example.org/crossing AND sp.pose inside area AND distance(image.pose, sp.pose) < 1m AND sp.http://example.org/color = e ;SELECT http://www.opengis.net/ont/geosparql#Geometry AS area http://askco.re/scql/types#salient_point AS sp http://example.org/color = e ;False;True
I would like you to bring a box with food near the goal;PERFORM http://askco.re/scql/actions#bring_toex:box AS box TO scql_types:geo_pose AS pose WHERE pose.klass = ex:location_of_interest AND box http://example.org/contains http://example.org/food ;PERFORM http://askco.re/scql/actions#bring_toex:box AS box TO scql_types:geo_pose AS pose WHERE pose.klass = ex:location_of_interest AND box http://example.org/contains http://image.pose/food ;False;True
I would like a picture of all humans with a r color;SELECT http://www.opengis.net/ont/geosparql#Geometry AS area http://askco.re/scql/types#salient_point AS sp http://askco.re/scql/types#image AS image WHERE area.klass = http://example.org/area_of_interest AND sp.klass = http://example.org/human AND sp.pose inside area AND distance(image.pose, sp.pose) < 1m AND sp.http://example.org/color = e ;SELECT http://www.opengis.net/ont/geosparql#Geometry AS area http://askco.re/scql/types#salient_point AS sp http://example.org/color = e ;False;True
Could you bring a box with a meal to specific coordinates;PERFORM http://askco.re/scql/actions#bring_toex:box AS box TO scql_types:geo_pose AS pose WHERE pose.klass = ex:location_of_interest AND box http://example.org/contains http://example.org/food ;PERFORM http://askco.re/scql/actions#bring_toex:box AS box TO scql_types:geo_pose AS pose WHERE pose.klass = pose.pose inside area AND distance(image.pose, sp.pose) < 1m ;False;True
I would like you to bring a box with medication all humans with disease;PERFORM http://askco.re/scql/actions#bring_toex:box AS box TO human.pose WITH scql_types:salient_point AS human WHERE human.klass = ex:human AND human.status = ex:sick AND box http://example.org/contains http://example.org/medication ;PERFORM http://askco.re/scql/actions#bring_toex:box AS box TO human.pose WITH scql_types:salient_point AS human WHERE human.klass = ex:human AND human.status in [http://example.org/sick ;False;True
I need you to deliver a box with medicines to specific coordinates;PERFORM http://askco.re/scql/actions#bring_toex:box AS box TO scql_types:geo_pose AS pose WHERE pose.klass = ex:location_of_interest AND box http://example.org/contains http://example.org/medication ;PERFORM http://askco.re/scql/actions#bring_toex:box AS box TO scql_types:point_cloud AS scan WHERE scan.pose inside area AND scan.density > 100 point/m^2 ;False;True
He would like a image of all shops with a b size;SELECT http://www.opengis.net/ont/geosparql#Geometry AS area http://askco.re/scql/types#salient_point AS sp http://askco.re/scql/types#image AS image WHERE area.klass = http://example.org/area_of_interest AND sp.klass = http://example.org/shop AND sp.pose inside area AND distance(image.pose, sp.pose) < 1m AND sp.http://example.org/size = i ;SELECT http://www.opengis.net/ont/geosparql#Geometry AS area http://askco.re/scql/types#salient_point AS sp http://example.org/size = i ;False;True
I am interested in a image of all crossings with a h size;SELECT http://www.opengis.net/ont/geosparql#Geometry AS area http://askco.re/scql/types#salient_point AS sp http://askco.re/scql/types#image AS image WHERE area.klass = http://example.org/area_of_interest AND sp.klass = http://example.org/crossing AND sp.pose inside area AND distance(image.pose, sp.pose) < 1m AND sp.http://example.org/size = t ;SELECT http://www.opengis.net/ont/geosparql#Geometry AS area http://askco.re/scql/types#salient_point AS sp http://example.org/size = t ;False;True
He would like all sick humans;SELECT http://askco.re/scql/types#salient_point AS human WHERE human.klass = ex:human AND human.status = ex:sick ;SELECT http://askco.re/scql/types#salient_point AS human WHERE human.klass = ex:human AND human.status in [http://example.org/sick ;False;True
I would like you to bring a box with food all sick persons;PERFORM http://askco.re/scql/actions#bring_toex:box AS box TO human.pose WITH scql_types:salient_point AS human WHERE human.klass = ex:human AND human.status = ex:sick AND box http://example.org/contains http://example.org/food ;PERFORM http://askco.re/scql/actions#bring_toex:box AS box TO human.pose WITH scql_types:salient_point AS human WHERE human.klass = ex:human AND human.status in [http://example.org/sick ;False;True
I would like a image of all houses;SELECT http://www.opengis.net/ont/geosparql#Geometry AS area http://askco.re/scql/types#salient_point AS sp http://askco.re/scql/types#image AS image WHERE area.klass = http://example.org/area_of_interest AND sp.klass = http://example.org/house AND sp.pose inside area AND distance(image.pose, sp.pose) < 1m ;SELECT http://www.opengis.net/ont/geosparql#Geometry AS area http://askco.re/scql/types#salient_point AS human WHERE human.klass = http://example.org/human AND human.status inside area AND distance(image.pose, sp.pose) < 1m ;False;True
I need you to transport a box which contains shelter all sick persons;PERFORM http://askco.re/scql/actions#bring_toex:box AS box TO human.pose WITH scql_types:salient_point AS human WHERE human.klass = ex:human AND human.status = ex:sick AND box http://example.org/contains http://example.org/camping_gear ;PERFORM http://askco.re/scql/actions#bring_toex:box AS box TO human.pose WITH scql_types:salient_point AS human WHERE human.klass = ex:human AND human.status in [http://example.org/sick ;False;True
He is interested in a image of all humans with a b size;SELECT http://www.opengis.net/ont/geosparql#Geometry AS area http://askco.re/scql/types#salient_point AS sp http://askco.re/scql/types#image AS image WHERE area.klass = http://example.org/area_of_interest AND sp.klass = http://example.org/human AND sp.pose inside area AND distance(image.pose, sp.pose) < 1m AND sp.http://example.org/size = i ;SELECT http://www.opengis.net/ont/geosparql#Geometry AS area http://askco.re/scql/types#salient_point AS sp http://example.org/size = i ;False;True
He is interested in a picture of all persons with a h size;SELECT http://www.opengis.net/ont/geosparql#Geometry AS area http://askco.re/scql/types#salient_point AS sp http://askco.re/scql/types#image AS image WHERE area.klass = http://example.org/area_of_interest AND sp.klass = http://example.org/human AND sp.pose inside area AND distance(image.pose, sp.pose) < 1m AND sp.http://example.org/size = t ;SELECT http://www.opengis.net/ont/geosparql#Geometry AS area http://askco.re/scql/types#salient_point AS sp http://example.org/size = t ;False;True
I would like you to bring a box with camping gear all persons in need;PERFORM http://askco.re/scql/actions#bring_toex:box AS box TO human.pose WITH scql_types:salient_point AS human WHERE human.klass = http://example.org/human AND human.status in [http://example.org/injured, http://example.org/sick, http://example.org/dying] AND box http://example.org/contains http://example.org/camping_gear ;PERFORM http://askco.re/scql/actions#bring_toex:box AS box TO human.pose WITH scql_types:salient_point AS human WHERE human.klass = http://example.org/human AND human.status inside area AND distance(image.pose, sp.pose) < 1m ;False;True
I need you to deliver a box with a tent all injured humans;PERFORM http://askco.re/scql/actions#bring_toex:box AS box TO human.pose WITH scql_types:salient_point AS human WHERE human.klass = ex:human AND human.status = ex:injured AND box http://example.org/contains http://example.org/camping_gear ;PERFORM http://askco.re/scql/actions#bring_toex:box AS box TO human.pose WITH scql_types:salient_point AS human WHERE human.klass = ex:human AND human.status= ex:injured AND box http://example.org/contains http://Example.org /camping_gear ;False;True
Could you bring a box with shelter all humans with disease;PERFORM http://askco.re/scql/actions#bring_toex:box AS box TO human.pose WITH scql_types:salient_point AS human WHERE human.klass = ex:human AND human.status = ex:sick AND box http://example.org/contains http://example.org/camping_gear ;PERFORM http://askco.re/scql/actions#bring_toex:box AS box TO human.pose WITH scql_types:salient_point AS human WHERE human.klass = ex:human AND human.status in [http://example.org/sick ;False;True
Could you bring a box with food to this location;PERFORM http://askco.re/scql/actions#bring_toex:box AS box TO scql_types:geo_pose AS pose WHERE pose.klass = ex:location_of_interest AND box http://example.org/contains http://example.org/food ;PERFORM http://askco.re/scql/actions#bring_toex:box AS box TO scql_types:geo_pose AS pose WHERE pose.klass = ex:location_of_interest AND box http://location.org/contains http://example.com/food ;False;True
I am interested in a image of all automobiles with a r color;SELECT http://www.opengis.net/ont/geosparql#Geometry AS area http://askco.re/scql/types#salient_point AS sp http://askco.re/scql/types#image AS image WHERE area.klass = http://example.org/area_of_interest AND sp.klass = http://example.org/automobiles AND sp.pose inside area AND distance(image.pose, sp.pose) < 1m AND sp.http://example.org/color = e ;SELECT http://www.opengis.net/ont/geosparql#Geometry AS area http://askco.re/scql/types#salient_point AS sp http://example.org/color = e ;False;True
I want to see a point cloud of the rescue area;SELECT http://www.opengis.net/ont/geosparql#Geometry AS area http://askco.re/scql/types#point_cloud AS scan WHERE scan.pose inside area AND area.uri = http://example.org/rescue_area ;SELECT http://www.opengis.net/ont/geosparql#Geometry AS area http://askco.re/scql/types#point_cloud AS scan WHERE scan.pose inside area AND scan.density > 100 point/m^2 ;False;True
I want to see a picture of all crossings with a r color;SELECT http://www.opengis.net/ont/geosparql#Geometry AS area http://askco.re/scql/types#salient_point AS sp http://askco.re/scql/types#image AS image WHERE area.klass = http://example.org/area_of_interest AND sp.klass = http://example.org/crossing AND sp.pose inside area AND distance(image.pose, sp.pose) < 1m AND sp.http://example.org/color = e ;SELECT http://www.opengis.net/ont/geosparql#Geometry AS area http://askco.re/scql/types#salient_point AS sp http://example.org/color = e ;False;True
I am interested in a picture of all crossings with a b size;SELECT http://www.opengis.net/ont/geosparql#Geometry AS area http://askco.re/scql/types#salient_point AS sp http://askco.re/scql/types#image AS image WHERE area.klass = http://example.org/area_of_interest AND sp.klass = http://example.org/crossing AND sp.pose inside area AND distance(image.pose, sp.pose) < 1m AND sp.http://example.org/size = i ;SELECT http://www.opengis.net/ont/geosparql#Geometry AS area http://askco.re/scql/types#salient_point AS sp http://example.org/point_cloud AS scan WHERE scan.pose inside area AND scan.density > 100 point/m^2 ;False;True
He would like a image of all shops;SELECT http://www.opengis.net/ont/geosparql#Geometry AS area http://askco.re/scql/types#salient_point AS sp http://askco.re/scql/types#image AS image WHERE area.klass = http://example.org/area_of_interest AND sp.klass = http://example.org/shop AND sp.pose inside area AND distance(image.pose, sp.pose) < 1m ;SELECT http://www.opengis.net/ont/geosparql#Geometry AS area http://askco.re/scql/types#salient_point AS human WHERE human.klass = http://example.org/human AND human.status inside area AND distance(image.pose, sp.pose) < 1m ;False;True
I would like a image of all shops with a h color;SELECT http://www.opengis.net/ont/geosparql#Geometry AS area http://askco.re/scql/types#salient_point AS sp http://askco.re/scql/types#image AS image WHERE area.klass = http://example.org/area_of_interest AND sp.klass = http://example.org/shop AND sp.pose inside area AND distance(image.pose, sp.pose) < 1m AND sp.http://example.org/color = t ;SELECT http://www.opengis.net/ont/geosparql#Geometry AS area http://askco.re/scql/types#salient_point AS t ;False;True
I want to see a image of all humans with a b size;SELECT http://www.opengis.net/ont/geosparql#Geometry AS area http://askco.re/scql/types#salient_point AS sp http://askco.re/scql/types#image AS image WHERE area.klass = http://example.org/area_of_interest AND sp.klass = http://example.org/human AND sp.pose inside area AND distance(image.pose, sp.pose) < 1m AND sp.http://example.org/size = i ;SELECT http://www.opengis.net/ont/geosparql#Geometry AS area http://askco.re/scql/types#salient_point AS sp http://example.org/point_cloud AS scan WHERE scan.pose inside area AND scan.density > 100 point/m^2 ;False;True
I want to see all sick persons;SELECT http://askco.re/scql/types#salient_point AS human WHERE human.klass = ex:human AND human.status = ex:sick ;SELECT http://askco.re/scql/types#salient_point AS human WHERE human.klass = ex:human AND human.status in [http://example.org/sick ;False;True
He would like a picture of all vehicules;SELECT http://www.opengis.net/ont/geosparql#Geometry AS area http://askco.re/scql/types#salient_point AS sp http://askco.re/scql/types#image AS image WHERE area.klass = http://example.org/area_of_interest AND sp.klass = http://example.org/vehicule AND sp.pose inside area AND distance(image.pose, sp.pose) < 1m ;SELECT http://www.opengis.net/ont/geosparql#Geometry AS area http://askco.re/scql/types#cloud AS image WHERE area.klass = http://example.org/area_of_interest AND image.pose inside area AND distance(image.pose, sp.pose) < 1m ;False;True
He is interested in a image of all victims;SELECT http://www.opengis.net/ont/geosparql#Geometry AS area http://askco.re/scql/types#salient_point AS sp http://askco.re/scql/types#image AS image WHERE area.klass = http://example.org/area_of_interest AND sp.klass = http://example.org/human AND sp.pose inside area AND distance(image.pose, sp.pose) < 1m ;SELECT http://www.opengis.net/ont/geosparql#Geometry AS area http://askco.re/scql/types#salient_point AS human WHERE human.klass = http://example.org/human AND human.status inside area AND distance(image.pose, sp.pose) < 1m ;False;True
I need you to transport a box which contains shelter all persons in need;PERFORM http://askco.re/scql/actions#bring_toex:box AS box TO human.pose WITH scql_types:salient_point AS human WHERE human.klass = http://example.org/human AND human.status in [http://example.org/injured, http://example.org/sick, http://example.org/dying] AND box http://example.org/contains http://example.org/camping_gear ;PERFORM http://askco.re/scql/actions#bring_toex:box AS box TO human.pose WITH scql_types:salient_point AS human WHERE human.klass = http://example.org/human AND human.status inside area AND distance(image.pose, sp.pose) < 1m ;False;True
I would like a very detailed point cloud;SELECT http://askco.re/scql/types#point_cloud AS scan WHERE scan.pose inside area AND scan.density > 100 point/m^2 ;SELECT http://askco.re/scql/types#point_cloud AS scan WHERE scan.pose inside area AND scan.density > 100 point/m^2 ;True;True
Could you bring a box with food all sick persons;PERFORM http://askco.re/scql/actions#bring_toex:box AS box TO human.pose WITH scql_types:salient_point AS human WHERE human.klass = ex:human AND human.status = ex:sick AND box http://example.org/contains http://example.org/food ;PERFORM http://askco.re/scql/actions#bring_toex:box AS box TO human.pose WITH scql_types:salient_point AS human WHERE human.klass = ex:human AND human.status in [http://example.org/sick ;False;True
I want to see a image of all victims with a h size;SELECT http://www.opengis.net/ont/geosparql#Geometry AS area http://askco.re/scql/types#salient_point AS sp http://askco.re/scql/types#image AS image WHERE area.klass = http://example.org/area_of_interest AND sp.klass = http://example.org/human AND sp.pose inside area AND distance(image.pose, sp.pose) < 1m AND sp.http://example.org/size = t ;SELECT http://www.opengis.net/ont/geosparql#Geometry AS area http://askco.re/scql/types#salient_point AS sp http://example.org/size = t ;False;True
I need you to deliver a box with a meal all humans with disease;PERFORM http://askco.re/scql/actions#bring_toex:box AS box TO human.pose WITH scql_types:salient_point AS human WHERE human.klass = ex:human AND human.status = ex:sick AND box http://example.org/contains http://example.org/food ;PERFORM http://askco.re/scql/actions#bring_toex:box AS box TO human.pose WITH scql_types:salient_point AS human WHERE human.klass = ex:human AND human.status in [http://example.org/sick ;False;True
I am interested in a picture of all cars with a h size;SELECT http://www.opengis.net/ont/geosparql#Geometry AS area http://askco.re/scql/types#salient_point AS sp http://askco.re/scql/types#image AS image WHERE area.klass = http://example.org/area_of_interest AND sp.klass = http://example.org/automobiles AND sp.pose inside area AND distance(image.pose, sp.pose) < 1m AND sp.http://example.org/size = t ;SELECT http://www.opengis.net/ont/geosparql#Geometry AS area http://askco.re/scql/types#salient_point AS sp http://example.org/size = t ;False;True
Could you bring a box with a meal all humans with injury;PERFORM http://askco.re/scql/actions#bring_toex:box AS box TO human.pose WITH scql_types:salient_point AS human WHERE human.klass = ex:human AND human.status = ex:injured AND box http://example.org/contains http://example.org/food ;PERFORM http://askco.re/scql/actions#bring_toex:box AS box TO human.pose WITH scql_types:salient_point AS human WHERE human.klass = ex:human AND human.status = EX:injured AND box http://example.org/contains http://www.ex:food ;False;True
I want to see a image of all victims;SELECT http://www.opengis.net/ont/geosparql#Geometry AS area http://askco.re/scql/types#salient_point AS sp http://askco.re/scql/types#image AS image WHERE area.klass = http://example.org/area_of_interest AND sp.klass = http://example.org/human AND sp.pose inside area AND distance(image.pose, sp.pose) < 1m ;SELECT http://www.opengis.net/ont/geosparql#Geometry AS area http://askco.re/scql/types#salient_point AS human WHERE human.klass = http://example.org/human AND human.status inside area AND distance(image.pose, sp.pose) < 1m ;False;True
I want to see a picture of all humans with a b size;SELECT http://www.opengis.net/ont/geosparql#Geometry AS area http://askco.re/scql/types#salient_point AS sp http://askco.re/scql/types#image AS image WHERE area.klass = http://example.org/area_of_interest AND sp.klass = http://example.org/human AND sp.pose inside area AND distance(image.pose, sp.pose) < 1m AND sp.http://example.org/size = i ;SELECT http://www.opengis.net/ont/geosparql#Geometry AS area http://askco.re/scql/types#salient_point AS sp http://example.org/point_cloud AS scan WHERE scan.pose inside area AND scan.density > 100 point/m^2 ;False;True
He would like a picture of all shops with a h size;SELECT http://www.opengis.net/ont/geosparql#Geometry AS area http://askco.re/scql/types#salient_point AS sp http://askco.re/scql/types#image AS image WHERE area.klass = http://example.org/area_of_interest AND sp.klass = http://example.org/shop AND sp.pose inside area AND distance(image.pose, sp.pose) < 1m AND sp.http://example.org/size = t ;SELECT http://www.opengis.net/ont/geosparql#Geometry AS area http://askco.re/scql/types#salient_point AS sp http://example.org/size = t ;False;True
I am interested in a picture of all automobiles with a h size;SELECT http://www.opengis.net/ont/geosparql#Geometry AS area http://askco.re/scql/types#salient_point AS sp http://askco.re/scql/types#image AS image WHERE area.klass = http://example.org/area_of_interest AND sp.klass = http://example.org/automobiles AND sp.pose inside area AND distance(image.pose, sp.pose) < 1m AND sp.http://example.org/size = t ;SELECT http://www.opengis.net/ont/geosparql#Geometry AS area http://askco.re/scql/types#salient_point AS sp http://example.org/size = t ;False;True
I would like you to bring a box with medicines all persons in need;PERFORM http://askco.re/scql/actions#bring_toex:box AS box TO human.pose WITH scql_types:salient_point AS human WHERE human.klass = http://example.org/human AND human.status in [http://example.org/injured, http://example.org/sick, http://example.org/dying] AND box http://example.org/contains http://example.org/medication ;PERFORM http://askco.re/scql/actions#bring_toex:box AS box TO human.pose WITH scql_types:salient_point AS human WHERE human.klass = http://example.org/human AND human.status inside area AND distance(image.pose, sp.pose) < 1m ;False;True
He is interested in all injured humans;SELECT http://askco.re/scql/types#salient_point AS human WHERE human.klass = ex:human AND human.status = ex:injured ;SELECT http://askco.re/scql/types#point_cloud AS scan WHERE scan.pose inside area AND scan.density > 100 point/m^2 ;False;True
He would like a image of all victims with a b size;SELECT http://www.opengis.net/ont/geosparql#Geometry AS area http://askco.re/scql/types#salient_point AS sp http://askco.re/scql/types#image AS image WHERE area.klass = http://example.org/area_of_interest AND sp.klass = http://example.org/human AND sp.pose inside area AND distance(image.pose, sp.pose) < 1m AND sp.http://example.org/size = i ;SELECT http://www.opengis.net/ont/geosparql#Geometry AS area http://askco.re/scql/types#salient_point AS sp http://example.org/point_cloud AS scan WHERE scan.pose inside area AND scan.density > 100 point/m^2 ;False;True
I am interested in a picture of all crossings with a h color;SELECT http://www.opengis.net/ont/geosparql#Geometry AS area http://askco.re/scql/types#salient_point AS sp http://askco.re/scql/types#image AS image WHERE area.klass = http://example.org/area_of_interest AND sp.klass = http://example.org/crossing AND sp.pose inside area AND distance(image.pose, sp.pose) < 1m AND sp.http://example.org/color = t ;SELECT http://www.opengis.net/ont/geosparql#Geometry AS area http://askco.re/scql/types#color = t ;False;True
He is interested in a image of all victims with a b size;SELECT http://www.opengis.net/ont/geosparql#Geometry AS area http://askco.re/scql/types#salient_point AS sp http://askco.re/scql/types#image AS image WHERE area.klass = http://example.org/area_of_interest AND sp.klass = http://example.org/human AND sp.pose inside area AND distance(image.pose, sp.pose) < 1m AND sp.http://example.org/size = i ;SELECT http://www.opengis.net/ont/geosparql#Geometry AS area http://askco.re/scql/types#salient_point AS sp http://example.org/point_cloud AS scan WHERE scan.pose inside area AND scan.density > 100 point/m^2 ;False;True
I need you to transport a box which contains camping gear all injured humans;PERFORM http://askco.re/scql/actions#bring_toex:box AS box TO human.pose WITH scql_types:salient_point AS human WHERE human.klass = ex:human AND human.status = ex:injured AND box http://example.org/contains http://example.org/camping_gear ;PERFORM http://askco.re/scql/actions#bring_toex:box AS box TO human.pose WITH t ;False;True
I would like a image of all shops with a h size;SELECT http://www.opengis.net/ont/geosparql#Geometry AS area http://askco.re/scql/types#salient_point AS sp http://askco.re/scql/types#image AS image WHERE area.klass = http://example.org/area_of_interest AND sp.klass = http://example.org/shop AND sp.pose inside area AND distance(image.pose, sp.pose) < 1m AND sp.http://example.org/size = t ;SELECT http://www.opengis.net/ont/geosparql#Geometry AS area http://askco.re/scql/types#salient_point AS sp http://example.org/size = t ;False;True
I want to see a picture of all vehicules;SELECT http://www.opengis.net/ont/geosparql#Geometry AS area http://askco.re/scql/types#salient_point AS sp http://askco.re/scql/types#image AS image WHERE area.klass = http://example.org/area_of_interest AND sp.klass = http://example.org/vehicule AND sp.pose inside area AND distance(image.pose, sp.pose) < 1m ;SELECT http://www.opengis.net/ont/geosparql#Geometry AS area http://askco.re/scql/types#salient_point AS sp http://example.org/point_cloud AS scan WHERE scan.pose inside area AND distance(image.pose, sp.pose) < 1m ;False;True
Could you bring a box with medication all sick persons;PERFORM http://askco.re/scql/actions#bring_toex:box AS box TO human.pose WITH scql_types:salient_point AS human WHERE human.klass = ex:human AND human.status = ex:sick AND box http://example.org/contains http://example.org/medication ;PERFORM http://askco.re/scql/actions#bring_toex:box AS box TO human.pose WITH scql_types:salient_point AS human WHERE human.klass = ex:human AND human.status in [http://example.org/sick ;False;True
I am interested in a picture of all persons with a h size;SELECT http://www.opengis.net/ont/geosparql#Geometry AS area http://askco.re/scql/types#salient_point AS sp http://askco.re/scql/types#image AS image WHERE area.klass = http://example.org/area_of_interest AND sp.klass = http://example.org/human AND sp.pose inside area AND distance(image.pose, sp.pose) < 1m AND sp.http://example.org/size = t ;SELECT http://www.opengis.net/ont/geosparql#Geometry AS area http://askco.re/scql/types#salient_point AS sp http://example.org/size = t ;False;True
He would like a image of all vehicules with a r color;SELECT http://www.opengis.net/ont/geosparql#Geometry AS area http://askco.re/scql/types#salient_point AS sp http://askco.re/scql/types#image AS image WHERE area.klass = http://example.org/area_of_interest AND sp.klass = http://example.org/vehicule AND sp.pose inside area AND distance(image.pose, sp.pose) < 1m AND sp.http://example.org/color = e ;SELECT http://www.opengis.net/ont/geosparql#Geometry AS area http://askco.re/scql/types#salient_point AS sp http://example.org/color = e ;False;True
I want to see a image of all crossings with a h size;SELECT http://www.opengis.net/ont/geosparql#Geometry AS area http://askco.re/scql/types#salient_point AS sp http://askco.re/scql/types#image AS image WHERE area.klass = http://example.org/area_of_interest AND sp.klass = http://example.org/crossing AND sp.pose inside area AND distance(image.pose, sp.pose) < 1m AND sp.http://example.org/size = t ;SELECT http://www.opengis.net/ont/geosparql#Geometry AS area http://askco.re/scql/types#salient_point AS sp http://example.org/size = t ;False;True
I am interested in a image of all crossings with a r color;SELECT http://www.opengis.net/ont/geosparql#Geometry AS area http://askco.re/scql/types#salient_point AS sp http://askco.re/scql/types#image AS image WHERE area.klass = http://example.org/area_of_interest AND sp.klass = http://example.org/crossing AND sp.pose inside area AND distance(image.pose, sp.pose) < 1m AND sp.http://example.org/color = e ;SELECT http://www.opengis.net/ont/geosparql#Geometry AS area http://askco.re/scql/types#salient_point AS sp http://example.org/color = e ;False;True
I need you to transport a box which contains medication to this location;PERFORM http://askco.re/scql/actions#bring_toex:box AS box TO scql_types:geo_pose AS pose WHERE pose.klass = ex:location_of_interest AND box http://example.org/contains http://example.org/medication ;PERFORM http://askco.re/scql/actions#bring_toex:box AS box TO scql_types:geo_pose AS pose WHERE pose.klass = ex:location_of_interest AND box http://example.org/contains_point AS scan WHERE scan.pose inside area AND distance(image.pose, sp.pose) < 1m ;False;True
Could you bring a box with shelter all humans in need;PERFORM http://askco.re/scql/actions#bring_toex:box AS box TO human.pose WITH scql_types:salient_point AS human WHERE human.klass = http://example.org/human AND human.status in [http://example.org/injured, http://example.org/sick, http://example.org/dying] AND box http://example.org/contains http://example.org/camping_gear ;PERFORM http://askco.re/scql/actions#bring_toex:box AS box TO human.pose WITH scql_types:salient_point AS human WHERE human.klass = http://example.org/human AND human.status inside area AND distance(image.pose, sp.pose) < 1m ;False;True
I want to see a picture of all victims;SELECT http://www.opengis.net/ont/geosparql#Geometry AS area http://askco.re/scql/types#salient_point AS sp http://askco.re/scql/types#image AS image WHERE area.klass = http://example.org/area_of_interest AND sp.klass = http://example.org/human AND sp.pose inside area AND distance(image.pose, sp.pose) < 1m ;SELECT http://www.opengis.net/ont/geosparql#Geometry AS area http://askco.re/scql/types#salient_point AS human WHERE human.klass = http://example.org/human AND human.status inside area AND distance(image.pose, sp.pose) < 1m ;False;True
I need you to deliver a box with shelter all sick humans;PERFORM http://askco.re/scql/actions#bring_toex:box AS box TO human.pose WITH scql_types:salient_point AS human WHERE human.klass = ex:human AND human.status = ex:sick AND box http://example.org/contains http://example.org/camping_gear ;PERFORM http://askco.re/scql/actions#bring_toex:box AS box TO human.pose WITH scql_types:salient_point AS human WHERE human.klass = ex:human AND human.status in [http://example.org/sick ;False;True
I want to see all humans with disease;SELECT http://askco.re/scql/types#salient_point AS human WHERE human.klass = ex:human AND human.status = ex:sick ;SELECT http://askco.re/scql/types#point_cloud AS scan WHERE scan.pose inside area AND scan.density > 100 point/m^2 ;False;True
He is interested in a image of all persons with a r color;SELECT http://www.opengis.net/ont/geosparql#Geometry AS area http://askco.re/scql/types#salient_point AS sp http://askco.re/scql/types#image AS image WHERE area.klass = http://example.org/area_of_interest AND sp.klass = http://example.org/human AND sp.pose inside area AND distance(image.pose, sp.pose) < 1m AND sp.http://example.org/color = e ;SELECT http://www.opengis.net/ont/geosparql#Geometry AS area http://askco.re/scql/types#salient_point AS sp http://example.org/color = e ;False;True
I need you to deliver a box with shelter all humans in need;PERFORM http://askco.re/scql/actions#bring_toex:box AS box TO human.pose WITH scql_types:salient_point AS human WHERE human.klass = http://example.org/human AND human.status in [http://example.org/injured, http://example.org/sick, http://example.org/dying] AND box http://example.org/contains http://example.org/camping_gear ;PERFORM http://askco.re/scql/actions#bring_toex:box AS box TO human.pose WITH scql_types:salient_point AS human WHERE human.klass = http://example.org/human AND human.status inside area AND distance(image.pose, sp.pose) < 1m ;False;True
He would like a high resolution 3d model;SELECT http://askco.re/scql/types#point_cloud AS scan WHERE scan.pose inside area AND scan.density > 100 point/m^2 ;SELECT http://askco.re/scql/types#point_cloud AS scan WHERE scan.pose inside area AND scan.density > 100 point/m^2 ;True;True
I would like a picture of all victims with a h color;SELECT http://www.opengis.net/ont/geosparql#Geometry AS area http://askco.re/scql/types#salient_point AS sp http://askco.re/scql/types#image AS image WHERE area.klass = http://example.org/area_of_interest AND sp.klass = http://example.org/human AND sp.pose inside area AND distance(image.pose, sp.pose) < 1m AND sp.http://example.org/color = t ;SELECT http://www.opengis.net/ont/geosparql#Geometry AS area http://askco.re/scql/types#salient_point AS sp http://example.org/color = t ;False;True
He would like a image of all persons with a b size;SELECT http://www.opengis.net/ont/geosparql#Geometry AS area http://askco.re/scql/types#salient_point AS sp http://askco.re/scql/types#image AS image WHERE area.klass = http://example.org/area_of_interest AND sp.klass = http://example.org/human AND sp.pose inside area AND distance(image.pose, sp.pose) < 1m AND sp.http://example.org/size = i ;SELECT http://www.opengis.net/ont/geosparql#Geometry AS area http://askco.re/scql/types#salient_point AS sp http://example.org/point_cloud AS scan WHERE scan.pose inside area AND scan.density > 100 point/m^2 ;False;True
I would like a image of all victims with a h size;SELECT http://www.opengis.net/ont/geosparql#Geometry AS area http://askco.re/scql/types#salient_point AS sp http://askco.re/scql/types#image AS image WHERE area.klass = http://example.org/area_of_interest AND sp.klass = http://example.org/human AND sp.pose inside area AND distance(image.pose, sp.pose) < 1m AND sp.http://example.org/size = t ;SELECT http://www.opengis.net/ont/geosparql#Geometry AS area http://askco.re/scql/types#salient_point AS sp http://example.org/point_cloud AS scan WHERE scan.pose inside area AND scan.density > 100 point/m^2 ;False;True
I need you to deliver a box with medicines all injured humans;PERFORM http://askco.re/scql/actions#bring_toex:box AS box TO human.pose WITH scql_types:salient_point AS human WHERE human.klass = ex:human AND human.status = ex:injured AND box http://example.org/contains http://example.org/medication ;PERFORM http://askco.re/scql/actions#bring_toex:box AS box TO human.pose WITH scql_types:salient_point AS human WHERE human.klass = ex:human AND human.status in [http://example.org/injured ;False;True
I need you to transport a box which contains camping gear to specific coordinates;PERFORM http://askco.re/scql/actions#bring_toex:box AS box TO scql_types:geo_pose AS pose WHERE pose.klass = ex:location_of_interest AND box http://example.org/contains http://example.org/camping_gear ;PERFORM http://askco.re/scql/actions#bring_toex:box AS box TO scql_types:geo_pose AS pose WHERE pose.klass = e ;False;True
I would like a image of all crossings with a h color;SELECT http://www.opengis.net/ont/geosparql#Geometry AS area http://askco.re/scql/types#salient_point AS sp http://askco.re/scql/types#image AS image WHERE area.klass = http://example.org/area_of_interest AND sp.klass = http://example.org/crossing AND sp.pose inside area AND distance(image.pose, sp.pose) < 1m AND sp.http://example.org/color = t ;SELECT http://www.opengis.net/ont/geosparql#Geometry AS area http://askco.re/scql/types#salient_point AS t ;False;True
I want to see a picture of all buildings with a h size;SELECT http://www.opengis.net/ont/geosparql#Geometry AS area http://askco.re/scql/types#salient_point AS sp http://askco.re/scql/types#image AS image WHERE area.klass = http://example.org/area_of_interest AND sp.klass = http://example.org/building AND sp.pose inside area AND distance(image.pose, sp.pose) < 1m AND sp.http://example.org/size = t ;SELECT http://www.opengis.net/ont/geosparql#Geometry AS area http://askco.re/scql/types#salient_point AS sp http://example.org/size = t ;False;True
I need you to deliver a box with shelter all humans with disease;PERFORM http://askco.re/scql/actions#bring_toex:box AS box TO human.pose WITH scql_types:salient_point AS human WHERE human.klass = ex:human AND human.status = ex:sick AND box http://example.org/contains http://example.org/camping_gear ;PERFORM http://askco.re/scql/actions#bring_toex:box AS box TO human.pose WITH scql_types:salient_point AS human WHERE human.klass = ex:human AND human.status in [http://example.org/sick ;False;True
I need you to deliver a box with medication all persons in need;PERFORM http://askco.re/scql/actions#bring_toex:box AS box TO human.pose WITH scql_types:salient_point AS human WHERE human.klass = http://example.org/human AND human.status in [http://example.org/injured, http://example.org/sick, http://example.org/dying] AND box http://example.org/contains http://example.org/medication ;PERFORM http://askco.re/scql/actions#bring_toex:box AS box TO human.pose WITH scql_types:salient_point AS human WHERE human.klass = http://example.org/human AND human.status inside area AND distance(image.pose, sp.pose) < 1m ;False;True
I am interested in a picture of all victims with a b size;SELECT http://www.opengis.net/ont/geosparql#Geometry AS area http://askco.re/scql/types#salient_point AS sp http://askco.re/scql/types#image AS image WHERE area.klass = http://example.org/area_of_interest AND sp.klass = http://example.org/human AND sp.pose inside area AND distance(image.pose, sp.pose) < 1m AND sp.http://example.org/size = i ;SELECT http://www.opengis.net/ont/geosparql#Geometry AS area http://askco.re/scql/types#salient_point AS sp http://example.org/point_cloud AS scan WHERE scan.pose inside area AND scan.density > 100 point/m^2 ;False;True
I need you to transport a box which contains food all persons that need to be rescued;PERFORM http://askco.re/scql/actions#bring_toex:box AS box TO human.pose WITH scql_types:salient_point AS human WHERE human.klass = http://example.org/human AND human.status in [http://example.org/injured, http://example.org/sick, http://example.org/dying] AND box http://example.org/contains http://example.org/food ;PERFORM http://askco.re/scql/actions#bring_toex:box AS box TO human.pose WITH scql_types:salient_point AS human WHERE human.klass = http://example.org/human AND human.status inside area AND distance(image.pose, sp.pose) < 1m ;False;True
I need you to deliver a box with food all sick humans;PERFORM http://askco.re/scql/actions#bring_toex:box AS box TO human.pose WITH scql_types:salient_point AS human WHERE human.klass = ex:human AND human.status = ex:sick AND box http://example.org/contains http://example.org/food ;PERFORM http://askco.re/scql/actions#bring_toex:box AS box TO human.pose WITH scql_types:salient_point AS human WHERE human.klass = ex:human AND human.status in [http://example.org/sick ;False;True
He would like a image of all humans with a h color;SELECT http://www.opengis.net/ont/geosparql#Geometry AS area http://askco.re/scql/types#salient_point AS sp http://askco.re/scql/types#image AS image WHERE area.klass = http://example.org/area_of_interest AND sp.klass = http://example.org/human AND sp.pose inside area AND distance(image.pose, sp.pose) < 1m AND sp.http://example.org/color = t ;SELECT http://www.opengis.net/ont/geosparql#Geometry AS area http://askco.re/scql/types#salient_point AS sp http://example.org/color = t ;False;True
I would like a image of all victims with a b size;SELECT http://www.opengis.net/ont/geosparql#Geometry AS area http://askco.re/scql/types#salient_point AS sp http://askco.re/scql/types#image AS image WHERE area.klass = http://example.org/area_of_interest AND sp.klass = http://example.org/human AND sp.pose inside area AND distance(image.pose, sp.pose) < 1m AND sp.http://example.org/size = i ;SELECT http://www.opengis.net/ont/geosparql#Geometry AS area http://askco.re/scql/types#salient_point AS sp http://example.org/point_cloud AS scan WHERE scan.pose inside area AND scan.density > 100 point/m^2 ;False;True
I need you to transport a box which contains medication all sick humans;PERFORM http://askco.re/scql/actions#bring_toex:box AS box TO human.pose WITH scql_types:salient_point AS human WHERE human.klass = ex:human AND human.status = ex:sick AND box http://example.org/contains http://example.org/medication ;PERFORM http://askco.re/scql/actions#bring_toex:box AS box TO human.pose WITH scql_types:salient_point AS human WHERE human.klass = ex:human AND human.status in [http://example.org/sick ;False;True
I want to see a image of all automobiles with a r color;SELECT http://www.opengis.net/ont/geosparql#Geometry AS area http://askco.re/scql/types#salient_point AS sp http://askco.re/scql/types#image AS image WHERE area.klass = http://example.org/area_of_interest AND sp.klass = http://example.org/automobiles AND sp.pose inside area AND distance(image.pose, sp.pose) < 1m AND sp.http://example.org/color = e ;SELECT http://www.opengis.net/ont/geosparql#Geometry AS area http://askco.re/scql/types#salient_point AS sp http://example.org/color = e ;False;True
I would like you to bring a box with a meal all sick humans;PERFORM http://askco.re/scql/actions#bring_toex:box AS box TO human.pose WITH scql_types:salient_point AS human WHERE human.klass = ex:human AND human.status = ex:sick AND box http://example.org/contains http://example.org/food ;PERFORM http://askco.re/scql/actions#bring_toex:box AS box TO human.pose WITH scql_types:salient_point AS human WHERE human.klass = ex:human AND human.status in [http://example.org/sick ;False;True
I need you to deliver a box with medicines all persons in need;PERFORM http://askco.re/scql/actions#bring_toex:box AS box TO human.pose WITH scql_types:salient_point AS human WHERE human.klass = http://example.org/human AND human.status in [http://example.org/injured, http://example.org/sick, http://example.org/dying] AND box http://example.org/contains http://example.org/medication ;PERFORM http://askco.re/scql/actions#bring_toex:box AS box TO human.pose WITH scql_types:salient_point AS human WHERE human.klass = http://example.org/human AND human.status inside area AND distance(image.pose, sp.pose) < 1m ;False;True
I need you to transport a box which contains medicines all humans with injury;PERFORM http://askco.re/scql/actions#bring_toex:box AS box TO human.pose WITH scql_types:salient_point AS human WHERE human.klass = ex:human AND human.status = ex:injured AND box http://example.org/contains http://example.org/medication ;PERFORM http://askco.re/scql/actions#bring_toex:box AS box TO human.pose WITH scql_types:salient_point AS human WHERE human.klass = ex:human AND human.status = injury ;False;True
I would like all sick humans;SELECT http://askco.re/scql/types#salient_point AS human WHERE human.klass = ex:human AND human.status = ex:sick ;SELECT http://askco.re/scql/types#salient_point AS human WHERE human.klass = ex:human AND human.status in [http://example.org/sick ;False;True
I am interested in a picture of all victims with a h color;SELECT http://www.opengis.net/ont/geosparql#Geometry AS area http://askco.re/scql/types#salient_point AS sp http://askco.re/scql/types#image AS image WHERE area.klass = http://example.org/area_of_interest AND sp.klass = http://example.org/human AND sp.pose inside area AND distance(image.pose, sp.pose) < 1m AND sp.http://example.org/color = t ;SELECT http://www.opengis.net/ont/geosparql#Geometry AS area http://askco.re/scql/types#color = t ;False;True
I need you to transport a box which contains medication all humans with disease;PERFORM http://askco.re/scql/actions#bring_toex:box AS box TO human.pose WITH scql_types:salient_point AS human WHERE human.klass = ex:human AND human.status = ex:sick AND box http://example.org/contains http://example.org/medication ;PERFORM http://askco.re/scql/actions#bring_toex:box AS box TO human.pose WITH scql_types:salient_point AS human WHERE human.klass = ex:human AND human.status in [http://example.org/sick ;False;True
Could you bring a box with a tent to this location;PERFORM http://askco.re/scql/actions#bring_toex:box AS box TO scql_types:geo_pose AS pose WHERE pose.klass = ex:location_of_interest AND box http://example.org/contains http://example.org/camping_gear ;PERFORM http://askco.re/scql/actions#bring_toex:box AS box TO scql_types:geo_pose AS pose WHERE pose.klass = ex:location_of_interest AND box http://location.org/contains http://example.com/camping_gear ;False;True
I want to see a picture of all automobiles with a r color;SELECT http://www.opengis.net/ont/geosparql#Geometry AS area http://askco.re/scql/types#salient_point AS sp http://askco.re/scql/types#image AS image WHERE area.klass = http://example.org/area_of_interest AND sp.klass = http://example.org/automobiles AND sp.pose inside area AND distance(image.pose, sp.pose) < 1m AND sp.http://example.org/color = e ;SELECT http://www.opengis.net/ont/geosparql#Geometry AS area http://askco.re/scql/types#salient_point AS sp http://example.org/color = e ;False;True
Could you bring a box with a tent to specific coordinates;PERFORM http://askco.re/scql/actions#bring_toex:box AS box TO scql_types:geo_pose AS pose WHERE pose.klass = ex:location_of_interest AND box http://example.org/contains http://example.org/camping_gear ;PERFORM http://askco.re/scql/actions#bring_toex:box AS box TO scql_types:point_cloud AS scan WHERE scan.pose inside area AND scan.density > 100 point/m^2 ;False;True
He would like a picture of all crossings with a h size;SELECT http://www.opengis.net/ont/geosparql#Geometry AS area http://askco.re/scql/types#salient_point AS sp http://askco.re/scql/types#image AS image WHERE area.klass = http://example.org/area_of_interest AND sp.klass = http://example.org/crossing AND sp.pose inside area AND distance(image.pose, sp.pose) < 1m AND sp.http://example.org/size = t ;SELECT http://www.opengis.net/ont/geosparql#Geometry AS area http://askco.re/scql/types#salient_point AS sp http://example.org/point_cloud AS scan WHERE scan.pose inside area AND scan.density > 100 point/m^2 ;False;True
I am interested in all persons that need to be rescued;SELECT http://askco.re/scql/types#salient_point AS human WHERE human.klass = ex:human AND human.status in [http://example.org/injured, http://example.org/sick, http://example.org/dying] ;SELECT http://askco.re/scql/types#salient_point AS human WHERE human.klass = ex:human AND human.status = http://example.org/injured ;False;True
He is interested in a image of all automobiles with a r color;SELECT http://www.opengis.net/ont/geosparql#Geometry AS area http://askco.re/scql/types#salient_point AS sp http://askco.re/scql/types#image AS image WHERE area.klass = http://example.org/area_of_interest AND sp.klass = http://example.org/automobiles AND sp.pose inside area AND distance(image.pose, sp.pose) < 1m AND sp.http://example.org/color = e ;SELECT http://www.opengis.net/ont/geosparql#Geometry AS area http://askco.re/scql/types#salient_point AS sp http://example.org/color = e ;False;True
I need you to transport a box which contains medication all injured humans;PERFORM http://askco.re/scql/actions#bring_toex:box AS box TO human.pose WITH scql_types:salient_point AS human WHERE human.klass = ex:human AND human.status = ex:injured AND box http://example.org/contains http://example.org/medication ;PERFORM http://askco.re/scql/actions#bring_toex:box AS box TO human.pose WITH scql_types:salient_point AS human WHERE human.klass = ex:human AND human.status in [http://example.org/injured ;False;True
I need you to deliver a box with camping gear all sick persons;PERFORM http://askco.re/scql/actions#bring_toex:box AS box TO human.pose WITH scql_types:salient_point AS human WHERE human.klass = ex:human AND human.status = ex:sick AND box http://example.org/contains http://example.org/camping_gear ;PERFORM http://askco.re/scql/actions#bring_toex:box AS box TO human.pose WITH scql_types:salient_point AS human WHERE human.klass = ex:human AND human.status in [http://example.org/sick ;False;True
I am interested in a picture of all shops with a r color;SELECT http://www.opengis.net/ont/geosparql#Geometry AS area http://askco.re/scql/types#salient_point AS sp http://askco.re/scql/types#image AS image WHERE area.klass = http://example.org/area_of_interest AND sp.klass = http://example.org/shop AND sp.pose inside area AND distance(image.pose, sp.pose) < 1m AND sp.http://example.org/color = e ;SELECT http://www.opengis.net/ont/geosparql#Geometry AS area http://askco.re/scql/types#salient_point AS sp http://example.org/color = e ;False;True
He would like a picture of all shops with a b size;SELECT http://www.opengis.net/ont/geosparql#Geometry AS area http://askco.re/scql/types#salient_point AS sp http://askco.re/scql/types#image AS image WHERE area.klass = http://example.org/area_of_interest AND sp.klass = http://example.org/shop AND sp.pose inside area AND distance(image.pose, sp.pose) < 1m AND sp.http://example.org/size = i ;SELECT http://www.opengis.net/ont/geosparql#Geometry AS area http://askco.re/scql/types#salient_point AS sp http://example.org/size = i ;False;True
I need you to transport a box which contains camping gear all persons that need to be rescued;PERFORM http://askco.re/scql/actions#bring_toex:box AS box TO human.pose WITH scql_types:salient_point AS human WHERE human.klass = http://example.org/human AND human.status in [http://example.org/injured, http://example.org/sick, http://example.org/dying] AND box http://example.org/contains http://example.org/camping_gear ;PERFORM http://askco.re/scql/actions#bring_toex:box AS box TO human.pose WITH scql_types:salient_point AS human WHERE human.klass = http://example.org/human AND human.status inside area AND distance(image.pose, sp.pose) < 1m ;False;True
I would like all humans in need;SELECT http://askco.re/scql/types#salient_point AS human WHERE human.klass = ex:human AND human.status in [http://example.org/injured, http://example.org/sick, http://example.org/dying] ;SELECT http://askco.re/scql/types#salient_point AS human WHERE human.klass = ex:human AND human.status = http://example.org/injured ;False;True
Could you bring a box with camping gear near the goal;PERFORM http://askco.re/scql/actions#bring_toex:box AS box TO scql_types:geo_pose AS pose WHERE pose.klass = ex:location_of_interest AND box http://example.org/contains http://example.org/camping_gear ;PERFORM http://askco.re/scql/actions#bring_toex:box AS box TO scql_types:geo_pose AS pose WHERE pose.klass = ex:location_of_interest AND box http://location.org/contains http://example.com/camping_gear ;False;True
I would like all persons in need;SELECT http://askco.re/scql/types#salient_point AS human WHERE human.klass = ex:human AND human.status in [http://example.org/injured, http://example.org/sick, http://example.org/dying] ;SELECT http://askco.re/scql/types#salient_point AS human WHERE human.klass = ex:human AND human.status = http://example.org/injured ;False;True
Could you bring a box with a tent all humans with injury;PERFORM http://askco.re/scql/actions#bring_toex:box AS box TO human.pose WITH scql_types:salient_point AS human WHERE human.klass = ex:human AND human.status = ex:injured AND box http://example.org/contains http://example.org/camping_gear ;PERFORM http://askco.re/scql/actions#bring_toex:box AS box TO human.pose WITH scql_types:salient_point AS human WHERE human.klass = ex:human AND human.status = ex :injured AND box http://example.org/contains http://twitter.com/camping_gear ;False;True
I am interested in a picture of all humans;SELECT http://www.opengis.net/ont/geosparql#Geometry AS area http://askco.re/scql/types#salient_point AS sp http://askco.re/scql/types#image AS image WHERE area.klass = http://example.org/area_of_interest AND sp.klass = http://example.org/human AND sp.pose inside area AND distance(image.pose, sp.pose) < 1m ;SELECT http://www.opengis.net/ont/geosparql#Geometry AS area http://askco.re/scql/types#salient_point AS human WHERE human.klass = ex:human AND human.status inside area AND distance(image.pose, sp.pose) < 1m ;False;True
I want to see a image of all houses with a r color;SELECT http://www.opengis.net/ont/geosparql#Geometry AS area http://askco.re/scql/types#salient_point AS sp http://askco.re/scql/types#image AS image WHERE area.klass = http://example.org/area_of_interest AND sp.klass = http://example.org/house AND sp.pose inside area AND distance(image.pose, sp.pose) < 1m AND sp.http://example.org/color = e ;SELECT http://www.opengis.net/ont/geosparql#Geometry AS area http://askco.re/scql/types#salient_point AS sp http://example.org/color = e ;False;True
I would like you to bring a box with a meal all humans with injury;PERFORM http://askco.re/scql/actions#bring_toex:box AS box TO human.pose WITH scql_types:salient_point AS human WHERE human.klass = ex:human AND human.status = ex:injured AND box http://example.org/contains http://example.org/food ;PERFORM http://askco.re/scql/actions#bring_toex:box AS box TO human.pose WITH scql_types:salient_point AS human WHERE human.klass = ex:human AND human.status = in [http://example.org/injured ;False;True
This diff is collapsed.
Source diff could not be displayed: it is too large. Options to address this: view the blob.
Source diff could not be displayed: it is too large. Options to address this: view the blob.
This diff is collapsed.
import sys
import json
import random
from sklearn.model_selection import train_test_split
import pandas as pd
if __name__ == "__main__":
if len(sys.argv) != 3:
print("Usage: python train-test-split.py <train_percentage> <input_file>")
sys.exit(1)
train_percentage = int(sys.argv[1])
input_file = sys.argv[2]
file_name = input_file.split(".csv")[0]
df = pd.read_csv(input_file, sep=";", on_bad_lines='skip')
train, test = train_test_split(df, train_size=train_percentage/100)
train.to_csv(file_name + "-train.csv", sep=";", index=False)
test.to_csv(file_name + "-test.csv", sep=";", index=False)
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment