Skip to content

Commit 7a9a661

Browse files
committed
update Semantic Version and documentation of WebService query example
1 parent a7a30df commit 7a9a661

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

PSOATransRun/src/main/java/org/ruleml/psoa/psoatransrun/PSOATransRun.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ else if (lang.equalsIgnoreCase("tptp"))
107107
{
108108
systemInstantiation = "[PSOA2TPTP,VampirePrime]";
109109
}
110-
return "PSOATransRun" + "1.4.3" + systemInstantiation;
110+
return "PSOATransRun" + "1.4.4" + systemInstantiation;
111111
}
112112

113113
/***

PSOATransRunWebService/src/main/webapp/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
//const SamplePSOAQuery="?f#_family(_husb->_Joe _wife->?Wi _child->?Ch)";
6363
const SamplePSOAQuery=
6464
"% An atom having retrievable coursehours slot dependent on ?pred variable\n" +
65-
"% is ?oid-coreferencing a conjoined\n" +
65+
"% is ?oid-coreferenced by a conjoined\n" +
6666
"% atom having derivable workmix slot dependent on predicate constant TA\n" +
6767
"And(?oid#?pred(coursehours+>?hours) ?oid#TA(workmix+>?kind))" ;
6868
//const App = "psoa2tptp-trans";

0 commit comments

Comments
 (0)