Search the web
Sign In
New User? Sign Up
jena-dev · Jena Developers
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Show off your group to the world. Share a photo of your group with us.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 39926 - 39955 of 42024   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
39926
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;...
death_stalker07
Offline Send Email
Jun 1, 2009
11:05 am
39927
Can I use an Iterator to listSubClasses and then inside that have another Iterator to do the same thing (listSubClasses)?...
an_alazzawi
Offline Send Email
Jun 1, 2009
1:20 pm
39928
... 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...
Chris Dollin
kers_ihy
Offline Send Email
Jun 1, 2009
2:02 pm
39929
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...
Taylor Cowan
taylor_cowan
Offline Send Email
Jun 1, 2009
2:03 pm
39930
... 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...
Ignazio Palmisano
ignazio_io
Offline Send Email
Jun 1, 2009
2:24 pm
39931
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...
Taylor Cowan
taylor_cowan
Offline Send Email
Jun 1, 2009
2:33 pm
39932
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...
dsnow620
Offline Send Email
Jun 1, 2009
3:07 pm
39933
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. ...
johnston.simon@...
johnston.sim...
Offline Send Email
Jun 1, 2009
4:55 pm
39934
... 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...
Ignazio Palmisano
ignazio_io
Offline Send Email
Jun 1, 2009
5:16 pm
39935
    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...
wesam abdo
ebtsam_abd
Offline Send Email
Jun 1, 2009
6:18 pm
39936
... 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...
Ignazio Palmisano
ignazio_io
Offline Send Email
Jun 1, 2009
7:24 pm
39937
... 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...
Seaborne, Andy
andyseaborne
Offline Send Email
Jun 1, 2009
7:52 pm
39938
it missing bits and pieces for example: Preference Search for Learning Resources http://www.personal-reader.de/PreferenceQueryGUI/   i want to execute query...
wesam abdo
ebtsam_abd
Offline Send Email
Jun 1, 2009
8:56 pm
39939
    It is missing bits and pieces as at site http://www.personal-reader.de/PreferenceQueryGUI/ Preference Search for Learning Resources i want to execute...
wesam abdo
ebtsam_abd
Offline Send Email
Jun 1, 2009
9:10 pm
39940
See SPARQL’s OPTIONAL keyword for including information in results that may or may not exist. Andy From: jena-dev@yahoogroups.com...
Seaborne, Andy
andyseaborne
Offline Send Email
Jun 1, 2009
9:19 pm
39941
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> ...
nehla_bencheikh
Offline Send Email
Jun 1, 2009
9:25 pm
39942
Hi everybody! I have two questions. The first is that i have used this code to vaidity the ontology Model data =...
David Leston
david.leston
Offline Send Email
Jun 1, 2009
9:56 pm
39943
... 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...
death_stalker07
Offline Send Email
Jun 2, 2009
2:06 am
39944
Can any one tell me how to add (code) to add individual to persistent ontology using jena framework? Thank you........
research_nuwan
Offline Send Email
Jun 2, 2009
4:19 am
39945
... A persistent ontology is no different from an in-memory ontology in this respect, so: yourPersistentOntModel.createIndividual( [String URI,], TypeResource...
Chris Dollin
kers_ihy
Offline Send Email
Jun 2, 2009
6:53 am
39946
... (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...
Chris Dollin
kers_ihy
Offline Send Email
Jun 2, 2009
7:20 am
39947
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...
Seaborne, Andy
andyseaborne
Offline Send Email
Jun 2, 2009
7:32 am
39948
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...
Gaston
g_tagni
Offline Send Email
Jun 2, 2009
8:23 am
39949
... 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@...
Send Email
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....
Ignazio Palmisano
ignazio_io
Offline Send Email
Jun 2, 2009
8:47 am
39951
... Is there something that is in the public API packages that is not documented? Or references to the implementation code from the public API or...
Seaborne, Andy
andyseaborne
Offline Send Email
Jun 2, 2009
9:12 am
39952
Hi I use Protégé to try my query. I try this Query PREFIX :<http://www.owl-ontologies.com/Ontology1239120737.owl#> PREFIX...
nehla_bencheikh
Offline Send Email
Jun 2, 2009
9:26 am
39953
... 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...
Chris Dollin
kers_ihy
Offline Send Email
Jun 2, 2009
11:21 am
39954
... Line 4 has an extra \ hanging at the end - might be the culprit? I....
Ignazio Palmisano
ignazio_io
Offline Send Email
Jun 2, 2009
11:31 am
39955
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...
nehla_bencheikh
Offline Send Email
Jun 2, 2009
11:46 am
Messages 39926 - 39955 of 42024   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help