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...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

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 18102 - 18132 of 42071   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
18102
Hi Ian, Thanks for replying to my query. I am actually trying to conform to an rdfs model with the below chunk of code, which is why at the moment it appears...
oorizwan
Offline Send Email
Sep 1, 2005
8:51 am
18103
... The (my) expectation is that you won't need to be online for the "usual" cases, where you use the rdf(s)/dc/owl vocabularies and your own local files. In...
Chris Dollin
anover_alias
Offline Send Email
Sep 1, 2005
9:12 am
18104
Hi there, I think I managed it. The resulting Jena rdf/xml is as follows:- <rdf:RDF xmlns:mgpi="http://www.csd.abdn.ac.uk/~rahmad/magpie/DataModel.rdfs#" ...
oorizwan
Offline Send Email
Sep 1, 2005
9:21 am
18105
Hi Rizwan, ... It's not the complexity I was pointing out (many RDF models get way more complex than your example), it's just that your naming scheme suggested...
Ian Dickinson
ian_j_dickinson
Offline Send Email
Sep 1, 2005
9:24 am
18106
... that were my thoughts, too. ... ok, but why do I get e.g.: 'da4b71:106110c0a6a:-7fe1 @eye:unknownPredicate rdf:type' => why is rdf:type undefined? I use...
btmgw
Offline Send Email
Sep 1, 2005
9:54 am
18107
... You've told Eyeball to use the rdf schema, yes? ... Hmm. OK, I'll look into that. It's possible that the CVS Eyeball needs the CVS Jena. (The next Eyeball...
Chris Dollin
anover_alias
Offline Send Email
Sep 1, 2005
10:06 am
18108
Hi Ian, Thanks a lot for the advice. I was wondering if this resultant code:- <mgpi:ImpactFactor rdf:parseType="Resource"> <mgpi:hasImpactFactor...
oorizwan
Offline Send Email
Sep 1, 2005
10:32 am
18109
... Don't think in terms of RDF/XML. Think first in terms of the RDF graph and the triples it contains. Worry about the RDF/XML prettiness later, or, if...
Chris Dollin
anover_alias
Offline Send Email
Sep 1, 2005
10:52 am
18110
... pretty sure, because renaming the file results into following error message again: 'Not found: http://www.w3.org/1999/02/22-rdf-syntax-ns#' ... little...
btmgw
Offline Send Email
Sep 1, 2005
11:05 am
18111
Chris, Point noted. WHat I am worried about is that the xml prettiness actually matches my RDF ontology requirements. I apologise profusely for my inexperience...
oorizwan
Offline Send Email
Sep 1, 2005
11:06 am
18112
Rizwan - ... I don't see a requirement, I only see two fragments of RDF. The first is not legal RDF syntax. Things to do: * as Chris says, forget the XML...
Ian Dickinson
ian_j_dickinson
Offline Send Email
Sep 1, 2005
11:06 am
18113
... Then the XML is the wrong place to start. You need a clear conceptual model, not a bunch of XML. ... Don't - everyone has to start off inexperienced; it...
Chris Dollin
anover_alias
Offline Send Email
Sep 1, 2005
12:02 pm
18114
... I'm afraid that proves nothing; Eyeball always reads in a copy of the RDF and RDFS schemas, so will always fail if it can't find them. That has nothing to...
Chris Dollin
anover_alias
Offline Send Email
Sep 1, 2005
12:11 pm
18115
Hello, I've got a question about OntModel and ModelRDB. I want to save an ontology in a mySQL database with a ModelRDB. On the other side I have an OntModel...
Irvine Keans
catscratchdd
Offline Send Email
Sep 1, 2005
12:54 pm
18116
oh, misunderstanding I think: I'm not reading the rdf and rdfs defintions this way ... the only files I am loading this way is my own vocabulary + instance. ...
btmgw
Offline Send Email
Sep 1, 2005
12:57 pm
18117
Hi chris, I am not sure how to use N3 in Jena. Do I just define my model with an N3 argument? Below is the RDFS I am trying to adhere to. Apologies for not ...
oorizwan
Offline Send Email
Sep 1, 2005
1:03 pm
18118
... That all sounds reasonable. ... That tells Eyeball to check against modelRDFS, ie, the contents of voc.rdfs, *only*. You want to tell it to check against...
Chris Dollin
anover_alias
Offline Send Email
Sep 1, 2005
1:19 pm
18119
soory, what I meant was that the basic N3 statements are easy enough. Its just the more complicated ones that I am finding a bit confusing (i.e. ImpactFactor...
oorizwan
Offline Send Email
Sep 1, 2005
1:36 pm
18120
... aah! ... aaaaaaaahh!! Could have figured that out by myself reading the api! ... No, it's fantastic and it seems to work. Now, I think I understand what...
btmgw
Offline Send Email
Sep 1, 2005
1:46 pm
18121
... I like that sound. ... <fx:knowlingLook/> ... It's clunky in that you can't say very directly "a SchemaList with these two things in it". ... Indeed, it's...
Chris Dollin
anover_alias
Offline Send Email
Sep 1, 2005
2:00 pm
18122
... See below for more. N3 is a way of writing RDF. Jena models can read RDF written in N£ and can write out models as N3, by specifying "N3" as the lang...
Chris Dollin
anover_alias
Offline Send Email
Sep 1, 2005
2:16 pm
18123
Hi, All: I create a EnumeratedClass using RDFList to contain several individual for the EnumeratedClass. But when i call the class's listInstance() ont the...
Wudong Liu
lwudong
Offline Send Email
Sep 1, 2005
2:17 pm
18124
... And then you want to add a third one, a fourth, .... I think it's good enough this way. ... ?? too colloquial :-) but I think it doesn't matter ... I'm...
btmgw
Offline Send Email
Sep 1, 2005
2:22 pm
18125
thanks for the help, but that code generates this: - <rdf:RDF xmlns:mgpi="http://www.csd.abdn.ac.uk/~rahmad/magpie/DataModel.rdfs#" ...
oorizwan
Offline Send Email
Sep 1, 2005
2:42 pm
18126
Thank you. I've replaced OntModelSpec.OWL_MEM by OntModelSpec.OWL_MEM_MICRO_RULE_INF like you told me, but it still does the same bug. Do you have any idea of...
meldesch
Offline Send Email
Sep 1, 2005
2:44 pm
18127
... new SchemaList().add(model1).add(model2) .... etc is what occurred to me; the only reason not to use it is that I prefer those sorts of objects to be...
Chris Dollin
anover_alias
Offline Send Email
Sep 1, 2005
2:47 pm
18128
... Warning. Inference over an database-backed model is horribly slow in Jena. If you can create your inferences ahead of time and just save them in the ...
Dave Reynolds
derihy
Offline Send Email
Sep 1, 2005
2:51 pm
18129
I have it producing code of this form:- <rdf:RDF xmlns:mgpi="http://www.csd.abdn.ac.uk/~rahmad/magpie/DataModel.rdfs#" ...
oorizwan
Offline Send Email
Sep 1, 2005
2:51 pm
18130
... The specific case of EnumeratedClasses is easy because the only members of that class are those that have been enumerated (well ignoring aliases for now)....
Dave Reynolds
derihy
Offline Send Email
Sep 1, 2005
2:55 pm
18132
Hello Melanie, ... We don't yet have enough data about your problem to offer any detailed advice. Ian...
Ian Dickinson
ian_j_dickinson
Offline Send Email
Sep 1, 2005
3:18 pm
Messages 18102 - 18132 of 42071   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