... 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 ...
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...
" 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...
... 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 ... -- ...
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,...
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...
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...
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...
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...
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...
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...
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), "");...
 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...
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...
... 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...
... 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...
... 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...
2 -- ResultSetFormatter.toList and ResultSetFormatter.asText Andy From: jena-dev@yahoogroups.com [mailto:jena-dev@yahoogroups.com] On Behalf Of Blue Knight ...
... 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...
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...
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...
... Read the ontology into an OntModel and use createIndividual (and write the model back out). ... Read the RDF tutorial and the ontology documentation. -- ...
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? ...
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...