/usr/lib/python2.7/dist-packages/swap/check.py is in python-swap 1.2.1-7.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 898 899 900 901 902 903 904 905 906 907 908 909 910 911 912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 927 928 929 930 931 932 933 934 935 936 937 938 | """Check a proof
This is a simple proof checker. It hasn't itself been proved,
and there are probably lots of ways to fool it especially as a deliberate
malicious attack. That is because there are simple things I may have forgotten
to check.
Command line options for debug:
-v50 Set verbosity to 50 (range is 0 -100)
-c50 Set verbosity for inference done by cwm code to 50
-p50 Set verobsity when parsing top 50
@@for more command line options, see main() in source
"""
__version__ = '$Id: check.py,v 1.59 2007/06/26 02:36:15 syosi Exp $'[1:-1]
# mystore and term should be swappable with rdflib; shared interfaces
from swap.myStore import load, Namespace, formula #@@get rid of the global store
from swap.RDFSink import PRED, SUBJ, OBJ #@@ this is the old quad API; should go.
from swap.set_importer import Set # which python version shall we support?
from swap.term import List, Literal, CompoundTerm, BuiltIn, Function #@@ TODO: split built-ins out of swap.term. don't rely on interning at the interface
from swap.llyn import Formula #@@ dependency should not be be necessary
from swap.diag import verbosity, setVerbosity, progress
from swap import diag
from swap.query import testIncludes #see also http://en.wikipedia.org/wiki/Unification . Currently cwm's unification algorithm is spread all over the place.
import swap.llyn # Chosen engine registers itself
import sys # to get exception info for diagnostics
reason = Namespace("http://www.w3.org/2000/10/swap/reason#")
log = Namespace("http://www.w3.org/2000/10/swap/log#")
rdf=Namespace("http://www.w3.org/1999/02/22-rdf-syntax-ns#")
rei = Namespace("http://www.w3.org/2004/06/rei#")
chatty = 0
debugLevelForInference = 000
debugLevelForParsing = 0
nameBlankNodes = 0
proofSteps = 0
knownReasons = Set([reason.Premise, reason.Parsing,
reason.Inference, reason.Conjunction,
reason.Fact, reason.Extraction,
reason.CommandLine,
reason.Conclusion])
class Policy(object):
"""a proof-checking policy"""
def documentOK(self, u):
raise RuntimeError("subclass must implement")
def assumes(self, f):
"""Check whether a formula is an axiom.
Hmm... move checkBuiltin here?"""
raise RuntimeError("subclass must implement")
class AllPremises(Policy):
"""A useful testing policy is to accept all premises and no sources.
"""
def __init__(self):
return Policy.__init__(self, True)
def assumes(self, f):
return True
def documentOK(self, f):
return False
class FormulaCache(object):
def __init__(self):
self._loaded = {}
def get(self, uri):
f = self._loaded.get(uri, None)
if f == None:
setVerbosity(debugLevelForParsing)
f = load(uri, flags="B").close() # why B? -DWC
setVerbosity(0)
self._loaded[uri] = f
assert f.canonical is f, `f.canonical`
return f
def topLevelLoad(uri=None, flags=''):
graph = formula()
graph.setClosureMode("e") # Implement sameAs by smushing
graph = load(uri, flags=flags, openFormula=graph)
bindings = {}
for s in graph.statementsMatching(pred=reason.representedBy):
val, _, key = s.spo()
bindings[key] = val
return graph.substitution(bindings)
def n3Entails(f, g, skipIncludes=0, level=0):
"""Does f N3-entail g?
First try indexed graph match algorithm, and if that fails,
unification."""
v = verbosity()
setVerbosity(debugLevelForInference)
try:
if f is g:
fyi("Yahooo! ######### ")
return 1
if not isinstance(f, Formula) or not isinstance(g, Formula):
return 0
#if len(g) != 4: return True #I hope not....
f.resetRenames()
try:
if testIncludes(f,g):
fyi(lambda : "Indexed query works looking in %s for %s" %(f,g), level)
return 1
finally:
f.resetRenames(False)
return False
return bool(g.n3EntailedBy(f))
fyi("Indexed query fails to find match, try unification", level)
for s in g:
context, pred, subj, obj = s.quad
if skipIncludes and pred is context.store.includes:
fyi("(log:includes found in antecedent, assumed good)", level)
continue
if f.statementsMatching(pred=pred, subj=subj,
obj=obj) != []:
fyi("Statement found in index: %s" % s, level)
continue
for t in f.statements:
fyi("Trying unify statement %s" %(`t`), level=level+1, thresh=70)
if (t[PRED].unify(pred) != [] and
t[SUBJ].unify(subj) != [] and
t[OBJ].unify(obj) != []):
fyi("Statement unified: %s" % t, level)
break
else:
setVerbosity(0)
fyi("""n3Entailment failure.\nCan't find: %s=%s\nin formula: %s=%s\n""" %
(g, g.n3String(), f, f.n3String()), level, thresh=1)
fyi("""The triple which failed to match was %s""" % s, thresh=-1)
return 0
return 1
finally:
setVerbosity(v)
class InvalidProof(Exception):
def __init__(self, s, level=0):
self._s = s
if True or chatty > 0:
progress(" "*(level*4), "Proof failed: ", s)
def __str__(self):
return self._s
class PolicyViolation(InvalidProof):
pass
class LogicalFallacy(InvalidProof):
pass
class Checker(FormulaCache):
def __init__(self, proof):
"""proof is the formula which contains the proof
"""
FormulaCache.__init__(self)
self._checked = {}
self._pf = proof
# step numbers for report() method
self._num = {}
self._maxn = 0
def conjecture(self):
"""return the formula that is claimed to be proved and
the main justification step.
"""
s = self._pf.the(pred=rdf.type, obj=reason.Proof)
if not s: raise InvalidProof("no main :Proof step")
f = self._pf.the(subj=s, pred=reason.gives)
if not f: raise InvalidProof("main Proof step has no :gives")
return f, s
def result(self, r, policy, level=0):
"""Get the result of a proof step.
r is the step to be checked; in the case of the root reason,
proof.the(pred=rdf.type, obj=reason.Proof),
as from `proofStep()`
level is just the nesting level for diagnostic output
Returns the formula proved
raises InvalidProof (perhaps IOError, others)
"""
fyi("Starting valid on %s" % r, level=level, thresh=1000)
f = self._checked.get(r, None)
if f is not None:
fyi("Cache hit: already checked reason for %s is %s."%(f, r), level, 80)
return f
global proofSteps
proofSteps += 1
proof = self._pf
f = proof.any(r, reason.gives)
if f != None:
assert isinstance(f, Formula), \
"%s gives: %s which should be Formula" % (`r`, f)
fs = " proof of %s" % f
else:
fs = ""
# fyi("Validating: Reason for %s is %s."%(f, r), level, 60)
if r == None:
if f is None: txt = 'None'
else: txt = f.n3String()
raise InvalidProof("No reason for "+`f` + " :\n\n"+ txt +"\n\n", level=level)
classesOfReason = knownReasons.intersection(proof.each(subj=r, pred=rdf.type))
if len(classesOfReason) < 1:
raise InvalidProof("%s does not have the type of any reason" % r)
if len(classesOfReason) > 1:
raise InvalidProof("%s has too many reasons, being %s" % (r, classesOfReason))
t = classesOfReason.pop()
fyi("%s %s %s"%(t,r,fs), level=level, thresh=10)
level = level + 1
if t is reason.Parsing:
return self.checkParsing(r, f, policy, level)
elif t is reason.Inference:
g = checkGMP(r, f, self, policy, level)
elif t is reason.Conjunction:
g = checkConjunction(r, f, self, policy, level)
elif t is reason.Fact:
return checkBuiltin(r, f, self, policy, level)
elif t is reason.Conclusion:
return checkSupports(r, f, self, policy, level)
elif t is reason.Extraction:
return checkExtraction(r, f, self, policy, level)
elif t is reason.CommandLine:
raise RuntimeError("shouldn't get here: command line a not a proof step")
elif t is reason.Premise:
g = proof.the(r, reason.gives)
if g is None: raise InvalidProof("No given input for %s" % r)
fyi(lambda : "Premise is: %s" % g.n3String(), level, thresh=25)
if not policy.assumes(g):
raise PolicyViolation("I cannot assume %s" % g)
# this is crying out for a unit test -DWC
if g.occurringIn(g.existentials()) != g.existentials(): # Check integrity
raise RuntimeError(g.debugString())
## setVerbosity(1000)
fyi("About to check if proved %s matches given %s" % (g, f), level=level, thresh=100)
if f is not None and f.unify(g) == []:
diag.chatty_flag=1000
f.unify(g)
setVerbosity(0)
raise LogicalFallacy("%s: Calculated formula: %s\ndoes not match given: %s" %
(t, g.debugString(), f.debugString()))
## setVerbosity(0)
self._checked[r] = g
fyi(lambda : "\n\nRESULT of %s %s is:\n%s\n\n" %(t,r,g.n3String()), level, thresh=100)
return g
def checkParsing(self, r, f, policy, level):
proof = self._pf
res = proof.any(subj=r, pred=reason.source)
if res == None: raise InvalidProof("No source given to parse", level=level)
u = res.uriref()
if not policy.documentOK(u):
raise PolicyViolation("I cannot trust that source: %s" % u)
v = verbosity()
setVerbosity(debugLevelForParsing)
try:
g = self.get(u)
except IOError:
raise InvalidProof("Can't retreive/parse <%s> because:\n %s."
%(u, sys.exc_info()[1].__str__()), 0)
setVerbosity(v)
if f != None: # Additional intermediate check not essential
#@@ this code is untested, no? -DWC
if f.unify(g) == []:
raise InvalidProof("""Parsed data does not match that given.\n
Parsed: <%s>\n\n
Given: %s\n\n""" % (g,f) , level=level)
self._checked[r] = g
return g
def report(self, out, f=None, step=None):
try:
return self._num[step]
except KeyError:
pass
proof = self._pf
if step is None:
f, step = self.conjecture()
if f is None:
f = proof.the(subj=step, pred=reason.gives)
t = knownReasons.intersection(proof.each(subj=step,
pred=rdf.type)).pop()
if f:
# get rid of the prefix lines
body = f.n3String().split("\n")
while body[0].strip().startswith("@"):
del body[0]
body = " ".join(body) # put the lines back together
body = " ".join(body.split()) # normalize whitespace
else:
body = "..." #hmm...
if t is reason.Parsing:
res = proof.any(subj=step, pred=reason.source)
self._maxn += 1
num = self._maxn
out.write("%d: %s\n [by parsing <%s>]\n\n" %
(num, body, res))
elif t is reason.Inference:
evidence = proof.the(subj=step, pred=reason.evidence)
ej = []
for e in evidence:
n = self.report(out, None, e)
ej.append(n)
rule = proof.the(subj=step, pred=reason.rule)
rn = self.report(out, None, rule)
bindings={}
for b in proof.each(subj=step, pred=reason.binding):
varq = proof.the(subj=b, pred=reason.variable)
var = proof.any(subj=varq, pred=rei.nodeId) or \
proof.any(subj=varq, pred=rei.uri)
# get VAR from "...foo.n3#VAR"
varname = str(var).split("#")[1]
termq = proof.the(subj=b, pred=reason.boundTo)
if isinstance(termq, Literal) \
or isinstance(termq, Formula):
bindings[varname] = `termq`
else:
term = proof.any(subj=termq, pred=rei.uri)
if term:
bindings[varname] = "<%s>" % term
else:
term = proof.any(subj=termq, pred=rei.nodeId)
if term:
bindings[varname] = "[...]"
else:
bindings[varname] = "?"
fyi("what sort of term is this? %s, %s" % (termq, rn))
self._maxn += 1
num = self._maxn
out.write("%d: %s\n [by rule from step %s applied to steps %s\n with bindings %s]\n\n" %
(num, body, rn, ej, bindings))
elif t is reason.Conjunction:
components = proof.each(subj=step, pred=reason.component)
num = 1
js = []
for e in components:
n = self.report(out, None, e)
js.append(n)
self._maxn += 1
num = self._maxn
out.write("%d: %s\n [by conjoining steps %s]\n\n" %
(num, body, js))
elif t is reason.Fact:
pred, subj, obj = atomicFormulaTerms(f)
self._maxn += 1
num = self._maxn
out.write("%d: %s\n [by built-in Axiom %s]\n\n" %
(num, body, pred))
elif t is reason.Conclusion:
self._maxn += 1
num = self._maxn
out.write("%d: %s\n [by conditional proof on @@]\n\n" %
(num, body))
elif t is reason.Extraction:
r2 = proof.the(step, reason.because)
n = self.report(out, None, r2)
self._maxn += 1
num = self._maxn
out.write("%d: %s\n [by erasure from step %s]\n\n" %
(num, body, n))
elif t is reason.Premise:
self._maxn += 1
num = self._maxn
out.write("@@num/name: %s [Premise]\n\n" %
body)
else:
raise RuntimeError, t
self._num[step] = num
return num
#
# some of the check* routines below should probably be
# methods on Checker too.
#
_TestCEstep = """
@prefix soc: <http://example/socrates#>.
@prefix : <http://www.w3.org/2000/10/swap/reason#>.
@prefix n3: <http://www.w3.org/2004/06/rei#>.
<#p1> a :Premise;
:gives {soc:socrates a soc:Man . soc:socrates a soc:Mortal }.
<#step1> a :Extraction;
:because <#p1>;
:gives { soc:socrates a soc:Man }.
"""
def checkExtraction(r, f, checker, policy, level=0):
r"""check an Extraction step.
>>> soc = Namespace("http://example/socrates#")
>>> pf = _s2f(_TestCEstep, "http://example/socrates")
>>> checkExtraction(soc.step1,
... pf.the(subj=soc.step1, pred=reason.gives),
... Checker(pf), AllPremises())
{soc:socrates type soc:Man}
"""
# """ emacs python mode needs help
proof = checker._pf
r2 = proof.the(r, reason.because)
if r2 == None:
raise InvalidProof("Extraction: no source formula given for %s." % (`r`), level)
f2 = checker.result(r2, policy, level)
if not isinstance(f2, Formula):
raise InvalidProof("Extraction of %s gave something odd, %s" % (r2, f2), level)
if not n3Entails(f2, f):
raise LogicalFallacy("""Extraction %s=%s not included in formula %s=%s."""
# """
%(f, f.n3String(), f2, f2.n3String()), level=level)
checker._checked[r] = f # hmm... why different between Extraction and GMP?
return f
def checkConjunction(r, f, checker, policy, level):
proof = checker._pf
components = proof.each(subj=r, pred=reason.component)
fyi("Conjunction: %i components" % len(components), thresh=20)
g = r.store.newFormula()
for e in components:
g1 = checker.result(e, policy, level)
before = len(g)
g.loadFormulaWithSubstitution(g1)
fyi(lambda : "Conjunction: adding %i statements, was %i, total %i\nAdded: %s" %
(len(g1), before, len(g), g1.n3String()), level, thresh=80)
#@@ hmm... don't we check f against g? -DWC
return g.close()
_TestGMPStep = """
@prefix soc: <http://example/socrates#>.
@prefix : <http://www.w3.org/2000/10/swap/reason#>.
@prefix n3: <http://www.w3.org/2004/06/rei#>.
<#p1> a :Premise;
:gives {soc:socrates a soc:Man . }.
<#p2> a :Premise;
:gives { @forAll soc:who .
{ soc:who a soc:Man . } => {soc:who a soc:Mortal }
}.
<#step1> a :Inference;
:evidence ( <#p1> );
:rule <#p2>;
:binding [
:variable [ n3:uri "http://example/socrates#who" ];
:boundTo [ n3:uri "http://example/socrates#socrates" ];
].
"""
# """ emacs python mode needs help
def checkGMP(r, f, checker, policy, level=0):
r"""check a generalized modus ponens step.
>>> soc = Namespace("http://example/socrates#")
>>> pf = _s2f(_TestGMPStep, "http://example/socrates")
>>> f = checkGMP(soc.step1, None, Checker(pf), AllPremises())
>>> f.n3String().strip()
u'@prefix : <http://example/socrates#> .\n \n :socrates a :Mortal .'
"""
# """ emacs python mode needs help
proof = checker._pf
evidence = proof.the(subj=r, pred=reason.evidence)
existentials = Set()
bindings = {}
for b in proof.each(subj=r, pred=reason.binding):
var_rei = proof.the(subj=b, pred=reason.variable)
var = getSymbol(proof, var_rei)
val_rei = proof.the(subj=b, pred=reason.boundTo)
# @@@ Check that they really are variables in the rule!
val = getTerm(proof, val_rei)
bindings[var] = val
if proof.contains(subj=val_rei, pred=proof.store.type, obj=reason.Existential):
## if val_rei in proof.existentials():
existentials.add(val)
rule = proof.the(subj=r, pred=reason.rule)
proofFormula = checker.result(rule, policy, level)
for s in proofFormula.statements: #@@@@@@ why look here?
if s[PRED] is log.implies:
ruleStatement = s
break
else: raise InvalidProof("Rule has %s instead of log:implies as predicate.",
level)
for v in proofFormula.variables():
var = proof.newSymbol(v.uriref())
if var in bindings:
val = bindings[var]
del bindings[var]
bindings[v] = val
# Check the evidence is itself proved
evidenceFormula = proof.newFormula()
for e in evidence:
f2 = checker.result(e, policy, level)
f2.store.copyFormula(f2, evidenceFormula)
evidenceFormula = evidenceFormula.close()
# Check: Every antecedent statement must be included as evidence
antecedent = proof.newFormula()
for k in bindings.values():
if k in existentials: #k in evidenceFormula.existentials() or
antecedent.declareExistential(k)
antecedent.loadFormulaWithSubstitution(ruleStatement[SUBJ], bindings)
antecedent = antecedent.close()
#antecedent = ruleStatement[SUBJ].substitution(bindings)
fyi(lambda : "Bindings: %s\nAntecedent after subst: %s" % (
bindings, antecedent.debugString()),
level, 195)
fyi("about to test if n3Entails(%s, %s)" % (evidenceFormula, antecedent), level, 1)
fyi(lambda : "about to test if n3Entails(%s, %s)" % (evidenceFormula.n3String(), antecedent.n3String()), level, 80)
if not n3Entails(evidenceFormula, antecedent,
skipIncludes=1, level=level+1):
raise LogicalFallacy("Can't find %s in evidence for\n"
"Antecedent of rule: %s\n"
"Evidence:%s\n"
"Bindings:%s"
%((s[SUBJ], s[PRED], s[OBJ]), antecedent.n3String(),
evidenceFormula.n3String(), bindings),
level=level)
fyi("Rule %s conditions met" % ruleStatement, level=level)
retVal = proof.newFormula()
for k in ruleStatement[OBJ].occurringIn(Set(bindings)):
v = bindings[k]
if v in existentials: #k in evidenceFormula.existentials() or
retVal.declareExistential(v)
retVal.loadFormulaWithSubstitution(ruleStatement[OBJ], bindings)
retVal = retVal.close()
return retVal
### return ruleStatement[OBJ].substitution(bindings)
def getSymbol(proof, x):
"De-reify a symbol: get the informatuion identifying it from the proof"
y = proof.the(subj=x, pred=rei.uri)
if y != None: return proof.newSymbol(y.string)
y = proof.the(subj=x, pred=rei.nodeId)
if y != None:
fyi("Warning: variable is identified by nodeId: <%s>" %
y.string, level=0, thresh=20)
return proof.newSymbol(y.string)
raise RuntimeError("Can't de-reify %s" % x)
def getTerm(proof, x):
"De-reify a term: get the informatuion about it from the proof"
if isinstance(x, (Literal, CompoundTerm)):
return x
val = proof.the(subj=x, pred=rei.value)
if val != None: return proof.newLiteral(val.string,
val_value.datatype, val.lang)
return getSymbol(proof, x)
_TestBuiltinStep = """
@keywords is, of, a.
@prefix math: <http://www.w3.org/2000/10/swap/math#>.
@prefix list: <http://www.w3.org/2000/10/swap/list#>.
@prefix str: <http://www.w3.org/2000/10/swap/string#>.
@prefix : <http://www.w3.org/2000/10/swap/reason#>.
<#step1> a :Fact, :Proof;
:gives { %s }.
"""
def checkBuiltin(r, f, checker, policy, level=0):
"""Check a built-in step.
@@hmm... integrate with Policy more?
>>> soc = Namespace("http://example/socrates#")
>>> pf = _s2f(_TestBuiltinStep % '"a" list:in ("b" "a" "c")',
... "http://example/socrates")
>>> f = checkBuiltin(soc.step1,
... pf.the(subj=soc.step1, pred=reason.gives),
... Checker(pf), AllPremises())
>>> len(f)
1
>>> pf = _s2f(_TestBuiltinStep % '"abc" str:startsWith "a"',
... "http://example/socrates")
>>> f = checkBuiltin(soc.step1,
... pf.the(subj=soc.step1, pred=reason.gives),
... Checker(pf), AllPremises())
>>> len(f)
1
>>> pf = _s2f(_TestBuiltinStep % '"abc" str:startsWith "b"',
... "http://example/socrates")
>>> f = checkBuiltin(soc.step1,
... pf.the(subj=soc.step1, pred=reason.gives),
... Checker(pf), AllPremises())
Traceback (most recent call last):
...
LogicalFallacy: Built-in fact does not give correct results: predicate: abc subject: str:startsWith object: b result: None
"""
# """ help emacs
proof = checker._pf
pred, subj, obj = atomicFormulaTerms(f)
fyi("Built-in: testing fact {%s %s %s}" % (subj, pred, obj), level=level)
if pred is log.includes:
#log:includes is very special. Huh? Why? -DWC
if n3Entails(subj, obj):
checker._checked[r] = f
return f
else:
raise LogicalFallacy("Include test failed.\n"
"It seems {%s} log:includes {%s} is false""" %
(subj.n3String(), obj.n3String()))
if not isinstance(pred, BuiltIn):
raise PolicyViolation("Claimed as fact, but predicate is %s not builtin" % pred, level)
if pred.eval(subj, obj, None, None, None, None):
checker._checked[r] = f
return f
if isinstance(pred, Function) and isinstance(obj, Formula):
result = pred.evalObj(subj, None, None, None, None)
fyi("Re-checking builtin %s result %s against quoted %s"
%(pred, result, obj))
if n3Entails(obj, result):
fyi("Ok for n3Entails(obj, result), checking reverse.")
if n3Entails(result, obj):
fyi("Re-checked OK builtin %s result %s against quoted %s"
%(pred, result, obj))
checker._checked[r] = f
return f
else:
fyi("Failed reverse n3Entails!\n\n\n")
else:
global debugLevelForInference
# raise StopIteration
fyi("Failed forward n3Entails!\n\n\n")
debugLevelForInference = 1000
n3Entails(obj, result)
debugLevelForInference = 0
else:
result = None
s, o, r = subj, obj, result
if isinstance(subj, Formula): s = subj.n3String()
if isinstance(obj, Formula): o = obj.n3String()
if isinstance(result, Formula): r = obj.n3String()
## if n3Entails(result, obj) and not n3Entails(obj, result): a = 0
## elif n3Entails(obj, result) and not n3Entails(result, obj): a = 1
## else: a = 2
raise LogicalFallacy("Built-in fact does not give correct results: "
"predicate: %s "
"subject: %s "
"object: %s "
"result: %s" % (s, pred, o, r), level)
def atomicFormulaTerms(f):
"""Check that a formula is atomic and return the p, s, o terms.
>>> atomicFormulaTerms(_s2f("<#sky> <#color> <#blue>.",
... "http://example/stuff"))
(color, sky, blue)
"""
# """ help emacs
if len(f) <> 1:
raise ValueError("expected atomic formula; got: %s." %
f.statements)
#warn("DanC wants to get rid of the StoredStatement interface.")
c, p, s, o = f.statements[0].quad
return p, s, o
def checkSupports(r, f, checker, policy, level):
proof = checker._pf
pred, subj, obj = atomicFormulaTerms(f)
fyi("Built-in: testing log:supports {%s %s %s}" % (subj, pred, obj), level=level)
if pred is not log.supports:
raise InvalidProof('Supports step is not a log:supports')
#log:includes is very special
r2 = proof.the(r, reason.because)
if r2 is None:
raise InvalidProof("Extraction: no source formula given for %s." % (`r`), level)
fyi("Starting nested conclusion", level=level)
f2 = checker.result(r2, Assumption(subj), level)
if not isinstance(f2, Formula):
raise InvalidProof("Extraction of %s gave something odd, %s" % (r2, f2), level)
fyi("... ended nested conclusion. success!", level=level)
if not n3Entails(f2, obj):
raise LogicalFallacy("""Extraction %s not included in formula %s."""
%(obj.debugString(), f2.debugString()), level=level)
checker._checked[r] = f
return f
class Assumption(Policy):
def __init__(self, premise):
self.premise = premise
def documentOK(self, u):
return False
def assumes(self, f):
return n3Entails(self.premise, f)
# Main program
def usage():
sys.stderr.write(__doc__)
class ParsingOK(Policy):
"""When run from the command-line, the policy is that
all Parsing's are OK.
Hmm... shouldn't it be only those that are mentioned
in the CommandLine step?
"""
def documentOK(self, u):
return True
def assumes(self, f):
return False
def main(argv):
global chatty
global debugLevelForInference
global debugLevelForParsing
global nameBlankNodes
setVerbosity(0)
policy=ParsingOK()
try:
opts, args = getopt.getopt(argv[1:], "hv:c:p:B:a",
[ "help", "verbose=", "chatty=", "parsing=", "nameBlankNodes",
"allPremises", "profile", "report"])
except getopt.GetoptError:
sys.stderr.write("check.py: Command line syntax error.\n\n")
usage()
sys.exit(2)
output = None
report = False
for o, a in opts:
if o in ("-h", "--help"):
usage()
sys.exit()
if o in ("-v", "--verbose"):
chatty = int(a)
if o in ("-p", "--verboseParsing"):
debugLevelForParsing = int(a)
if o in ("-c", "--chatty"):
debugLevelForInference = int(a)
if o in ("-B", "--nameBlankNodes"):
nameBlankNodes = 1
if o in ("-a", "--allPremises"):
policy = AllPremises()
if o in ("--profile"):
pass
if o in ("--report"):
report = True
if nameBlankNodes: flags="B"
else: flags=""
if args:
fyi("Reading proof from "+args[0])
proof = topLevelLoad(args[0], flags=flags)
else:
fyi("Reading proof from standard input.", thresh=5)
proof = topLevelLoad(flags=flags)
# setVerbosity(60)
fyi("Length of proof formula: "+`len(proof)`, thresh=5)
try:
c = Checker(proof)
if report:
c.report(sys.stdout)
proved = c.result(c.conjecture()[1], policy=policy)
fyi("Proof looks OK. %i Steps" % proofSteps, thresh=5)
setVerbosity(0)
print proved.n3String().encode('utf-8')
except InvalidProof, e:
progress("Proof invalid:", e)
sys.exit(-1)
################################
# test harness and diagnostics
def fyi(str, level=0, thresh=50):
if chatty >= thresh:
if isinstance(str, (lambda : True).__class__):
str = str()
progress(" "*(level*4), str)
return None
def _test():
import doctest
chatty = 20 #@@
doctest.testmod()
def _s2f(s, base):
"""make a formula from a string.
Cribbed from llyn.BI_parsedAsN3
should be part of the myStore API, no? yes. TODO
>>> _s2f("<#sky> <#color> <#blue>.", "http://example/socrates")
{sky color blue}
^ that test output depends on the way formulas print themselves.
"""
# """ emacs python mode needs help
import notation3
graph = formula()
graph.setClosureMode("e") # Implement sameAs by smushing
p = notation3.SinkParser(graph.store, openFormula=graph, baseURI=base,
thisDoc="data:@@some-formula-string")
p.startDoc()
p.feed(s)
f = p.endDoc()
f.close()
bindings = {}
for s in f.statementsMatching(pred=reason.representedBy):
val, _, key = s.spo()
bindings[key] = val
return f.substitution(bindings)
########
def _profile(argv):
from tempfile import mktemp
logfile = mktemp()
import hotshot, hotshot.stats
profiler = hotshot.Profile(logfile)
saveout = sys.stdout
fsock = open('/dev/null', 'w')
sys.stdout = fsock
profiler.runcall(main, argv)
sys.stdout = saveout
fsock.close()
profiler.close()
stats = hotshot.stats.load(logfile)
stats.strip_dirs()
stats.sort_stats('cumulative', 'time', 'calls')
stats.print_stats(50)
if __name__ == "__main__": # we're running as a script, not imported...
import sys, getopt
if '--test' in sys.argv:
_test()
elif '--profile' in sys.argv:
_profile(sys.argv)
else:
main(sys.argv)
#ends
|