Skip to search.
jena-dev · Jena Users

Group Information

  • Members: 2056
  • Category: Software
  • Founded: Sep 19, 2001
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Messages

  Messages Help
Advanced
Messages 92 - 121 of 48259   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
92 Brian McBride
bwmb Offline Send Email
Nov 1, 2001
12:35 pm
Erik, ... Cool :) Would you care to tell us a little more? ... The RDFCore WG are currently discussing this question. My reading is that M&S made no mention...
93 Erik Sundvall
erik_sundvall Offline Send Email
Nov 1, 2001
3:07 pm
Hi! Why is ".remove()" done twice in the Jena code below? package com.hp.hpl.mesa.rdf.jena.common; [...] public class StmtIteratorImpl extends Object...
94 Brian McBride
bwmb Offline Send Email
Nov 1, 2001
3:38 pm
Hi Erik, ... The reason is that some of the higher layer code is implemented rather crudely. Some of the calls, I can't remember off the top of my head, maybe ...
95 Charlie Abela
cicho37 Offline Send Email
Nov 4, 2001
8:46 am
Does jena/DAML API support DAML-S?...
96 Andrei S. Lopatenko
andrei_lopat... Offline Send Email
Nov 5, 2001
9:47 am
Dear Charlie, what do you mean supports DAML-S? Jena can parse RDF documents and understand some DAML specific semantics (subclass relations, etc...) It can...
97 Charlie Abela
cicho37 Offline Send Email
Nov 5, 2001
10:14 am
Andrei When you say ... documents Does it mean that it creates sort of DOM as in the case of XML parsing? and can you please elaborate on ... What I have in...
98 Andrei S. Lopatenko
andrei_lopat... Offline Send Email
Nov 5, 2001
10:24 am
Dear Charlie yes, I mean that Jena does not no anything about what is ServiceModel, Process, Split or Start-Of property It can only parse RDF file, create...
99 Dickinson, Ian J
ian_j_dickinson Offline Send Email
Nov 5, 2001
6:00 pm
Hi Daniel, The code you supplied looks OK to me. It's not clear from your message in what sense it's not working. An alternative, but equivalent version, would...
100 tarod@... Send Email Nov 6, 2001
11:17 am
Hello I'm new on this group, I just decided to use jena instead of rdf-api two days ago. Mr. Sergei Melnik told me about using ARP instead of SiRPAC. I saw...
101 Tod Matola
tmatola Offline Send Email
Nov 6, 2001
11:48 am
Hello, How did you launch the test? I think you are out of heap. Try java -mx 1024Mb -ms 1024Mb test (NOTE: the amount of the mx and ms value should...
102 Brian McBride
bwmb Offline Send Email
Nov 6, 2001
12:24 pm
Right Tod. The figure of 600,000 came from loading wordnet and I did have to set a rather large heap to do it. The current ModelMem is very greedy on memory....
103 tarod@... Send Email Nov 6, 2001
2:33 pm
Thank you, I modified the vm parameters and now it works with over 600.000 statements. I don't know if I will be able to modify the parameters in the machine ...
104 Charlie Abela
cicho37 Offline Send Email
Nov 6, 2001
3:43 pm
I am getting the following error when parsing a DAML file com.hp.hpl.jena.rdf.arp.ParseException: {W101} Unqualified use of rdf:about has been deprecated. ...
105 Dave Reynolds
der@... Send Email
Nov 6, 2001
3:44 pm
... The issue is that bag isn't like a simple java collection, it's an api onto the full RDF model. Each time bag.add() is called it needs to work out how many...
106 Brian McBride
bwmb Offline Send Email
Nov 6, 2001
3:47 pm
I think you'll find its only a warning unless you have strict mode on. Do have cases where you rdf:about attributes without the rdf: prefix? Similarly...
107 Shelley Powers
p2psmoke Offline Send Email
Nov 6, 2001
3:50 pm
Charlie, are you using the rdf namespace when you reference the about attribute, i.e.: <rdf:Description rdf:about...> Or just referencing the about attribute...
108 Charlie Abela
cicho37 Offline Send Email
Nov 6, 2001
4:28 pm
As you said....they were only warnings. Is there a way sp that they will not occur? Charlie ... on. Do have ... Similarly rdf:ID? ... results. ... ...
109 Charlie Abela
cicho37 Offline Send Email
Nov 6, 2001
4:35 pm
... about ... must now be ... How can I attach a file to these messages? No facility seems to be seen. ... results. ... http://docs.yahoo.com/info/terms/...
110 Brian McBride
bwmb Offline Send Email
Nov 6, 2001
4:37 pm
Well you could fix the source data :) Jeremy, is there a way to reduce the warning level? Brian...
111 Shelley Powers
p2psmoke Offline Send Email
Nov 6, 2001
4:53 pm
Brian, I wouldn't reduce the warning level. It's important that all utilities and parsers act consistently in regards to RDF. Since the original spec allowed...
112 Dave Reynolds
der@... Send Email
Nov 6, 2001
4:54 pm
... Use the "setProperty" interface on the RDFReader. For example: RDFReader rdfReader = new JenaReader(); rdfReader.setProperty("error-mode", "lax"); should...
113 Charlie Abela
cicho37 Offline Send Email
Nov 6, 2001
5:15 pm
The DAML file I am using can be found at: http://cicho0.tripod.com/Dep_of_Computer_Science I am playing around with some code to get used to the API. I am ...
114 Shelley Powers
p2psmoke Offline Send Email
Nov 6, 2001
5:53 pm
According to docs at http://www.hpl.hp.com/semweb/daml.html, the imported DAML classes should also be included, but will defer to Jena folks on full answer to...
115 Brian McBride
bwmb Offline Send Email
Nov 6, 2001
6:01 pm
... I'm not sure how to parse that. What do you mean by "captures". The basic Jena RDF reader reads in a file, but it does not access the schema definitions...
116 Shelley Powers
p2psmoke Offline Send Email
Nov 6, 2001
6:07 pm
One of the imported files is http://www.w3.org/2000/01/rdf-schema -- and this doesn't use the rdf namespace with all the attributes. Running it through the RDF...
117 Charlie Abela
cicho37 Offline Send Email
Nov 6, 2001
6:12 pm
It seems that the generated errors are due to some error in the syntax at certain URL that I am referring to. Charlie ... From: Shelley Powers...
118 Charlie Abela
cicho37 Offline Send Email
Nov 6, 2001
6:16 pm
Sorry for the lack of technicality in my wording. As I said I am trying to get the feel of parsing daml. I have to eventually identify which type of...
119 Brian McBride
bwmb Offline Send Email
Nov 6, 2001
6:20 pm
Sorry Charlie, I think I've misled you. I understand now that you are using the DAML api, not the underlying RDF one. I'll have a word with Dan Brickley and...
120 Dickinson, Ian J
ian_j_dickinson Offline Send Email
Nov 6, 2001
6:49 pm
DAML specifies a mechanism for composing ontologies, by importing one ontology into another, thusly: <daml:Ontology rdf:about=""> <daml:imports...
121 tarod@... Send Email Nov 6, 2001
7:24 pm
I don't think that is a problem, I'm going to use the _n way directly, but I was thinking that bag had a integer attribute telling the number of elements, it...
Messages 92 - 121 of 48259   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

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