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 33838 - 33870 of 42052   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
33838
Thanks Chris! Can you please go a bit more in detail with the cheating assembler you mentioned? A quick and easy solution will be ok for my first prototyp. ...
Dörrer Heinz
DoerrerHe29253@...
Send Email
Apr 1, 2008
11:23 am
33839
Hi All, I've two functions that I don't know how to code with Jena. first I create a ontmodel like: OntModel model = ModelFactory.createOntologyModel ...
xiaoshun_yu
Offline Send Email
Apr 1, 2008
12:31 pm
33840
I think I understand what you mean: The application builds the union and prints it to a file lets say every hour or so. Joseki takes this file and provides the...
Dörrer Heinz
DoerrerHe29253@...
Send Email
Apr 1, 2008
5:25 pm
33841
Hi there, If you first created a ModelRDB you could name that and then pass the ModelRDB into your createOntologyModel call instead of null. In terms of...
Bettina Schimanski
bettinaschim...
Offline Send Email
Apr 1, 2008
6:06 pm
33842
If you can update a DB (or the quicker SDB) via your Jena code, then Joseki can be linked to that and will always query the latest state of the Database...
James Howison
jameshowison
Offline Send Email
Apr 1, 2008
6:18 pm
33843
... Depends what you mean by name - do you mean the location where you will store it? The default namespace? The name by which the model is known is some...
Dave Reynolds
derihy
Offline Send Email
Apr 1, 2008
8:16 pm
33844
Thanks for your answer James. The thing is I don't use Jena to manipulate the models. My jena-based application only merges two ontologies (One is a file that...
Dörrer Heinz
DoerrerHe29253@...
Send Email
Apr 1, 2008
10:12 pm
33845
Hi , i am a newbie , I am confused about how to use Rdfs and rdf together in the api some examples I have tried the examples but I am trying to build an...
rishav_009
Offline Send Email
Apr 2, 2008
2:07 am
33846
everyone, I am studying jena now and need some help. first problem: I think, when a owl ontology is loaded in a OntModel without inference, it still be a tree....
Llp Llpllp
llpyemaollpl...
Offline Send Email
Apr 2, 2008
2:49 am
33850
... will ... is ... what? I mean the name that other ontology can use to import this ontology. ... imports ... ...
xiaoshun_yu
Offline Send Email
Apr 2, 2008
6:21 am
33851
... It's a graph. It might /happen/ to be a tree, for some ontologies, but it is a graph. Consider: my:A a owl:Class. my:B a owl:Class. my:C rdfs:subClassOf...
Chris Dollin
kers_ihy
Offline Send Email
Apr 2, 2008
9:19 am
33852
... If you want to work with ontologies using RDFS or OWL (only OWL has restrictions; RDFS doesn't), then you should try the OntModel API and its friends...
Chris Dollin
kers_ihy
Offline Send Email
Apr 2, 2008
9:29 am
33853
Hi Dave, I have used Protege to develop an OWL disability ontology for the disability portal that I am developing. I am also using Jena as the Java API for...
Gibson Chimhamhiwa
g.chims
Offline Send Email
Apr 2, 2008
9:34 am
33854
Hi, My apologies for replying late. I am just back from my presentation. And good news..patch works !!! I've used the patch file and built sdb.jar. It works...
crossthelimit
Online Now Send Email
Apr 2, 2008
9:48 am
33855
... You m,ay want to use OntModels for creating restrictions, classes and all the higher lever structures. Specifically, you need ...
Ignazio Palmisano
ignazio_io
Offline Send Email
Apr 2, 2008
9:52 am
33856
... You can take an RDF model and simply read into it the RDFS document as well. Or you could treat it all as OWL (full) and put an owl:import statement in...
Dave Reynolds
derihy
Offline Send Email
Apr 2, 2008
9:52 am
33857
... That is just the URL where you put the file, it doesn't necessarily have anything to do with the content of the file. ... I pointed you at the two API...
Dave Reynolds
derihy
Offline Send Email
Apr 2, 2008
10:06 am
33858
... What do you mean "link the ontology to the database"? What specifically do you want to do? Dave -- Hewlett-Packard Limited Registered Office: Cain Road,...
Dave Reynolds
derihy
Offline Send Email
Apr 2, 2008
10:07 am
33859
... What database, and what do you expect "linking" to do? -- "The next threat we face may be something quite different." /Buffy/ Hewlett-Packard...
Chris Dollin
kers_ihy
Offline Send Email
Apr 2, 2008
10:19 am
33860
Thank you so much for the response. I want to populate the ontology I have created with information that is already contained in database in order to make this...
Gibson Chimhamhiwa
g.chims
Offline Send Email
Apr 2, 2008
10:54 am
33861
The disability portal is running on PostgreSQL database and I want to populate the disability ontology that I have created using the information in this...
Gibson Chimhamhiwa
g.chims
Offline Send Email
Apr 2, 2008
10:58 am
33862
... ontology. I'm not sure if I understand you correctly, but do you intend to create an ontology model and then you want to add (import) to it later? Dave...
Bettina Schimanski
bettinaschim...
Offline Send Email
Apr 2, 2008
3:24 pm
33863
... Okay, thank you, I'll look there for more details. -- Martin...
Martin Gasbichler
mgasbichler
Offline Send Email
Apr 2, 2008
4:02 pm
33864
Hi, Documentation on page says: bin/sdbconfig --sdb=sdb.ttl --create which launches the following command exec java sdb.sdbconfig --sdb=Store/sdb-pgsql.ttl...
Maciej Gawinecki
dzieciou
Offline Send Email
Apr 2, 2008
7:22 pm
33865
Hi, Errata -- once again: Documentation on the page [1] says: bin/sdbconfig --sdb=sdb.ttl --create which launches the following command exec java sdb.sdbconfig...
Maciej Gawinecki
dzieciou2
Offline Send Email
Apr 2, 2008
7:26 pm
33866
... Thanks, sorry I took a while to get back to this. I basically did as you suggested, but weeding out a few unwanted statements. I was a bit surprised to...
James Howison
jameshowison
Offline Send Email
Apr 2, 2008
8:24 pm
33867
first: thanks Chris Dollin, i have learned something. :) everyone,i need other help: 1. when i run codes as follows: OntModel m =...
lipingliu
llpyemaollpl...
Offline Send Email
Apr 3, 2008
2:49 am
33868
... Correct. The rdfs:subClassOf is reflexive. We found it more convenient if the transitive reasoner included this, especially when dealing with cycles. If...
Dave Reynolds
derihy
Offline Send Email
Apr 3, 2008
7:59 am
33869
Sorry but this is still not clear. Is your PostgreSQL database (a) a Jena database containing RDF data or (b) a "normal" database with your own schema. In the...
Dave Reynolds
derihy
Offline Send Email
Apr 3, 2008
8:03 am
33870
... It *is* an OWL file, OWL is serialized as RDF, it is just slightly differently expressed from normal. If you use "RDF/XML-ABBREV" in the writeAll statement...
Dave Reynolds
derihy
Offline Send Email
Apr 3, 2008
8:14 am
Messages 33838 - 33870 of 42052   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