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...
Message search is now enhanced, find messages faster. Take it for a spin.

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 40608 - 40637 of 42050   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
40608
Norman, I presume you mean in the text form of the output of a query. What is printed is what is returned by the query. The expectation is that if the...
Seaborne, Andy
andyseaborne
Offline Send Email
Jul 1, 2009
7:46 am
40609
Andy, This was using the Jena 2.6.0 distribution - not sure what version of ARQ that corresponds to... Data as follows (N3): ...
David Allsopp
dallsoppuk
Offline Send Email
Jul 1, 2009
8:16 am
40610
Hi, can somebody tell me by any chance some (or one) ontologymerger ? A tool that takes 2 ( or more) ontologys and makes one merged ontology out of them. ...
Fa Falla
fa.falla
Offline Send Email
Jul 1, 2009
8:30 am
40611
David Thanks - it looks the parsing precidnece of ^ is wrong in somewhay: as illustrated by: PREFIX : <http://example/> SELECT * WHERE { { ?x ^:p^:q^:r...
Andy Seaborne
andyseaborne
Offline Send Email
Jul 1, 2009
10:02 am
40612
Hi, I want to run Jena schemagen utility from command line. The document about it does not tells about how to run the utility from a command line. LIke...
babar shahzad
babarathotmail
Offline Send Email
Jul 1, 2009
10:11 am
40613
... If I were you I would carefully read (again): - http://jena.sourceforge.net/tutorial/RDF_API/ -...
Paolo Castagna
paolo.castagna@...
Send Email
Jul 1, 2009
10:21 am
40614
... jena.rdfcat? [1] java jena.rdfcat ont1.owl ont2.n3 ont3.nt > merged.owl or something like that. Damian [1] <http://jena.sourceforge.net/tools.html>...
Damian Steer
pldms0
Offline Send Email
Jul 1, 2009
11:05 am
40615
Hell Babar, ... Yes. ... All you need to do is ensure that: 1. you can run Java on your command line (this is just setting up your Java runtime path, it's...
Dickinson, Ian J. (HP...
ian_j_dickinson
Offline Send Email
Jul 1, 2009
11:07 am
40616
I think this might be what im searching for: http://jena.sourceforge.net/javadoc/jena/rdfcat.html An RDF utility that takes its name from the Unix utility cat,...
Fa Falla
fa.falla
Offline Send Email
Jul 1, 2009
11:12 am
40617
... Hi Babar, the next release of Jena will have shell scripts to run all the Jena command line utilities, including schemagen. In the meantime you can look at...
Paolo Castagna
paolo.castagna@...
Send Email
Jul 1, 2009
11:34 am
40618
HiPaolo; 1st a request; can you kindly send me the last email you sent me (about query methods), I delete it accidently, I want it as I get direction by...
babar shahzad
babarathotmail
Offline Send Email
Jul 1, 2009
12:19 pm
40619
Hi, Just a small question in Jena.shemagen. I am not able to pick the error in converting skos.rdf into skos.java using jena.schemagen. Process 1. Created a...
nitesh35103
Offline Send Email
Jul 1, 2009
2:24 pm
40620
... David - this is now fixed in CVS. Perhaps you could confirm that the new version solves presenting problem? Regards, Ian ...
Dickinson, Ian J. (HP...
ian_j_dickinson
Offline Send Email
Jul 1, 2009
2:56 pm
40621
Fixed in SVN (which is developed with Jena 2.6.0). Andy...
Andy Seaborne
andyseaborne
Offline Send Email
Jul 1, 2009
3:51 pm
40622
Hi, I'm loading them in from .ttl files into the memory model. It works just fine in that all of my queries on it come back as expected. This project very well...
ajwood@...
andrew.wood_mta
Offline Send Email
Jul 1, 2009
4:11 pm
40623
Not any more - fixed! (Confusion between the grammar, which allows various things like formulae i.e. {} and variables, and the checking code that restricts it ...
Andy Seaborne
andyseaborne
Offline Send Email
Jul 1, 2009
4:39 pm
40624
Sorry, what do you mean by that? The RDF standard *does* allow literal subjects, or Jena will save graphs with literal subjects, though still not complying...
ajwood@...
andrew.wood_mta
Offline Send Email
Jul 1, 2009
5:13 pm
40625
... The RDF standard does not. The SPARQL standard does (in fact this is necessary in the language) in triple patterns. They just won't match anything in a...
Andy Seaborne
andyseaborne
Offline Send Email
Jul 1, 2009
5:36 pm
40626
If I have data like: OntClass book = model.createClass( NS + "Book" ); OntClass softcover = model.createClass( NS + "Softcover" ); OntClass hardcover =...
David Patterson
dpatterson20855
Offline Send Email
Jul 1, 2009
6:27 pm
40627
I've run tests with the 2.6.2 version from CVS. Here is my test code: package com.iai.test; import com.hp.hpl.jena.ontology.Individual; import...
David Patterson
dpatterson20855
Offline Send Email
Jul 1, 2009
10:53 pm
40628
... Andy With a bit more testing I realize that this problem only occurs when my domain ontology containing the subClassOf information is not in the same named...
sanjayvenkat2000
sanjayvenkat...
Offline Send Email
Jul 1, 2009
11:01 pm
40629
Hello to you all Thanks in advance for any enlightenment that you may give me. I'm having a problem in SDB that probably relates to the maximum size of columns...
Alexandre
alexmsmartins
Offline Send Email
Jul 2, 2009
1:12 am
40630
Hi again. Ended up solving the problem myself, but not in an elegant way. The steps are: 1 - find references to the number 500 in directory SDB-1.3.0 ...
Alexandre
alexmsmartins
Offline Send Email
Jul 2, 2009
3:24 am
40631
Hi, I am using Jena 2.6.0 and have a problem with the iterator returned by listOneOf of an enumerated class. That's my code: EnumeratedClass enumClass =...
chquix
Offline Send Email
Jul 2, 2009
6:23 am
40632
I just saw the message about the ConversionException in the ExtendedIterator, which seems to apply also to me. Will there be soon a new version of Jena or do I...
chquix
Offline Send Email
Jul 2, 2009
6:53 am
40633
Hi, I had the same problem. The solution was to set UTF8 encoding for the database. createdb -E UTF8 <your_db>...
Vasyl Keretsman
vasiliy@...
Send Email
Jul 2, 2009
7:35 am
40634
Hi David, ... Yes. From the point of view of the specs then your last statement implies that #Book is an individual, specifically an instance of the class...
Dave Reynolds
derihy
Offline Send Email
Jul 2, 2009
7:46 am
40635
... The range of has_gender is an owl:DataRange not an owl:EnumeratedClass so your code should be more like: Model raw = FileManager.get().loadModel( ...
Dave Reynolds
derihy
Offline Send Email
Jul 2, 2009
8:18 am
40636
Hi David, ... All these are the same problem in your design as per my last message. By making #Book the object of an owl:ObjectProperty you are creating ...
Dave Reynolds
derihy
Offline Send Email
Jul 2, 2009
8:39 am
40637
Thanks, it works with using DataRange. However, I check for the OntClass object which represents the range of the has_gender property whether it can be seen as...
Christoph Quix
chquix
Offline Send Email
Jul 2, 2009
9:18 am
Messages 40608 - 40637 of 42050   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