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...
Message search is now enhanced, find messages faster. Take it for a spin.

Messages

  Messages Help
Advanced
Messages 808 - 837 of 48259   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
808 Dickinson, Ian J
ian_j_dickinson Offline Send Email
Mar 1, 2002
9:03 am
Hi Charlie, From: Charlie Abela [mailto:abcharl@...] ... I hadn't come across JTP before, but it looks pretty interesting. It looks like it might fit...
809 Dave Reynolds
derihy Offline Send Email
Mar 1, 2002
9:04 am
... I haven't no but it does sound interesting. Checking the web site I see it is a full first order theorem prover embedded in a modular framework - sounds...
810 robvandortnl Offline Send Email Mar 1, 2002
10:39 am
Jena is a bit out my focus now, but I regularly quickly scan the daily digest. The topic "removing resource from a model" triggered something in me as I have...
811 Seaborne, Andy
andyseaborne Offline Send Email
Mar 1, 2002
1:50 pm
Stefan, RDQL just queries a model at the RDF level - so, if I understand RDF properly, then properties like subClassOf are not transitive at the moment (RDF...
812 Dave Reynolds
derihy Offline Send Email
Mar 1, 2002
2:56 pm
Several people have mentioned a desire to use the Jena RDB support with Oracle. I have now upload a set of patches to the sourceforge CVS repository which ...
813 Thorsten Liebig
centurion5de Offline Send Email
Mar 4, 2002
10:38 am
I'm using Jena 1.3.0 and encountered that the property accessor for the 'range' property (prop_range()) fails on range statements defined with the daml:range...
814 Dickinson, Ian J
ian_j_dickinson Offline Send Email
Mar 4, 2002
10:48 am
Thorsten - Do you mean fails as in "throws an exception" or fails as in "doesn't give the right result"? As always, a code sample would really help to track...
815 Thorsten Liebig
centurion5de Offline Send Email
Mar 4, 2002
11:25 am
Ian, it doesn't give the right result. Processing the following DAML fragment: <daml:Class rdf:ID="Class1"/> <daml:Class rdf:ID="Class2"/> <daml:Class...
816 Dickinson, Ian J
ian_j_dickinson Offline Send Email
Mar 4, 2002
12:51 pm
Thanks Thorsten. I've fixed the problem and committed the code back to CVS. If you do an update from SourceForge, you can get the fix immediately. Otherwise,...
817 Charlie Abela
cicho37 Offline Send Email
Mar 5, 2002
10:06 pm
Hi Can anyone tell me whether this DAML code is correct: <rdfs:subClassOf> <daml:Restriction> <daml:onProperty rdf:resource="&process;#compon ents" /> ...
818 tarod@... Send Email Mar 6, 2002
9:02 am
I don't know if I understand you very much, but what I think that your model means that your abstract class is a class that have a property component which...
819 Dickinson, Ian J
ian_j_dickinson Offline Send Email
Mar 6, 2002
10:49 am
Hi Charlie, I would say that this class expression defines a class of those things that have a 'components' property, the range of which is either a Query or a...
820 thread1975 Offline Send Email Mar 6, 2002
11:25 am
I want know if exists a method in "Jena" to know the properties of a specific class in a ontology. Example Person is a class Man is another class Person and...
821 douglas_villa Offline Send Email Mar 6, 2002
4:32 pm
how is the method or form to obtain the datatypeproperty for any Class example: <daml:DatatypeProperty rdf:ID="String"> <rdfs:comment> typerestriction is a...
822 Dickinson, Ian J
ian_j_dickinson Offline Send Email
Mar 6, 2002
9:42 pm
Hi Douglas, One of the things I explicitly say in the release notes for the current DAML support is that it does not reason about restrictions. Don't think of...
823 Dickinson, Ian J
ian_j_dickinson Offline Send Email
Mar 7, 2002
5:16 am
Hi Thread1975, From: thread1975 [mailto:afilannino@...] ... This request is satisfied by DAMLClass.getDefinedProperties(). However, that's not...
824 Venkatesh Mahadevan
m_venkat Offline Send Email
Mar 7, 2002
8:08 am
Hi I am a new user to Jena. My question is: It is possible to read a DAML ontology file in Jena. How does Jena store all these DAML tags? Once this file is...
825 Dickinson, Ian J
ian_j_dickinson Offline Send Email
Mar 7, 2002
8:53 am
Hi Venkat, From the directory you unzipped Jena into, look at docs\DAML+OIL\daml-intro.html Also, see the com.hp.hpl.jena.daml.* classes in the Javadoc. ...
826 thread1975 Offline Send Email Mar 7, 2002
4:47 pm
I'm using the ontology http://www.daml.org/2001/03/daml+oil.Using the method getDefineProperties for the class "Person" return me only the property "hasParent"...
827 Dickinson, Ian J
ian_j_dickinson Offline Send Email
Mar 7, 2002
9:01 pm
If you read the ontology, hasFather is defined as a sub-property of hasParent. Given that no other constraints are placed on the domain of hasFather, *in this...
828 jamesw662001 Offline Send Email Mar 8, 2002
8:58 am
We are developing a datastore to hold information about features on a map display. Some that move and some that don't, the static ones we store the location as...
829 Brian McBride
bwmb Offline Send Email
Mar 8, 2002
10:35 am
I understand your issue. The query primitives in the RDF API, are just that, primitive. More powerful operations are needed really, but I just don't know what...
830 thread1975 Offline Send Email Mar 8, 2002
12:12 pm
I'm using OntoEdit to create an ontology.In this ontology there's a class "Developer" and a property "workTo" of this class. Using getDefinedProperties for the...
831 Dickinson, Ian J
ian_j_dickinson Offline Send Email
Mar 8, 2002
12:45 pm
Look at your own output. The workTo property is not defined to have Developer as its domain. The only connection between Developer and the workTo property is...
832 Seaborne, Andy
andyseaborne Offline Send Email
Mar 11, 2002
2:34 pm
We have put together a new release of Jena - this mainly contains all the fixes that have accumulated in the CVS repository at ...
833 Thorsten Liebig
centurion5de Offline Send Email
Mar 11, 2002
3:51 pm
Version 1.3.1 of Jena runs into a NullPointerException on the attached DAML fragment. However, version 1.3.0 is perfectly fine on that. - Thorsten <!--...
834 Thorsten Liebig
centurion5de Offline Send Email
Mar 11, 2002
4:46 pm
Sorry, I forgot to describe the call which causes the error in my last posting: DAMLModel model = new DAMLModelImpl(); model.read(in, "RDF/XML"); where "in" is...
835 Dickinson, Ian J
ian_j_dickinson Offline Send Email
Mar 11, 2002
4:48 pm
Hi Thorsten, Sorry about that. Bug in the bug fix code, ahem. I've fixed the bug on SourceForge - you can get the fix from CVS (get a new copy of...
836 thread1975 Offline Send Email Mar 12, 2002
11:55 am
I dont' read the instances of my DAML+OIL document.Why? I use getInstance method. The instances are : <Progetto rdf:ID="Applicazione_Multicanale"/> <Linguaggi...
837 tarod@... Send Email Mar 12, 2002
12:02 pm
Can you try to change all ID for about? I think you are defining classes without namespace ID="myClass" and you pretend to use it then without any namespace,...
Messages 808 - 837 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