Replies: 4 comments 4 replies
-
Hi @Myasir92, I'm not quite sure what you mean by "support for a ... predicate". Of which predicate are you thinking? Do you mean simply the use of the predicate? You should be able to use any well-formed predicate right away. Or is there a special semantic for this predicate in RDF4J that you would like to see enforced or enacted in your Fuseki instance? Please give us a little more context. |
Beta Was this translation helpful? Give feedback.
-
Hi @ajs6f I appreciate your quick response. I'd like to implement a feature similar to the 'directType' predicate of sesame RDF4J, which is supported in other triplestores like GraphDB. This feature is quite useful, but currently not available in Fuseki. My plan is to write a custom rule to enable this support within Fuseki. |
Beta Was this translation helpful? Give feedback.
-
https://jena.apache.org/documentation/inference/#directRelations and I found this in the code which shows the way to name direct prediciates Myasir92 - This is one time when you may find the |
Beta Was this translation helpful? Give feedback.
-
Thank you @afs! This method on |
Beta Was this translation helpful? Give feedback.
-
I'm using the Apache Jena Fuseki executable locally for data management, but I've noticed it lacks support for a valuable predicate from Sesame RDF4J. My goal is to incorporate this support by adding custom rules. While it's not as straightforward as using RDF4J directly, I am familiar with the predicate's rules and believe adding these custom rules to Fuseki is possible. Could you guide me on how to effectively add custom rules in Fuseki?
Beta Was this translation helpful? Give feedback.
All reactions