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.

Messages

  Messages Help
Advanced
Messages 2957 - 2986 of 35874   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2957
Hi Antonio, The error is that you can't have spaces in a legal URI. This forces the algorithm that separates local names and prefixes to use the space as the ...
Dickinson, Ian J
ian_j_dickinson
Offline Send Email
Jun 1, 2003
8:41 am
2958
Hi all, Since I was in need of a FOAF vocabulary, I just finished writing one. I attached the source file to this mail. I hope this will be helpful for some of...
Jérôme BERNARD
jerome_bernard
Online Now Send Email
Jun 1, 2003
9:07 am
2959
Hello, I want to find out the insatnces from the DAML File. I have written the following code. But It is not working. Can somebody point out my mistake. I want...
soumyajit.mukherjee@...
aem227
Offline Send Email
Jun 1, 2003
12:55 pm
2960
Soumyajit - It's a slightly strange piece of code, but your basic problem is that you have one iterator over the properties in the DAML file: Iterator instItr...
Dickinson, Ian J
ian_j_dickinson
Offline Send Email
Jun 1, 2003
1:30 pm
2961
... Thanks I understand it, but DAMLClass haven't a metod to get label. How can I do it? Bye Antonio...
Runner73
Runner_73@...
Send Email
Jun 1, 2003
3:37 pm
2962
Antonio - Don't forget that DAML objects are still RDF resources, so any of the property methods defined on Resource will work on any DAML object. As it ...
Dickinson, Ian J
ian_j_dickinson
Offline Send Email
Jun 1, 2003
5:43 pm
2963
Hi Ian, Would you please send me the change .jar file for the jena 1.6? I really appreciate your help. Romy. ... the ... contain a ... reference ... this ... ...
haha129
Offline Send Email
Jun 1, 2003
5:58 pm
2964
Hello, I have installed JOSEKI RDF Jena server and it works fine. In a server, the model is loaded from a FILE and works fine. In a client I can do queries,...
joniturrioz
Offline Send Email
Jun 2, 2003
1:33 pm
2965
Jon, ... Joseki currently uses Jena1 (a version for Jena2 is in the works). As you observe, for a model that come from a disk file, changes are not propagated...
Seaborne, Andy
andyseaborne
Offline Send Email
Jun 2, 2003
1:42 pm
2966
Hello Andy, Thanks for your fast clear and helpful response. Following your instructions, I have tried to execute the BDB example adjunt in a joseki...
joniturrioz
Offline Send Email
Jun 2, 2003
4:36 pm
2967
HI all I'm a uncertain about a results of my code. I've an ontology maked with oiled editor that have this section: ..... - <daml:Class...
Runner73
Runner_73@...
Send Email
Jun 2, 2003
7:20 pm
2968
This is the attach...
Runner73
Runner_73@...
Send Email
Jun 2, 2003
8:01 pm
2969
... I agree that rdf:ID and rdf:about are equivalent once they are resolved into URIs. However, without rdf:ID (and xml:base), I may be unable to resolve the...
Paulo Pinheiro da Silva
pp@...
Send Email
Jun 3, 2003
8:01 am
2970
You need to get a copy of the BerkeleyDB code from http://www.sleepycat.com Jena1 is tested with version 3.3 which is quite old. You then need to put the...
Seaborne, Andy
andyseaborne
Offline Send Email
Jun 3, 2003
8:09 am
2971
... In what way? ... The results you expected are included in the above. Is your concern that there are more super-classes of C5 than you expected? That is...
Dave Reynolds
derihy
Offline Send Email
Jun 3, 2003
8:26 am
2972
... In this case, how can I print the name of restriction class instead of <Anonymous xxxxx> ? In particular from this part of Ontology, I'd like to obtain...
Runner73
Runner_73@...
Send Email
Jun 3, 2003
12:44 pm
2973
... Restriction classes don't have names so you'll have to synthesise one yourself. ... The Java object representing the anonymous restriction, as well as...
Dave Reynolds
derihy
Offline Send Email
Jun 3, 2003
4:28 pm
2974
... ?? Anonymous classes/instances don't have URI's. If you give them a uri using either rdf:ID or rdf:about they are not anonymous. If you create a class...
Dave Reynolds
derihy
Offline Send Email
Jun 3, 2003
4:57 pm
2975
Hi Dave, It may be better for us to discuss a concrete example of what is needed. In this case, you can see that IW1 and IW2 WFFs are specified in ...
Paulo Pinheiro da Silva
pp@...
Send Email
Jun 4, 2003
1:40 am
2976
... I don't understand. Can you explain me with an example? Thanks...
Runner73
Runner_73@...
Send Email
Jun 4, 2003
10:44 am
2977
Paulo - In your example, the full URI for IW1 is http://www.ksl.stanford.edu/software/IW/tmp/jena/IWX1.daml#IW1 To make the examples easier to fit on one line,...
Dickinson, Ian J
ian_j_dickinson
Offline Send Email
Jun 4, 2003
10:45 am
2978
Not tested, so take as illustrative rather than definitive: DAMLClassExpression ce = ... PrintWriter out = ... if (ce instanceof DAMLRestriction) { ...
Dickinson, Ian J
ian_j_dickinson
Offline Send Email
Jun 4, 2003
10:54 am
2979
... Tahnk you very much...
Runner73
Runner_73@...
Send Email
Jun 4, 2003
11:11 am
2980
Hi, I am trying to do the simplest thing with mysql and jena 2, create a model. My code is pretty much a copy of the fragment at ...
Carl Lagoze
lagoze
Offline Send Email
Jun 4, 2003
2:30 pm
2981
... You might like to look at the stuff in ModelFactory too; ModelRDB is retained to help migration but ModelFactory will be what we recomend. ... Our DB chaps...
Chris Dollin
flitz_cloud
Offline Send Email
Jun 4, 2003
3:01 pm
2982
... create a ... is ... recomend. Ok, I'll play around with ModelFactory. Dabbled a bit there but had some problems. I'll go back and play more. ... ...
Carl Lagoze
lagoze
Offline Send Email
Jun 4, 2003
3:07 pm
2983
carl, glad you're starting to use jena2. unfortunately, i was unable to reproduce your problem. i would suggest inserting try { conn.cleanDB(); } catch...
wilkvin
Online Now Send Email
Jun 4, 2003
6:22 pm
2984
Hi, does Jena2 include any method to check if a RDF/XML serialization is valid RDF? I have come up with two possibilities: 1. Read the RDF/XML serialization...
Daniel Bruegge
daniel0303@...
Send Email
Jun 4, 2003
7:11 pm
2985
... I am not sure what you mean by "copious" w.r.t the W3C RDF Validator. It uses ARP (the default Jena parser) to generate the triples of the graph. If the...
Emmanuel Pietriga
epietriga
Offline Send Email
Jun 4, 2003
7:56 pm
2986
Hi, ... Maybe i have used the wrong word ;-), but i am looking for an easy an performant method to validate such a serialization. But i think i will extract...
Daniel Bruegge
daniel0303@...
Send Email
Jun 4, 2003
8:20 pm
Messages 2957 - 2986 of 35874   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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