[esip-semantictech] Error Classes in SWEET

HUHNS, MICHAEL HUHNS at mailbox.sc.edu
Tue Feb 27 19:28:47 EST 2018


Hi Lewis,

The Error classes that show up in SWEET (labeled Error1, Error2, …, Error16) appear to be leftover parsing errors from long ago – maybe from missing classes. I think they can be corrected easily by simply deleting a few lines from a few of the files located at http://sweetontology.net

For example, Error1 is due to the classes MultipleDecisionMaker and OrderedPair having one of their superclasses listed as Error1, as seen below. The lines to be deleted from this class definition are in RED.

Attached are two ontology files I have edited that will eliminate Error1, if they replace the corresponding files at http://sweetontology.net, i.e, your GitHub repository for it.

Please let me know if this indeed fixes the problem and, if not, I will try to find an actual fix.

Cheers,
Mike

<?xml version="1.0"?>
<!-- Generated by AllegroGraph 6.1.1 -->
<sparql xmlns="http://www.w3.org/2005/sparql-results#">
  <head>
    <variable name="property"/>
    <variable name="value"/>
  </head>
  <results>
  <result>
    <binding name="property"><uri>http://www.w3.org/1999/02/22-rdf-syntax-ns#type</uri></binding>
    <binding name="value"><uri>http://www.w3.org/2002/07/owl#Class</uri></binding>
  </result>
  <result>
    <binding name="property"><uri>http://www.w3.org/2000/01/rdf-schema#subClassOf</uri></binding>
    <binding name="value"><uri>http://sweetontology.net/humanDecision/DecisionActivity</uri></binding>
  </result>
  <result>
    <binding name="property"><uri>http://www.w3.org/2000/01/rdf-schema#subClassOf</uri></binding>
    <binding name="value"><uri>http://org.semanticweb.owlapi/error#Error1</uri></binding>
  </result>
  </results>
</sparql>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.deltaforce.net/pipermail/esip-semanticweb/attachments/20180228/e7c9b9e9/attachment-0001.html>
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: humanDecision.txt
URL: <http://lists.deltaforce.net/pipermail/esip-semanticweb/attachments/20180228/e7c9b9e9/attachment-0002.txt>
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: reprMath.txt
URL: <http://lists.deltaforce.net/pipermail/esip-semanticweb/attachments/20180228/e7c9b9e9/attachment-0003.txt>


More information about the esip-semanticweb mailing list