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 29913 - 29942 of 42051   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
29913
Hello I'm loading rdf to model using Model.read(InputStream, String) method and I noticed one unexpected behavior. After loading file to model, some statements...
dequire2
Offline Send Email
Jul 1, 2007
7:03 pm
29914
... I tried the following: - loaded the URL http://www.deq.pl/pub/csw.owl in http://www.w3.org/RDF/Validator/ - obtained 79 triples - loaded the same URL in...
Ignazio Palmisano
ignazio_io
Offline Send Email
Jul 1, 2007
8:05 pm
29915
THIS IS ALL YOU NEED TO DO: 1- Activate Your Website 2- Login and access your website training material 3- Market your site using the material provided 4-...
Business idea
bee_16000
Offline Send Email
Jul 1, 2007
8:51 pm
29916
... There are two repeated statements: http://www.deq.pl/ontology#Organization rdf:type owl:Class http://www.deq.pl/ontology#employs rdf:type...
Seaborne, Andy
andyseaborne
Offline Send Email
Jul 1, 2007
8:54 pm
29917
THIS IS ALL YOU NEED TO DO: 1- Activate Your Website 2- Login and access your website training material 3- Market your site using the material provided 4-...
Business idea
bee_16000
Offline Send Email
Jul 1, 2007
9:53 pm
29918
Wow. Thanks for such a fast reply. Andy - thanks for explaining missing tuples. Ignazio - based on your hint I found another issue in my code. I created...
dequire2
Offline Send Email
Jul 1, 2007
10:07 pm
29919
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ International Workshop on Collective Intelligence on Semantic Web (CISW 2007) ...
WI-IAT07
wiiat
Offline Send Email
Jul 2, 2007
4:28 am
29920
... Not really. RDFS/OWL ontologies are just sets of triples (and indeed can contain statements about individuals which are indistinguishable from any other...
Dave Reynolds
derihy
Offline Send Email
Jul 2, 2007
7:57 am
29921
... The message "Exception during database access" suggests, well, that you had a problem during database access. Look at the database logs and check your...
Dave Reynolds
derihy
Offline Send Email
Jul 2, 2007
8:04 am
29922
One thing to check: is your database setup coreectly for UTF-8? Your data has characters outside the usual core ASCII-ish set so you will need to correctly...
Seaborne, Andy
andyseaborne
Offline Send Email
Jul 2, 2007
10:18 am
29923
Hi, I'm new to Jena, and am trying to build an application. In order to make inference possible, I need to store rules. This is needed because, I don't want...
Ahmet YILDIRIM
ahmet.yil@...
Send Email
Jul 2, 2007
10:28 am
29924
Hello there, as I have read from previous posts, incremental reasoning for the deletion of statements seems to be disabled due to bugs and other concerns. I am...
djall_ibm
Offline Send Email
Jul 2, 2007
10:32 am
29925
Hello! What are your plans for Java generics? With the new Eclipse Europa release I get all these compiler warnings when overriding a ChangedListener. There is...
austing0815
Offline Send Email
Jul 2, 2007
11:19 am
29926
Hi there, i am currently trying to count number of elements of a certain type. Because i need this information inside a rule, i created a little inbuilt. This...
wolffi8
Offline Send Email
Jul 2, 2007
1:24 pm
29927
SDB Beta 1 ========== In this release: + support for named graphs + support for Oracle 10gR2, including Oracle Express SDB is a SPARQL database subsystem for...
Seaborne, Andy
andyseaborne
Offline Send Email
Jul 2, 2007
1:36 pm
29928
... Yes. The result depends on how much inference has been done. If the builtin is called "too early", then the relevant inference hasn't been done, so you'll...
Chris Dollin
kers_ihy
Offline Send Email
Jul 2, 2007
1:42 pm
29929
Hi I have a query that returns equivalent properties (description, startdate, enddate) from 2 ontologies imported into my main ontology. PREFIX pm:...
christian.haugan
christian.ha...
Offline Send Email
Jul 2, 2007
2:11 pm
29930
... And use listInstances to get from your ontClass to the (iterator over) individual instances. ... That probably means you have tried to use some xml schema...
Dave Reynolds
derihy
Offline Send Email
Jul 2, 2007
2:23 pm
29931
... In principle since forward rules can assert and retract information in working memory they are Turing-complete and could be used to implement this. ...
Dave Reynolds
derihy
Offline Send Email
Jul 2, 2007
2:24 pm
29932
... That would certainly be a problem but you are the one who knows whether that is true of your data. You've defined a non-monotonic, non-logical builtin so...
Dave Reynolds
derihy
Offline Send Email
Jul 2, 2007
2:24 pm
29933
... Variable are bound to single values, not to sets. A solution is a set of variable/value pairs, with unique variable names. So FILTER is the wrong place to...
Seaborne, Andy
andyseaborne
Offline Send Email
Jul 2, 2007
2:24 pm
29934
... Rules are specified in simple text files or inline strings and so can be stored in anything that can store a string. ... Ah, that sounds more like you to...
Dave Reynolds
derihy
Offline Send Email
Jul 2, 2007
2:25 pm
29935
... Since you are writing your own reasoner then it is presumably your own reasoner that knows how the derivations were made, it has nothing to do with Jena at...
Dave Reynolds
derihy
Offline Send Email
Jul 2, 2007
2:34 pm
29936
Given that my ontology has the transitive property "partOf", what tool is responsible for making the closure? Is is a feature of a SPARQL query engine or...
Taylor Cowan
taylor_cowan
Offline Send Email
Jul 2, 2007
2:45 pm
29937
... You mean you want ?description, ?startdate, and ?enddate to all have the same domain? Add ?description rdfs:domain ?domain. ?startdate rdfs:domain ?domain....
Chris Dollin
kers_ihy
Offline Send Email
Jul 2, 2007
2:48 pm
29938
... In Jena? The reasoner you chose to use, if any. ... Definitely not. ... Depending what you mean by "the" graph, more-or-less yes. If you want inference,...
Chris Dollin
kers_ihy
Offline Send Email
Jul 2, 2007
3:11 pm
29939
On Mon, 02 Jul 2007 16:33:26 +0300, Dave Reynolds <der@...> ... Yes, after your reply this is actually what i want. ... So here, As far as I...
Ahmet YILDIRIM
ahmet.yil@...
Send Email
Jul 2, 2007
3:24 pm
29940
... To be clear it depends whether you really mean an instance of a class (i.e. an individual which is a member of that class) or a class definition. Dave -- ...
Dave Reynolds
derihy
Offline Send Email
Jul 2, 2007
3:38 pm
29941
You may have noticed a flurry of emails whose dates are several days old and seem to be redundant replies to already-dealt-with-questions. This is a result of...
Dave Reynolds
derihy
Offline Send Email
Jul 2, 2007
3:48 pm
29942
... Models ... There are no concrete plans - we are cautious and recognize that we need to support existing development investments that people and companies ...
Seaborne, Andy
andyseaborne
Offline Send Email
Jul 2, 2007
5:01 pm
Messages 29913 - 29942 of 42051   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