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 12574 - 12603 of 42042   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
12574
... There's no direct API call to list all data types used. If you mean "all datatypes using in instance data" then list all object values using ...
Dave Reynolds
derihy
Offline Send Email
Dec 1, 2004
8:49 am
12575
... It is possible to use the built in rule-based OWL reaasoner with your own rules in two ways. First, you can layer a GenericRuleReasoner over the OWL...
Dave Reynolds
derihy
Offline Send Email
Dec 1, 2004
8:58 am
12576
... If you want a displayable form, then adding a rdfs:label property with the human-readable strings would be one way to go. UUIDs or HTTP URLs based on some...
Seaborne, Andy
andyseaborne
Offline Send Email
Dec 1, 2004
9:58 am
12577
Thank you for all these informations, Andy. I'll work on them. Best Regards Michele On Wed, 01 Dec 2004 09:58:06 +0000, Seaborne, Andy...
Michele Orlando
michele.orlando@...
Send Email
Dec 1, 2004
11:37 am
12578
http://eaio.com has an independent UUID generator. The author accesses the MAC address on the host OS to help in generating the UUID. I've been using it for a...
Ellis R Watkins
erw01r
Offline Send Email
Dec 1, 2004
11:43 am
12579
Thank you Rowland, i'll try this one too. Best regards Michele On Wed, 1 Dec 2004 11:43:12 +0000, Ellis R Watkins...
Michele Orlando
michele.orlando@...
Send Email
Dec 1, 2004
11:53 am
12580
Rowland, This is a bit off topic but ... Depends a bit on what sort of assumptions you make. There is (or was) a system on Unix/Linux for UUID which copes...
Seaborne, Andy
andyseaborne
Offline Send Email
Dec 1, 2004
12:04 pm
12581
... One further reason to be careful: I heard that, at one time, AOL allocated the same MAC address to every dial-in user on their network. Don't know if...
Dickinson, Ian John (...
ian_j_dickinson
Offline Send Email
Dec 1, 2004
12:12 pm
12582
Andy, ... Good point! I suppose it isn't really a good idea to use external programs or depend on hardware that might not necessarily exist on all machines. ...
Ellis R Watkins
erw01r
Offline Send Email
Dec 1, 2004
12:28 pm
12583
Hi all, I'm using Jena2.1 with Eclipse on Debian GNU/Linux (unstable). After install MySQL 4.0.22 (it works fine), I have downloaded ...
kjames_77
Offline Send Email
Dec 1, 2004
12:51 pm
12584
... Just check this page out: http://jena.sourceforge.net/DB/mysql-howto.html There are also more docs on the general priciples avaiable in the documentation...
Thomas Hecker
tomhecker79
Offline Send Email
Dec 1, 2004
1:28 pm
12585
Hi all, I've just migrated my program to use RDF models in Databases instead than reading models from rdf/rdfs files. The problem is that RDQL queries like: ...
david_vallet_weadon
david_vallet...
Offline Send Email
Dec 1, 2004
3:33 pm
12586
SELECT ?x WHERE (?x rdf:type ?class) (?x ?aProperty ?aClassProperty) USING rdf FOR <http://www.w3.org/1999/02/22-rdf-syntax-ns#> ,rdfs FOR...
frozados@...
durodematar3
Offline Send Email
Dec 1, 2004
3:59 pm
12587
Its not a parse error - its a database exception. Commas are unnecessary. Andy...
Seaborne, Andy
andyseaborne
Offline Send Email
Dec 1, 2004
4:11 pm
12588
david, this is a known bug that is fixed in the CVS version that can be downloaded from sourceforge (or you can wait a couple of weeks for the jena 2.2...
Kevin Wilkinson
wilkvin
Offline Send Email
Dec 1, 2004
6:44 pm
12589
Hi everyone, I'm a computer science student and I'd like some tips of what kind of implementation (system) for a graduation thesis could I make, using java...
Moacir Henrique Anschau
moacir_ha
Offline Send Email
Dec 1, 2004
6:48 pm
12590
hello, i developed a library portal, where you can search, add and remove books. I used dublin core, foaf, jena, mysql, java y jsp federico ... ...
frozados@...
durodematar3
Offline Send Email
Dec 1, 2004
6:53 pm
12591
This what I have used when I need to create unique URIs for a resource: private Random random = new Random(); protected String newId() { return...
Gerardo Horvilleur
magoghm
Offline Send Email
Dec 1, 2004
8:22 pm
12592
Hi all, I am using Jena 2.1 to work with Ontologies in OWL. I am trying to iterate through all properties of a class: for (Iterator i =...
Peter Scheir
p_scheir
Offline Send Email
Dec 1, 2004
10:32 pm
12593
hi, I have encountered two problems when using jena: first: how to insert instances into owl files? second: how to read instances from owl files? lyhfdh ...
li liyahong
lyhfdh
Offline Send Email
Dec 2, 2004
3:00 am
12594
Hi, How do I add the following owl statement <owl:Class rdf ID = "MyClass" subClassOf owl:Thing/> I understand that every Class is asubClass of owl:Thing ....
Sujatha Upadhyaya
sujathaupadhyaya@...
Send Email
Dec 2, 2004
5:20 am
12595
Hi sujatha, Well... u can try the following code.. //package Owl; import com.hp.hpl.jena.ontology.*; import com.hp.hpl.jena.rdf.model.ModelFactory; import...
Arunkumar Srinivasan
aruninusa2001
Offline Send Email
Dec 2, 2004
5:52 am
12596
... To do this you need to use a reasoner which understands unionOf. Since that is outside OWL/lite the default OWL rule configuration doesn't support it....
Dave Reynolds
derihy
Offline Send Email
Dec 2, 2004
8:48 am
12597
... See: http://jena.sourceforge.net/ontology/index.html Dave...
Dave Reynolds
derihy
Offline Send Email
Dec 2, 2004
8:48 am
12598
... You've read the Ontology documentation (doc/ontology/index.html), right? Look at the javadoc for OntClass. You may find some methods of interest. Of...
Chris Dollin
anover_alias
Offline Send Email
Dec 2, 2004
8:52 am
12599
... You've read the ontology documentation, yes? doc/ontology/index.html ... Read the file into an OntModel, add the instance using the methods of the Ont*...
Chris Dollin
anover_alias
Offline Send Email
Dec 2, 2004
9:04 am
12600
hi , a special class has been added to the OntModel m,but we find m is stored in memory.So we want to write m to a owl file,but can not succeed. We can not...
li liyahong
lyhfdh
Offline Send Email
Dec 2, 2004
1:27 pm
12601
... Where did you look? How could we improve the documentation so that what you wanted would have been easier to find? ... Read the RDF tutorial: ...
Chris Dollin
anover_alias
Offline Send Email
Dec 2, 2004
1:53 pm
12602
Hi, if I use the method OntClass::listInstances() I obtain an ExtendedIterator containig all the instances of the class. My question is: is there a way to...
Michele Orlando
michele.orlando@...
Send Email
Dec 2, 2004
2:27 pm
12603
... You'll have to do it yourself; we provide no ordering features or promises. (I think we need a FAQ entry; I volounteer) Pull the iterator into a list and...
Chris Dollin
anover_alias
Offline Send Email
Dec 2, 2004
2:58 pm
Messages 12574 - 12603 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