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.
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 21262 - 21292 of 42052   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
21262
... Don't do that. The local name (a) is ambiguious (there may be several different properties with the same local name: consider dc:type and rdf:type), (b)...
Chris Dollin
anover_alias
Offline Send Email
Mar 1, 2006
8:34 am
21263
Hi, I have a question to ARQ. To get the maximum value of a dataProperty I first sorted the values and as a second operation I limited the results to one. I...
zumstein_renato
Offline Send Email
Mar 1, 2006
8:46 am
21264
Hi, for example i have a class B with the SubClass C and the SuperClass A. I want to retrieve the property B is connected to C and A. with following code i...
Asad Bajwa
abchilla
Offline Send Email
Mar 1, 2006
9:33 am
21265
Hello! I have a proble with the SPARQL language. This is my Ontology file: http://www.lia.deis.unibo.it/research/MIDAS/Ontologies/InfoOffer.owl A part of...
jmpeg82
Offline Send Email
Mar 1, 2006
11:37 am
21266
Looking at your data, I found it easier to see it in N3: I translated it with jena.rdfcat YourData -out N3 and got this fragment: @prefix profile: ...
Seaborne, Andy
andyseaborne
Offline Send Email
Mar 1, 2006
1:28 pm
21267
Hi again, again i have a question about reasoing. Those tips you gave me worked a lot, and the inference is working well. I am still working with the...
Asad Bajwa
abchilla
Offline Send Email
Mar 1, 2006
1:43 pm
21268
... [snip] ... Sorry don't understand the question. You said that bus_driver is a subClass of driver, i.e. they are related by the rdfs:subClassOf property....
Dave Reynolds
der42ihy
Offline Send Email
Mar 1, 2006
1:56 pm
21269
... That would make Walt a *member* of the class animal_lover (i.e. he would have rdf:type animal_lover) not a subClass. ... You would also have to say that...
Dave Reynolds
der42ihy
Offline Send Email
Mar 1, 2006
2:02 pm
21270
Hi Dave, thanks for your reply. I was told the same by the pellet group what you said. I was also using the list Statements. this was just the second try,...
Asad Bajwa
abchilla
Offline Send Email
Mar 1, 2006
2:13 pm
21271
Dave, Are there any plans to have aggregate functions in SPARQL such as AVG(column), COUNT(column), COUNT(*), MAX(column), MIN(column), and SUM(column) in the...
Christoph Kiefer
mitsukiefi
Offline Send Email
Mar 1, 2006
2:22 pm
21272
HP Labs currently has a number of contractor positions available. We're looking for people to help us build tools and applications based on top of Jena. We...
Dave Reynolds
der42ihy
Offline Send Email
Mar 1, 2006
2:34 pm
21273
Hi dear group, it is me again. This time i have a question regarding a SPARQL Query. I would need an example to make a query. i made a query like select *...
Andrea Manis
andrea.manis
Offline Send Email
Mar 1, 2006
2:52 pm
21274
... Thanks for the response, Andy. It is a memory model with no inference. Having no URIs was one of my first thoughts, so I added an explicit URI as a parent...
itaray12
Offline Send Email
Mar 1, 2006
3:36 pm
21275
... Christoph, SPARQL is defined by the RDF Data Access Working Group so it is that group's decision as to what features go into the language [1]. The ...
Seaborne, Andy
andyseaborne
Offline Send Email
Mar 1, 2006
4:41 pm
21276
... relationships. ... about ... result ... small ... optimization ... Jena ... functional ... difference. That suggests it is the fan-out of the paths - if...
Seaborne, Andy
andyseaborne
Offline Send Email
Mar 1, 2006
4:48 pm
21277
Thanks for the clarifications Andy. Regards, Christoph ... -- Christoph Kiefer Department of Informatics, University of Zurich ...
Christoph Kiefer
mitsukiefi
Offline Send Email
Mar 1, 2006
4:57 pm
21278
... 1. This is not an XML file. 2. All I have is an instance of com.hp.hpl.jena.rdf.model.Model (or whatever the actual class is. I know that this is an...
elisegev1
Offline Send Email
Mar 1, 2006
7:52 pm
21279
Hi I am a new user and also new to semantic web community. Can anybody help with the following question--------- Is JENA capable of taking a WSDL file and then...
Harsha Vardhan
trueharsh
Offline Send Email
Mar 1, 2006
11:36 pm
21280
Hi, I can not solve a problem. The problem is described as follows. I have defined two classes. One is named GoodMan and another is named NiceMan. There is...
xwconquer
Offline Send Email
Mar 2, 2006
6:14 am
21281
... looks ... <xapMM:DocumentID>uuid:d347b012-61b2-46c9-8314-fdb308df017b</xapMM:Docum ... it ... an ... "EM_IGNORE"); ... You asked about: <xapGImg:image>...
Seaborne, Andy
andyseaborne
Offline Send Email
Mar 2, 2006
7:43 am
21282
... I ... thing ... You make a more specific query like: select * where {?s a City} except with URIs or qnames, of course. This is making the classes more ...
Seaborne, Andy
andyseaborne
Offline Send Email
Mar 2, 2006
7:47 am
21283
Harsha, use OWL-S (http://www.daml.org/services/owl-s/1.1/) and the tools at http://projects.semwebcentral.org/ - Njål...
Njål Arne Gjermund...
njalarne
Offline Send Email
Mar 2, 2006
8:32 am
21284
I want to write a piece of programme to test the GenericRuleReasoner. The programme is below: public class jena extends Object { static String personURI =...
shmlj2004
Offline Send Email
Mar 2, 2006
9:44 am
21285
... You need to create a model with an appropriate level of inference. The easiest way to do that, since you are working with OWL, would be to create an...
Dave Reynolds
der42ihy
Offline Send Email
Mar 2, 2006
9:57 am
21286
... Because the rule parser doesn't know about the VCARD prefix. The easiest way to do this for the above code would be to do this globally using a line like: ...
Dave Reynolds
der42ihy
Offline Send Email
Mar 2, 2006
10:00 am
21287
Hi, as regards OWL-S models and Jena models I found this information in a thread on the OWL-S API mailinglist, whereby a Jena model is directly used by an OWLS...
cicho37
Offline Send Email
Mar 2, 2006
10:15 am
21288
... [snip] ... Sorry to jump in, maybe I have a useful suggestion here: In order to turn any kind of serializable object into a String, use some code like...
Ignazio Palmisano
ignazio_io
Offline Send Email
Mar 2, 2006
10:20 am
21289
... Forgot to add the decoding method :-) public Serializable getClassifierFromClassificator(Literal l) throws IOException, ClassNotFoundException { byte[]...
Ignazio Palmisano
ignazio_io
Offline Send Email
Mar 2, 2006
10:35 am
21291
Hi, I've got a problem. I´m reading an owl file, creating my model and making same changes on it, and after that I don´t know why, when I write my model into...
Inmaculada Muñoz
i_munoz_f
Offline Send Email
Mar 2, 2006
11:54 am
21292
... Hi, if you mean that not all the triples in the model you have in memory are in the stored model, be aware that OntModel.write() only writes the base ...
Ignazio Palmisano
ignazio_io
Offline Send Email
Mar 2, 2006
12:20 pm
Messages 21262 - 21292 of 42052   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