Perform Mission Execution Ontology query queries/MissionQuery_03_GoalFollowsItself.rq using turtle form of AVCL mission missions/turtle/HospitalShipEmDecoy3.Defender.EthicalControlOODAConverted.ttl to produce output log file queries/HospitalShipEmDecoy3.Defender.EthicalControlOODAConverted.MissionQuery_03_GoalFollowsItself.rq.txt =========================== PREFIX : PREFIX meo: PREFIX owl: PREFIX rdf: PREFIX rdfs: PREFIX xml: PREFIX xsd: # TODO does @base simplify the variable outputs? # @base # MissionQuery_03_GoalFollowsItself.rq # Find Goal instances that follow themselves, potentially creating loops in the Goal tree. # TODO configure ARQ to include reasoner, and turn it on, for proper operation of this query. # TODO future query will further check whether looping preconditions are met, preventing deadlock. SELECT ?loopingGoal WHERE { ?loopingGoal meo:isFollowedBy ?loopingGoal . } ORDER BY ?loopingGoal --------------- | loopingGoal | =============== ---------------