pardon me for my bad English. I'm from Indonesia and I use Protege for my final task. I have a code like this public void readStatements() { StmtIterator iter;...
... Yes. (What you can't do is alter the model while you're still iterating over it.) (Except that you are allowed to use the .remove operation on the iterator...
To your specific question of the necessity of adding data, you can create an ontology without any instance data, however, the behaviour of your ontology along...
... NetBeans or another IDE is not relevant. A JTextField has a setText method. You can use that to achieve your desired result; you will need a GUI for this...
Now that Oracle bought Sun I feel compelled to know more about it. Has anybody here worked with their Jena api extensions and does that work with a developer...
I've run into some problems trying to run this program: http://jena.sourceforge.net/examples/persistent-ont-model/Main.java.html The driver is driver source is...
Is there an FAQ that explains the warning "No BGP optimizer" ? I've seen a few people ask whether this is important, but not seen an authoritative answer. ...
... I tried to google for "No BGP optimizer" and the only hit I got is this message: http://tech.groups.yahoo.com/group/jena-dev/message/39617 which refers to...
  Please, Can any one help me and tell me how Jena handle incomplete data using SPARQL Query language?  thanks... Please, Can any one help me and tell...
... Please help us help you. What kind of incomplete data? Is it missing bits and pieces, or is it incomplete as in "some information is unavailable"? What...
... http://jena.hpl.hp.com/wiki/TDB/Optimizer The warning means that no optimizer file was found - I dither over whether there should be a simple default...
it missing bits and pieces for example: Preference Search for Learning Resources http://www.personal-reader.de/PreferenceQueryGUI/ Â i want to execute query...
  It is missing bits and pieces as at site http://www.personal-reader.de/PreferenceQueryGUI/ Preference Search for Learning Resources i want to execute...
Hi I have an ontology and i would add this information to this ontology <Etudiant rdf:ID="etud1"> <APourNom rdf:datatype="&xsd;string">Saleh</APourNom> ...
... the results shown by the code are all of the object of my ontology. what I expect is the results after it got queried by sparql. method inferensi that I...
... A persistent ontology is no different from an in-memory ontology in this respect, so: yourPersistentOntModel.createIndividual( [String URI,], TypeResource...
... (Better style is to declare the variables when you need them, with appropriate initial values, not to put them in a lump at the top of the method.) ... The...
The SPARQL/Update interface isn't the same as the Query interface (they are 2 different languages) API: http://jena.sourceforge.net/ARQ/update.html You can use...
Hi all, Is the ARQ Javadoc out of date? If you check the Javadoc page you will find that it contains only a couple of classes while the Jar file contains more...
... No, the ARQ Javadoc is not out of date. It's a good practice to document only the public APIs. Paolo...
Paolo Castagna
paolo.castagna@...
Jun 2, 2009 8:30 am
39950
... All the available Javadoc is in the source files, but: http://jena.sourceforge.net/ARQ/javadoc/index.html it's way more than a couple of classes :D I....
... That's not a legal URI; you seem to be confusing RDF/XML with SPARQL. ... There's no line 12 in the query you show? -- "You're down as expendable. You...
Hi I have correct my query in this : PREFIX :<http://www.owl-ontologies.com/Ontology1239120737.owl#> PREFIX rdfs:<http://www.w3.org/2000/01/rdf-schema#> PREFIX...