I have an owl/rdf schema with object properties with range restrictions, and I’m unable to get with the Jena API the effective range class. I would like to get the classes which are defined in the ontology as the range of a property. For example, with the following schema: And I’m doing: I expected to get this result: But I
Advertisement
Tag: rdf
To open file in Java/jena API
Hi I’m currently learning semantic web on java and Jena API. I have an error to open a file which is in the same directory with my class My code : public class Tuto7 extends Object { static final …
Advertisement