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...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Messages

  Messages Help
Advanced
Messages 3860 - 3889 of 48259   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
3860 n n
nico_bally Offline Send Email
Sep 1, 2003
7:49 am
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 ...
3861 n n
nico_bally Offline Send Email
Sep 1, 2003
8:15 am
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...
3862 Seaborne, Andy
andyseaborne Offline Send Email
Sep 1, 2003
8:29 am
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...
3863 Seaborne, Andy
andyseaborne Offline Send Email
Sep 1, 2003
8:59 am
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 ...
3864 Dickinson, Ian J
ian_j_dickinson Offline Send Email
Sep 1, 2003
9:15 am
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...
3865 leo_bard Offline Send Email Sep 1, 2003
10:37 am
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...
3866 n n
nico_bally Offline Send Email
Sep 1, 2003
12:27 pm
... 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...
3867 Seaborne, Andy
andyseaborne Offline Send Email
Sep 1, 2003
12:44 pm
Nico, The way to create a statement is to use the operation Model.createStatement From the javadoc for Model: public Statement createStatement(Resource s, ...
3868 n n
nico_bally Offline Send Email
Sep 1, 2003
12:47 pm
... Oops. Too obvious for me. ;-) thanks again -- Nico _____________________________________________________________ http://www.imel.org : email gratuit ...
3869 kodemaniak Offline Send Email Sep 1, 2003
4:29 pm
... 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...
3870 Kevin Wilkinson
wilkvin Offline Send Email
Sep 2, 2003
3:36 am
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...
3871 Thorsten Ottmann
thorsten_ott... Offline Send Email
Sep 2, 2003
9:23 am
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...
3872 Dickinson, Ian J
ian_j_dickinson Offline Send Email
Sep 2, 2003
9:45 am
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...
3873 federico.carbone@...
fede_carbone Offline Send Email
Sep 2, 2003
12:15 pm
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 ...
3874 Dickinson, Ian J
ian_j_dickinson Offline Send Email
Sep 2, 2003
12:33 pm
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...
3875 leo_bard Offline Send Email Sep 2, 2003
1:53 pm
... 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...
3876 Dave Reynolds
derihy Offline Send Email
Sep 2, 2003
3:29 pm
... 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,...
3877 Gus Heck
fsparv Offline Send Email
Sep 2, 2003
7:00 pm
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...
3878 Dickinson, Ian J
ian_j_dickinson Offline Send Email
Sep 2, 2003
7:32 pm
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...
3879 Kevin Wilkinson
wilkvin Offline Send Email
Sep 3, 2003
1:39 am
the current implementation of ModelRDB.listStatements() reads the entire (database) model into main memory and then iterates over the resulting object. this...
3880 andreasharth Offline Send Email Sep 3, 2003
1:59 am
Hi, just in case anybody else runs into the same problem: autoReconnect=true works, but only if autoCommit is false. See usenet news id...
3881 Dave Reynolds
derihy Offline Send Email
Sep 3, 2003
10:12 am
Are you just considering datatype properties (i.e. counting literal values) or also considering ObjectProperties? For ObjectProperties then your approach is...
3882 Runner73
Runner_73@... Send Email
Sep 3, 2003
10:52 am
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...
3883 federico.carbone@...
fede_carbone Offline Send Email
Sep 3, 2003
10:59 am
Hi Antonio, you can find it in the directory Jena-2.0\doc\ontology\examples\class-hierarchy of the final release. Fede ... From: Runner73...
3884 Dickinson, Ian J
ian_j_dickinson Offline Send Email
Sep 3, 2003
11:06 am
Hi Antonio, ... $JENA/doc/ontology/examples/class-hierarchy It's also cleared referenced from the main documentation index ...
3885 Seaborne, Andy
andyseaborne Offline Send Email
Sep 3, 2003
12:13 pm
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 ...
3886 Runner73
Runner_73@... Send Email
Sep 3, 2003
2:09 pm
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...
3887 Gus Heck
fsparv Offline Send Email
Sep 3, 2003
3:15 pm
... 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...
3888 Gus Heck
fsparv Offline Send Email
Sep 3, 2003
3:15 pm
... 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...
3889 Dickinson, Ian J
ian_j_dickinson Offline Send Email
Sep 3, 2003
3:41 pm
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...
Messages 3860 - 3889 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