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 20697 - 20726 of 42042   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
20697
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...
phil_butt2000
Offline Send Email
Feb 1, 2006
11:44 am
20698
DSC-00465.jpg DSC-00466.jpg DSC-00467.jpg...
vafxar23
Offline Send Email
Feb 1, 2006
12:59 pm
20699
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...
sle981
Offline Send Email
Feb 1, 2006
2:23 pm
20700
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...
phil_butt2000
Offline Send Email
Feb 1, 2006
2:42 pm
20701
DSC-00465.jpg DSC-00466.jpg DSC-00467.jpg...
vafxar23
Offline Send Email
Feb 1, 2006
2:46 pm
20702
Hi, I have the following Java Code to generate an XML Schema File: OntModel m = ModelFactory.createOntologyModel(ProfileRegistry.RDFS_LANG); ...
Björn Konrad
donkon_78
Offline Send Email
Feb 1, 2006
3:20 pm
20703
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...
Matt Williams
matthew.williams@...
Send Email
Feb 1, 2006
3:27 pm
20704
... 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, ...
Chris Dollin
anover_alias
Offline Send Email
Feb 1, 2006
3:40 pm
20705
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(...
fdicugno
Offline Send Email
Feb 1, 2006
4:54 pm
20706
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 =...
azerthur
Online Now Send Email
Feb 1, 2006
5:00 pm
20707
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...
Trias Aditya
takmid
Offline Send Email
Feb 1, 2006
5:41 pm
20708
... 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...
Seaborne, Andy
andyseaborne
Offline Send Email
Feb 1, 2006
6:33 pm
20709
... 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...
Trias Aditya
takmid
Offline Send Email
Feb 1, 2006
7:15 pm
20710
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...
Silvano Mignanti
elfagor2002
Offline Send Email
Feb 1, 2006
8:50 pm
20711
photo photo2 photo3...
vafxar23
Offline Send Email
Feb 2, 2006
6:15 am
20712
photo photo2 photo3...
vafxar23
Offline Send Email
Feb 2, 2006
7:01 am
20713
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...
cicho37
Offline Send Email
Feb 2, 2006
7:11 am
20714
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 ... ...
cicho37
Offline Send Email
Feb 2, 2006
8:28 am
20715
... An OWL ontology is just another RDF file so you use the normal machinery. Example code for opening/creating a database model is at: ...
Dave Reynolds
derihy
Offline Send Email
Feb 2, 2006
8:37 am
20716
... 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,...
Chris Dollin
anover_alias
Offline Send Email
Feb 2, 2006
8:41 am
20717
... 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...
Chris Dollin
anover_alias
Offline Send Email
Feb 2, 2006
8:50 am
20718
... 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...
Chris Dollin
anover_alias
Offline Send Email
Feb 2, 2006
8:51 am
20719
photo photo2 photo3...
vafxar23
Offline Send Email
Feb 2, 2006
8:53 am
20720
Hi, I'm tring delete one "Individual" but I only know delete all Individuals. How can I detele one Individual? Thank....
konstt2000
Offline Send Email
Feb 2, 2006
9:11 am
20721
... Call the .remove() method. Ian...
Ian Dickinson
ian_j_dickinson
Offline Send Email
Feb 2, 2006
9:32 am
20722
... 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...
Dave Reynolds
derihy
Offline Send Email
Feb 2, 2006
9:49 am
20723
... 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...
Seaborne, Andy
andyseaborne
Offline Send Email
Feb 2, 2006
9:53 am
20724
... 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...
Dave Reynolds
derihy
Offline Send Email
Feb 2, 2006
9:53 am
20725
... 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...
Dave Reynolds
derihy
Offline Send Email
Feb 2, 2006
10:29 am
20726
... 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...
Dave Reynolds
derihy
Offline Send Email
Feb 2, 2006
10:31 am
Messages 20697 - 20726 of 42042   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