I want to cretae a class in Jena i-e Patient and its data property “condition”. Like John hasCondition “Good/bad”.
But can we achieve it using fuzzy value, rather than crisp such that Patient hasCondition “0.7 (If he/she is more feeling well and 0.3 if not) There is I think Protege plugin for fuzzy ontologies, but can we achieve it using Jena API?
