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...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

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 30894 - 30923 of 42511   Newest  |  < Newer  |  Older >  |  Oldest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date v
30923
There are new releases of Jena and ARQ: http://prdownloads.sourceforge.net/jena/Jena-2.5.4.zip http://prdownloads.sourceforge.net/jena/ARQ-2.1.zip This is a...
Seaborne, Andy
andyseaborne
Offline Send Email
Sep 19, 2007
12:42 pm
30922
... Thanks, fixed in CVS. Dave -- Hewlett-Packard Limited Registered Office: Cain Road, Bracknell, Berks RG12 1HN Registered No: 690597 England...
Dave Reynolds
derihy
Offline Send Email
Sep 19, 2007
7:54 am
30921
... I assume it is like the file-based readers - the URI you pass in is normally the URL from which the file was loaded (if any), if the file (DOM tree in your...
Dave Reynolds
derihy
Offline Send Email
Sep 19, 2007
7:51 am
30920
... Yes. The equality reasoning was original done backwards but the backward reasoner then ends up exploring multiple redundant paths to the same solution,...
Dave Reynolds
derihy
Offline Send Email
Sep 19, 2007
7:47 am
30919
Thanks Dave, that seemed to work.. Btw is there a reason why some of the rules, (which do NOT generate backward rules) are specified as forward rules, e.g, [...
Ramakrishna Soma
ram_krishna2001
Offline Send Email
Sep 19, 2007
4:36 am
30918
Caught a typo in the online docs. In the "Inference User Manual" under the heading "The OWL Reasoner" (http://jena.sourceforge.net/inference/index.html#owl),...
Swanson, Tim
timwswanson
Offline Send Email
Sep 19, 2007
2:24 am
30917
... That's perfect. Thank you. I do have a few questions: 1. The constructor requires a base URI to be passed (as a string). If the DOM object that I am going...
Swanson, Tim
timwswanson
Offline Send Email
Sep 18, 2007
11:47 pm
30916
... You're in luck: <http://jena.sourceforge.net/javadoc/com/hp/hpl/jena/rdf/arp/ DOM2Model.html> (Assuming it works) Damian -- Hewlett-Packard Limited ...
Damian Steer
pldms2
Offline Send Email
Sep 18, 2007
10:40 pm
30915
Is there any way to create a model by parsing an in-memory DOM object? I'm building an application in which RDF/XML is embedded into a larger XML document,...
Swanson, Tim
timwswanson
Offline Send Email
Sep 18, 2007
9:11 pm
30914
... Thanks, Dave, doing the latter worked :-) That is, after reading the input files, writing OntModel allInOne = ModelFactory.createOntologyModel(); ...
Christoph Lange
lang4701
Offline Send Email
Sep 18, 2007
10:02 am
30913
... Remove will only remove statements from the base model. I assume, without checking the details, that the statements you are removing are actually in an...
Dave Reynolds
derihy
Offline Send Email
Sep 18, 2007
9:11 am
30912
... I'm not sure exactly what the problem is but it sounded like your query was working and printing on the standard output. If so you just need to change your...
Dave Reynolds
derihy
Offline Send Email
Sep 18, 2007
9:09 am
30911
... Yes. The prepare() step (which will get implicitly triggered though I see you've called in manually) will run the forward rules which will assert a set of...
Dave Reynolds
derihy
Offline Send Email
Sep 18, 2007
9:02 am
30910
... com.hp.hpl.jena.sparql.core.Prologue.initParserBaseURI(Prologue.java:66) ... correct ... needs to be ... rather ... The only ... Thanks a lot Andy. It...
marcel_willemsen
marcel_wille...
Offline Send Email
Sep 18, 2007
8:38 am
30909
Hi, If I had a tbox entry: my:Man rdfs:subClassOf my:Person and we have the forward backward rule in the OWL-fb rules: [rdfs9: (?x rdfs:subClassOf ?y),...
Ramakrishna Soma
ram_krishna2001
Offline Send Email
Sep 18, 2007
5:32 am
30908
Dear Jena developers, I'd like to write a program that loads an ontology and its imports into an in-memory model, removes certain statements, and outputs the...
Christoph Lange
lang4701
Offline Send Email
Sep 18, 2007
12:18 am
30907
Hi, Did you sign your applet only? As far as I know, all JARs in the library have to be signed. Hope this helps, markus...
Markus Stocker
markusastocker
Offline Send Email
Sep 17, 2007
8:35 pm
30906
... It would be better to set the base URI for parsing explciitly : You call create(String queryString) - try a different static like create(String...
Seaborne, Andy
andyseaborne
Offline Send Email
Sep 17, 2007
5:27 pm
30905
hi andy its working fine in command propmt my question is how we can run in jsp....... i want the results in jsp. is their way to do it...... plz "Seaborne,...
ramesh nalli
rameshnnjj
Offline Send Email
Sep 17, 2007
4:10 pm
30904
Dear jena developer, I encountered the following problem: I developed an applet which uses jena to read on owl file and to display the content as a graph. This...
marcel_willemsen
marcel_wille...
Offline Send Email
Sep 17, 2007
3:00 pm
30903
That would be because you do: ResultSetFormatter.out(System.out, results); ArrayList li = (ArrayList)ResultSetFormatter.toList(results); after...
Seaborne, Andy
andyseaborne
Offline Send Email
Sep 17, 2007
2:12 pm
30902
hi andy its running fine out side jsp but how to call in jsp is their any other way to call java(jena) file in jsp. for example user type the text "java" in...
ramesh nallianna
njramesh612
Offline Send Email
Sep 17, 2007
1:18 pm
30901
... For example in the OWL rule set we have rules which translate OWL restriction declarations to a compact functor form such as: (?C rdf:type...
Dave Reynolds
derihy
Offline Send Email
Sep 17, 2007
12:48 pm
30900
Try getting the query to run outside the JSP using the command line tools. http://jena.sourceforge.net/ARQ/cmds.html There is no such property as dc:author....
Seaborne, Andy
andyseaborne
Offline Send Email
Sep 17, 2007
12:34 pm
30899
hi i tried to call this jena java file in jsp but it printing command propmt not in jsp plz anyone help me......... your greatly appricited..... i want the...
rameshnnjj
Offline Send Email
Sep 17, 2007
11:51 am
30898
Thank you Dave for your answer. I still don't understand the real meaning of the functors in the object position. Can you provide a simple example of using...
Mircea Diaconescu
dimircea
Offline Send Email
Sep 17, 2007
7:45 am
30897
... Because that's the spec, subClassOf is reflexive (think of it as "less than or equal to" rather than "strictly less than"). Dave -- Hewlett-Packard Limited...
Dave Reynolds
derihy
Offline Send Email
Sep 16, 2007
9:51 am
30896
I don't understand why this code: InfModel infModel = ModelFactory.createInfModel( ReasonerRegistry.getRDFSSimpleReasoner(), ...
Cosmin Mogos
cosminm313
Offline Send Email
Sep 15, 2007
1:37 pm
30895
Maybe you should look at Vertica http://www.vertica.com/ as its a product. phil...
Philip Cannata
phil.cannata@...
Send Email
Sep 14, 2007
3:13 pm
30894
... Great! ... You're referring to http://db.csail.mit.edu/pubs/rdf.pdf, I presume. This paper assumes storing the whole RDF node in the triple table itself...
Seaborne, Andy
andyseaborne
Offline Send Email
Sep 14, 2007
2:54 pm
Messages 30894 - 30923 of 42511   Newest  |  < Newer  |  Older >  |  Oldest
Advanced
Add to My Yahoo!      XML What's This?

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