swrlapi
swrlapi copied to clipboard
Java API for working with the SWRL rule and SQWRL query languages
Hi, I am using the SWRLAPI inside a simulation framework in order to infer states according to generated triples. In my simulation framework, depending on the iteration size (e.g. 1000...
The following SWRL rule can not be processed by the reasoner in Protégé even though the systax status is shown OK (as indicated in the image). The reasoner stops working...
I try to write some Inspection rules with swrl, `OwlProjetUnit(?x) ^ owlhascoordsystem(?x, ?y) ^ OwlGeomSpacePositionCoordSystem(?y)->owlrule1(?x,true)` , `owlrule1` is a Inspection rule of `OwlProjetUnit`. in Ontology model,`owlrule1` is define as a...
I have developed an ontology in Protege 5.5.0. I have asserted two classes with a hierarchical structure Thing -->Model --> CAD_Model I am attempted to use the SQWRL and SWRL...
A,B and C is class. I want to show if letter is instance of A or B ,than this letter is instance of C. So I write this sqrl statement,...
I am developping a rdf dataset using skos vocabulary. I use lots of mapping relation skos:exactMatch and skos:closeMatch and other skos:broadMatch, skos:broader and so on... I try to infer some...
Is it possible to query the value of an annotation property using the SQWRL API? I tried to run this query: `"skos:prefLabel(?i, ?label) -> sqwrl:select(?label)"` But got an invalid SWRL...
Question
I am thinking of wrapping some of this useful library methods. I need to make some operations from node.js. Specifically i need create swr-rules on the fly, transform to ttl...
I think this is related to #39 ### Setup Protege 5.5.0 SWRLTab Protege 5.0+ Plugin (2.0.6) ### Problem Using `swrlb:eval` seems to fail, see this swrl rule: ` tomasys:FunctionDesign(?fd) ^...
Sir, I am working to create an Java code using owl api, swrl api & Pellet api, I want to create an Java Combo Box for selecting individuals from drop...