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

Messages

  Messages Help
Advanced
Messages 20697 - 20726 of 48259   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
20697 phil_butt2000 Offline Send Email Feb 1, 2006
11:44 am
Hi, A set of horn clauses forms a horn logic program. A horn clauses looks like: A1 and A2 and .... An -> H1 and H2 ... Hn well that sort of idea. This is in a...
20698 vafxar23 Offline Send Email Feb 1, 2006
12:59 pm
DSC-00465.jpg DSC-00466.jpg DSC-00467.jpg...
20699 sle981 Offline Send Email Feb 1, 2006
2:23 pm
Hi, I am a newbie to this arena, and I need your help. Can you direct me to a simple example of JENA inference engine, forward or backward? How does this...
20700 phil_butt2000 Offline Send Email Feb 1, 2006
2:42 pm
Hi, I found the following document a must read when first starting with jena's inference engine... http://jena.sourceforge.net/inference/index.html Thanks Phil...
20701 vafxar23 Offline Send Email Feb 1, 2006
2:46 pm
DSC-00465.jpg DSC-00466.jpg DSC-00467.jpg...
20702 Björn Konrad
donkon_78 Offline Send Email
Feb 1, 2006
3:20 pm
Hi, I have the following Java Code to generate an XML Schema File: OntModel m = ModelFactory.createOntologyModel(ProfileRegistry.RDFS_LANG); ...
20703 Matt Williams
matthew.williams@... Send Email
Feb 1, 2006
3:27 pm
Dear Jenas, Does anyone know where the Jena Rule Engine fails to meet the SWRL specification (apart from 1: non xml-syntax and 2: not drawing on inferred...
20704 Chris Dollin
anover_alias Offline Send Email
Feb 1, 2006
3:40 pm
... An /XML/ Schema file? Are you sure that's what you mean? ... If you want the `actors` object to be the `akteure` property of the `zurueck_melden` subject, ...
20705 fdicugno Offline Send Email Feb 1, 2006
4:54 pm
1. Find all restrictions which mention the property to be ... Thanks again, now, I can find all the triples which mention the property by model.listStatements(...
20706 azerthur Offline Send Email Feb 1, 2006
5:00 pm
Hi, I am trying to use reified statements but I think I don't really know the right way to do it, I did something like Resource Alice =...
20707 Trias Aditya
takmid Offline Send Email
Feb 1, 2006
5:41 pm
Hi All, I try to write a (SPARQL) query using a default graph and a named graph. The first part of the query is to find ?z values from the named graph. The...
20708 Seaborne, Andy
andyseaborne Offline Send Email
Feb 1, 2006
6:33 pm
... What was the failure? Looks to me as if it there is a programming language syntax error and also a SPARQL error. ... I hope you have all the PREFIXes...
20709 Trias Aditya
takmid Offline Send Email
Feb 1, 2006
7:15 pm
... Andy, Thank you for your quick response. Actualy it was not a failure but this should give me the result. but it only prints the header. Sorry, the...
20710 Silvano Mignanti
elfagor2002 Offline Send Email
Feb 1, 2006
8:50 pm
Hi all, I want to congratulate myself with u for the really good work on the JENA APIs. They are fantastic! Just a thing. I was performing some test using this...
20711 vafxar23 Offline Send Email Feb 2, 2006
6:15 am
photo photo2 photo3...
20712 vafxar23 Offline Send Email Feb 2, 2006
7:01 am
photo photo2 photo3...
20713 cicho37 Offline Send Email Feb 2, 2006
7:11 am
Hi, I'm using the OWL-S api which makes use of Jena, and I'm posting this inconcurrent with another msg to teh OWL-S api mailinglist. I'm using one of the...
20714 cicho37 Offline Send Email Feb 2, 2006
8:28 am
Problem seems to be solved. It seems that it had to do with niether of the APIs, I think it was related to eclipse 3.1. Charlie ... ...
20715 Dave Reynolds
derihy Offline Send Email
Feb 2, 2006
8:37 am
... An OWL ontology is just another RDF file so you use the normal machinery. Example code for opening/creating a database model is at: ...
20716 Chris Dollin
anover_alias Offline Send Email
Feb 2, 2006
8:41 am
... You added both statements to the model yourself. The way not to add the statement "Alice loves Bob" to the model is ... to not add it to the model, ie,...
20717 Chris Dollin
anover_alias Offline Send Email
Feb 2, 2006
8:50 am
... I'd guess that the version of Jena some code was compiled with and the version it's running with are not the same; likely the code is running with an older...
20718 Chris Dollin
anover_alias Offline Send Email
Feb 2, 2006
8:51 am
... It's hard to help without seeing the actual code that fails (cut down to a minimum) and the full details of the error. At the least, you should print out...
20719 vafxar23 Offline Send Email Feb 2, 2006
8:53 am
photo photo2 photo3...
20720 konstt2000 Offline Send Email Feb 2, 2006
9:11 am
Hi, I'm tring delete one "Individual" but I only know delete all Individuals. How can I detele one Individual? Thank....
20721 Ian Dickinson
ian_j_dickinson Offline Send Email
Feb 2, 2006
9:32 am
... Call the .remove() method. Ian...
20722 Dave Reynolds
derihy Offline Send Email
Feb 2, 2006
9:49 am
... Horn refers to the form of statements, LP refers to semantics. Horn LP is Horn restricted to only deriving ground facts. ... Yes, and by the backward...
20723 Seaborne, Andy
andyseaborne Offline Send Email
Feb 2, 2006
9:53 am
... and ... What's the "header"? Please remembver I can't see the data nor do I have the background of the problem you are solving. ... If there are no...
20724 Dave Reynolds
derihy Offline Send Email
Feb 2, 2006
9:53 am
... Phil has already pointed you to the documentation. ... There are somethings you can express in rules which you can't express in OWL and vice versa. For...
20725 Dave Reynolds
derihy Offline Send Email
Feb 2, 2006
10:29 am
... Well it is not trying to meet the SWRL specification - it predates SWRL and is intended for different purposes. You can write Jena rules which refer to...
20726 Dave Reynolds
derihy Offline Send Email
Feb 2, 2006
10:31 am
... If the listStatements is returning empty then you have no such statements in your model and there is nothing to replace. Given you are expecting such...
Messages 20697 - 20726 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