Hi I am an Ontology beginner,
I have built an Ontology and saved the RDF file with rule enabled using Protege. I am going to build a web service that takes some inputs from the Ontology. The inputs can be provided by querying the arguments, class and property predicates under swrl:something swrlb:something tags.
I am using java language and trying Jena framework. But there is no SWRL-related vocabulary, even though I have imported rule reasoners [I am not sure whether importing reasoners will add the SWRL vocabularies].
Are there any hints to add SWRL vocabularies into Jena framework?
I haven't looked into Jena rules yet, I believe that it is different to SWRL.
Thanks,