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...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

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 35060 - 35089 of 42052   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
35060
... At a minimum the semantic web uses URIs as a way to generating unique identifiers. If you invent some concept like a property or class and I invent a ...
Dave Reynolds
derihy
Offline Send Email
Jun 1, 2008
9:52 am
35061
Hi Ben, Thank you for your help. But you know there was a problem in your method. If I do this: Model model = ModelFactory.createDefaultModel(); ...
Alex Genadinik
genadinik
Offline Send Email
Jun 1, 2008
2:34 pm
35062
Hi Alex: I am using 2.5.5 and my ontology is OWL+DL. Therefore, see below: OntModel model = ModelFactory.createOntologyModel( OntModelSpec.OWL_MEM, null ); Ben...
kleiber1019
Offline Send Email
Jun 1, 2008
2:40 pm
35063
http://jena.sourceforge.net/javadoc/com/hp/hpl/jena/ontology/OntModel.html...
James Howison
jameshowison
Offline Send Email
Jun 1, 2008
2:43 pm
35064
" It's in iri.jar - you need all the jars from the lib/ directory on classpath for your webapp." You know, I have all the .jars in my Tomcat. Here is what I...
Alex Genadinik
genadinik
Offline Send Email
Jun 1, 2008
2:59 pm
35065
... It's not in jena.jar, it's in iri.jar. ... Yes - should be in the webapp - it's where Tomcat is going to look - <YourWebApp>/WEB-INF/lib Andy ... -- ...
Seaborne, Andy
andyseaborne
Offline Send Email
Jun 1, 2008
4:13 pm
35066
Right, but iri.jar has been in my <YourWebApp>/WEB-INF/lib all along. So if it isn't the missing piece? What can be the missing piece? Thanks, Alex "Seaborne,...
Alex Genadinik
genadinik
Offline Send Email
Jun 1, 2008
4:18 pm
35067
Yes that seems like it has many methods I will need to use very soon, but for now, I am kind of stuck with errors just simply trying to read in my ontology...
Alex Genadinik
genadinik
Offline Send Email
Jun 1, 2008
4:21 pm
35068
Why is it listed differently from the other jars? For me: ~/jlib/jena-2.5.5/lib/iri.jar => 150954 bytes and unzip -v ~/jlib/jena-2.5.5/lib/iri.jar | grep...
Seaborne, Andy
andyseaborne
Offline Send Email
Jun 1, 2008
4:37 pm
35069
Have you tried model.read("file:///path/to/file"); ?...
James Howison
jameshowison
Offline Send Email
Jun 1, 2008
4:55 pm
35070
Hi: Certainly, I am using java applet to deploy my ontology with Jena API. I got some error in client browser JVM console: Caused by:...
kleiber1019
Offline Send Email
Jun 1, 2008
7:31 pm
35071
I get a different error: ... WARN [thread applet-pkgtest/Hello.class] (LocatorFile.java:120) - Security problem testing for file ...
Seaborne, Andy
andyseaborne
Offline Send Email
Jun 1, 2008
9:01 pm
35072
Hello, are there any minimum requirements I do need for my PC to make Jena work? I know that I need a JVM. My question is more concerned about the Hardware I...
christian.welle
Offline Send Email
Jun 1, 2008
10:32 pm
35073
Hi, I put all the jars at the <tomcat_dir>/webapps/webappName/lib/ because I do not have iri.jar in jena/...... When I downloaded JENA there were a few...
Alex Genadinik
genadinik
Offline Send Email
Jun 1, 2008
11:10 pm
35074
I just tried it and I still get the following exception: java.lang.NoClassDefFoundError: com/hp/hpl/jena/iri/IRIFactory ...
Alex Genadinik
genadinik
Offline Send Email
Jun 2, 2008
12:42 am
35075
Another thing is that the code compiles just fine. So that means the system must be seeing all the libraries, no? In addition, I ran some code that checks...
Alex Genadinik
genadinik
Offline Send Email
Jun 2, 2008
1:13 am
35076
Hi Andy: The first problem is easy, applet is running in client machine, therefore, any file need to be read in run-time will need to be put in client machine...
kleiber1019
Offline Send Email
Jun 2, 2008
2:24 am
35077
Hi, everyone I have 2 question in JSP: 1. How to display a model in a JSP page? listing program like this (in JSP) : model.read(new InputStreamReader(in), "");...
Blue Knight
ksatriabiru
Offline Send Email
Jun 2, 2008
3:46 am
35078
 model.write( new PrintWriter( System.out) ); Java servlets, and by the fact that JSP's are a manifestation of servlets, have access to a print writer.  Here...
Taylor Cowan
taylor_cowan
Offline Send Email
Jun 2, 2008
5:24 am
35079
Hi, sorry about this question but i didn't know where to ask this. I have my OWL ontology and I'm using JENA to manipulate it. I want to use this ontology in...
iso44kiel44
Offline Send Email
Jun 2, 2008
6:44 am
35080
... You don't have /all/ the Jena jars on your classpath. You need all the jars that are in the lib directory of the download on your classpath; looks like...
Chris Dollin
kers_ihy
Offline Send Email
Jun 2, 2008
7:11 am
35081
... A decent amount of memory. The bigger the problems you're trying to solve, the more memory you need ... I wouldn't worry too much unless you have less than...
Chris Dollin
kers_ihy
Offline Send Email
Jun 2, 2008
7:20 am
35082
... Jena does include a pair of forward/backward rule engines but these are designed for computing the deductive closer of a set of RDF rules not for...
Dave Reynolds
derihy
Offline Send Email
Jun 2, 2008
7:36 am
35083
2 -- ResultSetFormatter.toList and ResultSetFormatter.asText Andy From: jena-dev@yahoogroups.com [mailto:jena-dev@yahoogroups.com] On Behalf Of Blue Knight ...
Seaborne, Andy
andyseaborne
Offline Send Email
Jun 2, 2008
8:19 am
35084
... The icu4j jar file is a smallish amount of code and a large amount of translation tables. See resources under com.ibm.icu.impl.data.... The data is...
Seaborne, Andy
andyseaborne
Offline Send Email
Jun 2, 2008
8:40 am
35085
Andy, I wasn't completely sure what you were suggesting with the 'chop parts up' bit, but I have removed all the other file based dataset declarations and I...
Philip Fennell
philip.fennell
Offline Send Email
Jun 2, 2008
9:39 am
35086
hello, I have an ontology that I created by Protégé 2000. and I want to add individuals in my ontology using jena. and I just begin programming with jena...
rabab chakhmoune
rababsmi
Offline Send Email
Jun 2, 2008
10:23 am
35087
... Read the ontology into an OntModel and use createIndividual (and write the model back out). ... Read the RDF tutorial and the ontology documentation. -- ...
Chris Dollin
kers_ihy
Offline Send Email
Jun 2, 2008
10:49 am
35088
I wrote other emails that I get this error despite having iri.jar in my tomcat/webapp/WEB-INF/lib directory. What else can it be? I am running out of ideas? ...
Alex Genadinik
genadinik
Offline Send Email
Jun 2, 2008
12:14 pm
35089
This is the kind of stuff I am having trouble with also. Could you please provide a code sample for this? Thanks, Alex ... Read the ontology into an OntModel...
Alex Genadinik
genadinik
Offline Send Email
Jun 2, 2008
12:16 pm
Messages 35060 - 35089 of 42052   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