[Pellet-users] Building SWRL dynamically & executing

Kormann, Joseph joseph.kormann at lmco.com
Mon Jul 28 13:25:52 UTC 2008


Digging around, it seems this has been discussed but I don't see a solution. I'm using Protégé 3.4 b130 JAR files, with Pellet 1.5.2. I can create a new RDF/OWL-DL (New.OWL) that includes an A-box OWL file. I have the SWRL statements set as Java Strings that are loaded to the New.OWL through the line: SWRLImp impl = fac.createImp(swrlStatement);

That seems to work well, the statements are loaded and when I save New.OWL, I see them. The question that I have is, how do I execute the SWRL statements in Pellet or are they automatically executed?

Thank you.


More information about the Pellet-users mailing list