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 21948 - 21978 of 42043   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
21948
Dear all, It was my mistake in writing and testing the code. Today I saw what it was and I corrected it. So the conclusion to this time are: 1. Indeed Jena...
eduard barbu
eduard_barbu
Offline Send Email
Apr 1, 2006
12:55 pm
21949
Hi All, I am having difficulties getting the object values from my model in Jena e.g. if I want to find out what activity(s) a particular schedule has, I am...
Ivor
ivortillier
Offline Send Email
Apr 1, 2006
3:23 pm
21950
Hello All Isn't there any method to have utf16 encoding. Regards Ashish Shrimali...
ashish shrimali
ashish_shrim...
Offline Send Email
Apr 1, 2006
7:54 pm
21951
Hi, I am creating a RDF Model with ontmodel = ModelFactory.createOntologyModel(ProfileRegistry.RDFS_LANG); I want to use relative URIs. Jena doesn't accept...
Björn Konrad
donkon_78
Offline Send Email
Apr 1, 2006
10:41 pm
21952
Hi, Where can I find the test1.owl and test2.owl files? They are missing from the 2.3 distribution. Thanks Fred ... ...
Fred Janon
fjanon
Offline Send Email
Apr 2, 2006
4:21 am
21953
I am new to Jena and I think it is great work. Thanks to all of those who worked and still work on it. I am trying to use the FileModelMaker to write and read...
Fred Janon
fjanon
Offline Send Email
Apr 2, 2006
4:36 am
21954
... Hi, to have the relative URIs in the output, there should be a method in Writer to set the base URI. In the code, just define your namespace variable: ...
Ignazio Palmisano
ignazio_io
Offline Send Email
Apr 2, 2006
8:09 am
21955
... Hi, seems that somewhere in your code you are creating a resource using the file path rather than an URI; to have it correct, you should add a protocol...
Ignazio Palmisano
ignazio_io
Offline Send Email
Apr 2, 2006
8:17 am
21956
You ca find the onologies here: http://jena.sourceforge.net/examples/persistent-ont-model/index.html However you ca modify a little bit the code and load your...
eduard barbu
eduard_barbu
Offline Send Email
Apr 2, 2006
9:23 am
21957
Could I clarify this, I'm actually trying to get instance/individual's values from my ontology. I have for example, individuals with properties which are XML...
Ivor
ivortillier
Offline Send Email
Apr 2, 2006
1:12 pm
21958
I have an individual like this - <BeowulfSystem rdf:ID="gsdfgd"> <operating_system rdf:datatype="http://www.w3.org/2001/XMLSchema#string">windows</opera ...
elizae85
Offline Send Email
Apr 2, 2006
1:37 pm
21959
That's interesting, I have similar requirement. Just to note, you have a typo in this line ... iterator regards Ivor...
Ivor
ivortillier
Offline Send Email
Apr 2, 2006
1:53 pm
21960
... Please folks (Ivor and Elizae85 in partcular, but it's a general comment) just think about this for a moment: Jena is widely used by many people, so if...
Ian Dickinson
ian_j_dickinson
Offline Send Email
Apr 2, 2006
2:10 pm
21961
statements are like this [http://monet.nag.co.uk/owl#gsdfgd, http://www.w3.org/1999/02/22-rdf- syntax-ns#type, http://monet.nag.co.uk/owl#BeowulfSystem] ...
elizae85
Offline Send Email
Apr 2, 2006
2:25 pm
21962
... Printing a Java object just gives you whatever text the designer decided would be useful information to show, typically aimed at a debugging context. It's...
Ian Dickinson
ian_j_dickinson
Offline Send Email
Apr 2, 2006
2:40 pm
21963
Hi, When I start the following query, the variables ?h and ?s are not matched / unified, so that I get a cross product as result. SELECT ?h, ?v, ?s, ?t WHERE ...
Lars
sinnlicher
Offline Send Email
Apr 2, 2006
11:52 pm
21964
... essentially ... "what would ... fake it[*]. ... Thanks for your help. It's very useful for me. I got another question to think this scenario as "a...
rss2052000
Offline Send Email
Apr 3, 2006
1:44 am
21966
Hi all, I am a Jena user and I need to work with MS SQL server as the back end database for Jena. I downloaded the zip file at ...
ngvinny1
Offline Send Email
Apr 3, 2006
9:57 am
21967
... Hi, there is a MsSQL driver included in the Jena CVS (more up to date wrt the one at http://www.ur.se/jena/Jena2MsSql.zip - the Jena database layout has...
Ignazio Palmisano
ignazio_io
Offline Send Email
Apr 3, 2006
10:09 am
21968
Hi all, I wonder if it is possible to pass the value of a java variable to an ARQ query. The scenario is as follows: A function receive a parameter a String...
eduard barbu
eduard_barbu
Offline Send Email
Apr 3, 2006
10:27 am
21969
Hi Eduard, ... I use java.text.MessageFormat for such cases (in fact, most situations where I have to build strings dyanamically). It works very well. E.g: ...
Dickinson, Ian J. (HP...
ian_j_dickinson
Offline Send Email
Apr 3, 2006
10:37 am
21970
... Hi, try enclosing the string in quotes: "your string here" and using it in your query: ...{?x ns:myProperty "string"} It's the way it is described in the...
Ignazio Palmisano
ignazio_io
Offline Send Email
Apr 3, 2006
10:42 am
21971
Thanks for the suggestion but the API says "directory name" and the model saves just fine in the directory: public static ModelMaker...
Fred Janon
fjanon
Offline Send Email
Apr 3, 2006
11:08 am
21972
Hi all, Thanks for the answers to the previous question. I have now a new one.I want to build an application that works with multiple KB that are stored in a...
eduard barbu
eduard_barbu
Offline Send Email
Apr 3, 2006
11:17 am
21973
... As Ignazio says, you have to use a Writer with the base URI set. Relative URIs are just a convenience in the serialisation - RDF only has complete URIs...
Chris Dollin
anover_alias
Offline Send Email
Apr 3, 2006
11:18 am
21974
... Not without seeing the data and the values of propertyURI and subjectURI. All together now, "Minimal Complete Example Please". -- Chris "1620x1050" Dollin ...
Chris Dollin
anover_alias
Offline Send Email
Apr 3, 2006
11:23 am
21975
... That's what it's supposed to do. [RDQL is obsolete. Use SPARQL.] -- Chris "1620x1050" Dollin "Reaching out for mirrors hidden in the web."...
Chris Dollin
anover_alias
Offline Send Email
Apr 3, 2006
12:06 pm
21976
... Andy is away this week, but I seem to recall that ARQ has a way of pre-binding variables for a query. You'll have to decide what the string means, of...
Chris Dollin
anover_alias
Offline Send Email
Apr 3, 2006
12:07 pm
21977
Hi, ... Last week Andy wrote an email related to this (Subject "SPARQL: Cloning ... If you just want to create a new Query (no cloning), the solution suggested...
Bastian Quilitz
bastian.quilitz
Offline Send Email
Apr 3, 2006
1:26 pm
21978
... <fx:caveat>I Am Not Andy.</> The first argument to regex is a string. Subjects are never strings. So your filter can never be satisfied. You need to...
Chris Dollin
anover_alias
Offline Send Email
Apr 3, 2006
1:34 pm
Messages 21948 - 21978 of 42043   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