I have instance1 of class1 and instance2 of class2. Also i have defined HasName(object property)in my ontology .Now, how can i add the tiple (instance1 HasName instance2) to my ontology by jena?
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
Here's a way without dealing with intermediate
You could also chain some of these calls in a builder-ish pattern.
|
|||
|
|
In Jena, this can be done by creating an instance of a Statement (a triple, or quad), then committing the statement to an instance of a Model. For example, consider the following:
Where |
||||
|
|