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...
Show off your group to the world. Share a photo of your group with us.

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 3860 - 3889 of 40795   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
3860
Hello, I'm new on this list, and I just sent an email ton verify that I'm really member of it. (I had registering problems by the past) -- Nico ...
n n
nico_bally
Offline Send Email
Sep 1, 2003
7:49 am
3861
So, it works. I suscribe to this list 'cause I develop a RDF import/export function for jgraphpad. And I have a problem ; I don't find the way to change a...
n n
nico_bally
Offline Send Email
Sep 1, 2003
8:15 am
3862
Nico, An RDF model is a set of statements so to make a change, you remove the old statement and add the new statement: Statement s1 = the statement for...
Seaborne, Andy
andyseaborne
Offline Send Email
Sep 1, 2003
8:29 am
3863
Carsten, This isn't a Jena issue specifically - merging models in RDF means just putting all the statements together. There isn't a special case for ...
Seaborne, Andy
andyseaborne
Offline Send Email
Sep 1, 2003
8:59 am
3864
Hi Peter, You are right that there is no direct support for qualified cardinality restrictions at the moment in the main ontology API. Although the ontology is...
Dickinson, Ian J
ian_j_dickinson
Offline Send Email
Sep 1, 2003
9:15 am
3865
I am adding triples from many different sources to a "database" model. to remove a set of triples at a later moment, I "tag" them using reification. how i do...
leo_bard
Offline Send Email
Sep 1, 2003
10:37 am
3866
... OKAY, thanks, but how to create a statement ? I know how to get the statements from a model, but how to create one from nothing ? I obligatorily have to...
n n
nico_bally
Offline Send Email
Sep 1, 2003
12:27 pm
3867
Nico, The way to create a statement is to use the operation Model.createStatement From the javadoc for Model: public Statement createStatement(Resource s, ...
Seaborne, Andy
andyseaborne
Offline Send Email
Sep 1, 2003
12:44 pm
3868
... Oops. Too obvious for me. ;-) thanks again -- Nico _____________________________________________________________ http://www.imel.org : email gratuit ...
n n
nico_bally
Offline Send Email
Sep 1, 2003
12:47 pm
3869
... I get your point, but don't you think, that having a container with 2 rdf:_2 properties is against the semantics of a container? I see, that merging...
kodemaniak
Offline Send Email
Sep 1, 2003
4:29 pm
3870
leo, i'm not sure what you mean by "sticky" (for reifier.standard). do you mean, the reification is removed (model.removeReification succeeds) but the...
Kevin Wilkinson
wilkvin
Offline Send Email
Sep 2, 2003
3:36 am
3871
Hi Ian, thank you very much for your help. Because of your last message I checked the List-Syntax and you are right. I hope that my problem wasted not too much...
Thorsten Ottmann
thorsten_ott...
Offline Send Email
Sep 2, 2003
9:23 am
3872
Hi Thorsten, I encourage you to report this problem to the OilEd developers. It has been around for a while, so there may be a fixed version of the tool. If...
Dickinson, Ian J
ian_j_dickinson
Offline Send Email
Sep 2, 2003
9:45 am
3873
Hi Ian, I was looking at the class hierarchy example distributed with Jena-2.0 and I noticed that you decided to filter the restrictions in the rootClasses ...
federico.carbone@...
fede_carbone
Offline Send Email
Sep 2, 2003
12:15 pm
3874
Hi Fede, That's true, but the commentary says (index.html): This sample illustrates the process of generating a simple textual rendering of the class hierarchy...
Dickinson, Ian J
ian_j_dickinson
Offline Send Email
Sep 2, 2003
12:33 pm
3875
... I have some statements in model A and reify them in A. then I copy A into B using b.addAll(a) then i try to delete the statements and the reifications from...
leo_bard
Offline Send Email
Sep 2, 2003
1:53 pm
3876
... Ah, in that case the problem/confusion can't lie with the database code but must be with the SimpleReifier that handles reification for MemModels. Chris,...
Dave Reynolds
derihy
Offline Send Email
Sep 2, 2003
3:29 pm
3877
I have a simple owl ontology, and I want to write a java method that will verify that instance data doesn't violate a cardinality constraints. So I am...
Gus Heck
fsparv
Offline Send Email
Sep 2, 2003
7:00 pm
3878
Hi Gus, When you say "class C has a cardinality constraint", I guess you mean something like "C is a sub-class of a restriction on some property p with max/min...
Dickinson, Ian J
ian_j_dickinson
Offline Send Email
Sep 2, 2003
7:32 pm
3879
the current implementation of ModelRDB.listStatements() reads the entire (database) model into main memory and then iterates over the resulting object. this...
Kevin Wilkinson
wilkvin
Offline Send Email
Sep 3, 2003
1:39 am
3880
Hi, just in case anybody else runs into the same problem: autoReconnect=true works, but only if autoCommit is false. See usenet news id...
andreasharth
Offline Send Email
Sep 3, 2003
1:59 am
3881
Are you just considering datatype properties (i.e. counting literal values) or also considering ObjectProperties? For ObjectProperties then your approach is...
Dave Reynolds
derihy
Offline Send Email
Sep 3, 2003
10:12 am
3882
Can you help me? Where do you find ( in the jena 2 ) this example? I'm doing a browser for Ontology and the core is just the extract of Ontology class...
Runner73
Runner_73@...
Send Email
Sep 3, 2003
10:52 am
3883
Hi Antonio, you can find it in the directory Jena-2.0\doc\ontology\examples\class-hierarchy of the final release. Fede ... From: Runner73...
federico.carbone@...
fede_carbone
Offline Send Email
Sep 3, 2003
10:59 am
3884
Hi Antonio, ... $JENA/doc/ontology/examples/class-hierarchy It's also cleared referenced from the main documentation index ...
Dickinson, Ian J
ian_j_dickinson
Offline Send Email
Sep 3, 2003
11:06 am
3885
chintan, Any luck with this? I managed to load "nciOncology.owl" successfully with Jena 2.0 into MySQL (4.0.14b / small configuration, JDBC client 3.0.8 on ...
Seaborne, Andy
andyseaborne
Offline Send Email
Sep 3, 2003
12:13 pm
3886
I have the same ontology, export in owl or daml+oil language. If I use the example code in jena2 to describe class I have a very different results If I read...
Runner73
Runner_73@...
Send Email
Sep 3, 2003
2:09 pm
3887
... But wouldn't that fail on a class where there is an additional subclassOf due to an IntersectionOf... like the one I have pasted below. What if I have a...
Gus Heck
fsparv
Offline Send Email
Sep 3, 2003
3:15 pm
3888
... Interesting, but I am not sure where/how the unique names comes into it. I do plan to distinguish individual instances (by unique combinations of several...
Gus Heck
fsparv
Offline Send Email
Sep 3, 2003
3:15 pm
3889
Hi Antonio, Don't forget that the sample program for showing the class hierarchy is *just an illustrative example of the API*, not a user tool. Without seeing...
Dickinson, Ian J
ian_j_dickinson
Offline Send Email
Sep 3, 2003
3:41 pm
Messages 3860 - 3889 of 40795   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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