Tagged Questions
2
votes
1answer
531 views
I cannot remove values of data type properties in Jena
I'm trying to remove values of datatype properties of an instance through an interface which I created in java but it does not work. It gives me an
Exception in thread "AWT-EventQueue-0" ...
1
vote
2answers
574 views
How can I modify or remove properties values? - Jena API
I'm using Jena. I would like to know if there is a method that allows to modify or remove properties values of an instance?
Thanks
0
votes
2answers
725 views
Api Jena - I'm getting a Warn “RDFDefaultErrorHandler”
I'm using Jena. I created an interface that allows to add, modify and remove instances in rdf file. I'm getting this warn when I execute my code:
WARN [main] (RDFDefaultErrorHandler.java:36) - ...
0
votes
1answer
82 views
API Jena - Button “Next” of my interface is not working properly
I'm using Jena. I created an interface that allows to add, modify and remove instances in rdf file. I have a problem with Button Next. It works but not perfectly. I would like that it returns to the ...
0
votes
1answer
834 views
API Jena - Get values of data properties
I created an interface in java with 4 labels, 4 textfields and some buttons like "Add", "modify, "next", etc. The user will enter name, first name, birth date, etc. After clicking the button "add", ...