Changes between Version 3 and Version 4 of SigMmtTemplateAxioms
- Timestamp:
- 04/21/09 14:03:03 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SigMmtTemplateAxioms
v3 v4 1 1 = Verifying template rules using the Prover9 first-order reasoner = 2 2 3 ''This page is just a rough draft, but the example case works, so it makes sense to make it available here so people can experiment.''3 ''This page to be updated, to reflect current ISO 15926-7 TS draft.'' 4 4 5 5 Preparation: Get hold of [http://www.cs.unm.edu/~mccune/prover9/ Prover9]. … … 40 40 eTriple(x,y,z) & c(x,u) -> ec(y,z,u) . 41 41 }}} 42 The good news is, these simple axioms can be expressed in SWRL (i.e., at least if we allow ourselves the use of the Protégé [http://protege.cim3.net/cgi-bin/wiki.pl?SWRLExtensionsBuiltIns swrlx] extension implemented for the Protégé SWRLTab, `makeOWLThing`).