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 26479 - 26508 of 42056   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
26479
... I ran the query above and I got results. tweaked to output a bit less: PREFIX shop: <http://www.andrewmcnaught.co.uk/amazon.owl#> PREFIX p:...
Seaborne, Andy
andyseaborne
Offline Send Email
Dec 1, 2006
9:33 am
26480
Ive got the latest version of ARQ out of CVS, and run several tests on the data. I've almost come to the conclusion that the problem is with the source data....
venura.2.mendis@...
venura23
Offline Send Email
Dec 1, 2006
10:52 am
26481
... this ... from ... synonyms. ... from ... Could be something like that ... it shouldn't matter provided you do the QueryExecution.close() after all results...
Seaborne, Andy
andyseaborne
Offline Send Email
Dec 1, 2006
11:05 am
26482
Andy, Ive found that a long string vale causes the null pointer exception on the query. This only appears to happen on MYSQL database models, memory models...
venura.2.mendis@...
venura23
Offline Send Email
Dec 1, 2006
12:01 pm
26483
... What's the source? Nothing should crash, ever. The data is in a database (which version of MySQL by the way?) isn't it? But the stacktrace does not...
Seaborne, Andy
andyseaborne
Offline Send Email
Dec 1, 2006
12:06 pm
26484
Just to add I'm querying MySQL server version 4.1...
venura23
Offline Send Email
Dec 1, 2006
1:23 pm
26485
OK - I can recreate that. I know what's happening : MySQL mediumblob is showing up as JDBC Types.LONGVARBINARY, not JDBC Types.BLOB as the code expects. But...
Seaborne, Andy
andyseaborne
Offline Send Email
Dec 1, 2006
2:44 pm
26486
... I've checked into CVS a version of Jena which logs when the query engine has caught and forwarded an exception, and when the client side's pull has fetched...
Chris Dollin
kers_ihy
Offline Send Email
Dec 1, 2006
4:39 pm
26487
Plz, could any body help me How to install joseki-2.1 server Noor,...
ksu_noor_8
Offline Send Email
Dec 1, 2006
4:45 pm
26488
... I have checked in a version of jena.jar into *ARQ CVS* (neither code nor binary is in Jena CVS because I'm having some transient CVS merge problems with...
Seaborne, Andy
andyseaborne
Offline Send Email
Dec 1, 2006
4:50 pm
26489
... Joseki 2.1 does not support SPARQL (protocol or query language) Use Joseki3 - despite begin in development cycle, it (a) supports a standard and (b) is...
Seaborne, Andy
andyseaborne
Offline Send Email
Dec 1, 2006
8:45 pm
26490
Dear All, I am building a bridge ontology that maps two owl file ontologies by using owl:sameAs tag. So here is some description: I am interested in mapping...
sridevi polavaram
sridevi_mami
Offline Send Email
Dec 1, 2006
9:07 pm
26491
Believe this may be an issue with the hasNext() method on the listOperands() iterator. To repeat: 1. Create an OWL file with the following structure in it. ...
davidabigwood
Offline Send Email
Dec 1, 2006
9:28 pm
26492
This of course should refer to the listUnionClasses iterator as in the example, not what my brain told my fingers to type... its Friday afternoon... -DAB ... ...
davidabigwood
Offline Send Email
Dec 1, 2006
10:45 pm
26493
Hi David, These cases are a bit tricky in our framework. The basic issue, I think ... the bNode can be inferred to have rdf:type owl:Class since it's in the ...
Ian Dickinson
ian_j_dickinson
Offline Send Email
Dec 2, 2006
12:03 am
26494
Hi All, Can you suggest some reading material on the internals of JENA & ARQ - Specifically I am looking at when Ontology is loaded in a Jena Model how it is...
kjindani
Offline Send Email
Dec 2, 2006
10:54 am
26495
Hi All, How does JENA process owl:import tag in an ontology - For .e.g If there are two files a.owl and b.owl and both have owl:import tag c.owl; If we load...
kjindani
Offline Send Email
Dec 2, 2006
10:55 am
26496
... a standard ... bat/. They ... Thanks a lot, I 'm downloading joseki-3 now, but till now I don't how to install it. Plz tell me, Noor,...
ksu_noor_8
Offline Send Email
Dec 2, 2006
1:12 pm
26497
1/ Unpack 2/ Read http://www.joseki.org/start.html Andy...
Seaborne, Andy
andyseaborne
Offline Send Email
Dec 2, 2006
1:37 pm
26498
Hi! First: Your attachments are not there! It seems that Yahoo-Groups do not save attachments, though they are mentioned. I suggest that you repost your mail...
Michael Schneider
m_schnei1992
Offline Send Email
Dec 2, 2006
1:41 pm
26499
Hi, is it possible to store a model splitting it to different files according to specific policies? Suppose I have an ontology A, which imports ontologies B,...
Armando Stellato
starred75
Offline Send Email
Dec 2, 2006
3:02 pm
26500
Many thanks, Chris! We've downloaded the latest CVS version, customized it for Oracle, and compiled it, and will test it out in earnest on Monday. Enjoy! ......
Linebarger, John
jmlineb
Offline Send Email
Dec 2, 2006
5:45 pm
26501
Hi, I need help to make a small prototype for part my project. Actually what I want to query the data form any database (Mysql, Oracle, Ms-Access etc) using...
Kim John
joinhkamran
Offline Send Email
Dec 2, 2006
7:53 pm
26502
... Actually what I ... etc) ... have ... example or ... or ... KARIM: Yes you can do it through JENA; Look into Persistent Ontology examples given with Jena...
kjindani
Offline Send Email
Dec 2, 2006
8:04 pm
26503
... I wasn't sure exactly what you meant by "query the data form any database": kjindani's answer covers the case of storing RDF/OWL in any database...
Seaborne, Andy
andyseaborne
Offline Send Email
Dec 2, 2006
8:21 pm
26504
Hello All, I create my classes: RDFList unionList = myModel.createList(); OntClass cl1=myModel.createClass("http://cl1"); unionList=unionList.cons(cl1); ...
nikoletatn
Offline Send Email
Dec 2, 2006
9:45 pm
26505
... Just for the record, D2RQ v0.5 comes with a mapping generator that creates a default mapping. No more need for modelling if that's sufficient for your...
Richard Cyganiak
cygri
Offline Send Email
Dec 3, 2006
1:41 am
26506
... Thank you for the reply. Unfortunately the workaround did not help: the problem exists also when doFastpath is set off. I'm a newbie in RDF and Jena, and...
ktljhab
Offline Send Email
Dec 3, 2006
9:38 am
26507
Hi Karim, ... Yes. Moreover, if you import c.owl into a.owl, by default it is cached so that if you later create a new model and load d.owl which owl:imports ...
Ian Dickinson
ian_j_dickinson
Offline Send Email
Dec 3, 2006
11:12 am
26508
Hi all, I wondered if there is any plan to include java generics [1] in the Jena API: it could then help to learn/use it faster. For example, we could write: ...
plindenbaum
Online Now Send Email
Dec 3, 2006
3:25 pm
Messages 26479 - 26508 of 42056   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