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

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 10989 - 11018 of 35874   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
10989
... Not without you SHOWING US THE CODE, no. And WHAT ARE YOU TRYING TO DO, that you want to do this? -- Chris "electric hedgehog" Dollin C FAQs at:...
Chris Dollin
anover_alias
Offline Send Email
Oct 1, 2004
7:32 am
10990
Hi, I am trying to check if an Individual is an instance of a class. This is my ontology which is contained in a single Purpose.owl file. <owl:Class...
Prajakta Nivargi
praj227
Offline Send Email
Oct 1, 2004
7:44 am
10991
Hi, ... rdfs:label should be used as a property. So transform your owl-code into this : <owl:Class rdf:ID="Marketing"> <rdfs:label="Marketing" /> ...
Andreas Andreakis
onto_student
Offline Send Email
Oct 1, 2004
7:52 am
10992
... Look at line 120, column 39 of your Purpose file for a ... ... ... XML element that does not have a namespace qualifier (e.g. "Class" rather than...
Ian Dickinson
ian_j_dickinson
Offline Send Email
Oct 1, 2004
8:04 am
10993
... Actually the RDF XML syntax does permit properties to be encoded as XML attributes as well as elements. Arguably it would have been made the syntax...
Ian Dickinson
ian_j_dickinson
Offline Send Email
Oct 1, 2004
8:12 am
10994
... I have done this: for(Iterator i=classeSelezionata.listSuperClasses();i.hasNext();){ OntClass sc =(OntClass)i.next(); ...
milella82
Offline Send Email
Oct 1, 2004
9:24 am
10995
Kevin, ... "Oracle9i Enterprise Edition Release 9.0.1.1.1 - Production" the driver however from 9.2.0.1.0 from ojdbc14.jar the class is...
david.celjuska@...
davidmdmk
Offline Send Email
Oct 1, 2004
9:27 am
10996
... OK thanks I have solved in this way: for(Iterator i=classeSelezionata.listSuperClasses();i.hasNext ();){ OntClass sc =(OntClass)i.next(); for(Iterator j = ...
milella82
Offline Send Email
Oct 1, 2004
9:30 am
10997
Hello, I have tried to create an OntModel in this way: ontModel = ModelFactory.createOntologyModel(); ontModel.read("file:///C:\\ontologies\\foo.rdfs"); but it...
hydenc2003
Offline Send Email
Oct 1, 2004
9:34 am
10998
Hi, Is there some way in jena to represent a not(triple) i.e. if the triple exists then the rule should be false and not conclude the conclusion. Also If I run...
phil_butt2000
Offline Send Email
Oct 1, 2004
10:01 am
10999
... What is your evidence for this? Have you printed the model to see if the contents of the foo.rdfs file are in the model, or is the model not doing...
Ian Dickinson
ian_j_dickinson
Offline Send Email
Oct 1, 2004
10:35 am
11000
... As I suggested earlier, right? Could you find it in your heart to answer my question above, viz: what are you trying to do that makes you want to do this? ...
Chris Dollin
anover_alias
Offline Send Email
Oct 1, 2004
11:15 am
11001
Thank you Ian. ... My test was: public Vector getAllClasses(){ Vector vClasses = null; ExtendedIterator iterClass =ontModel.listClasses(); ...
David Navarro
hydenc2003
Offline Send Email
Oct 1, 2004
11:17 am
11002
Hello David, ... How about the data? The code looks OK (although if you're processing an RDFS ontology you should create your OntModel with an RDFS profile...
Ian Dickinson
ian_j_dickinson
Offline Send Email
Oct 1, 2004
11:59 am
11003
Hello Ian, Sorry. The model is load properly. I check it doing: ontModel.write(new PrintWriter(System.out), "N-TRIPLE"); The last results about classes are...
David Navarro
hydenc2003
Offline Send Email
Oct 1, 2004
12:23 pm
11004
... This should be: xmlns:NS0='http://www.w3.org/2000/01/rdf-schema#' I would guess you are using protege with the old RDF plugin which generates incorrect...
Dave Reynolds
derihy
Offline Send Email
Oct 1, 2004
12:35 pm
11005
My guess is that you have not declared a default namespace so the parser doesn't like the line: <Survey rdf:ID="PublicHealthSurvey" /> If I take your fragment...
Dave Reynolds
derihy
Offline Send Email
Oct 1, 2004
12:42 pm
11006
... You could certainly use the rule engine to build a system that could be described that way. ... Yes, though I would be inclined to assert which role is...
Dave Reynolds
derihy
Offline Send Email
Oct 1, 2004
12:48 pm
11007
... more??? ... I paint ontology as a JTree, and so when I click on a node (a concept/class) I should view properties whose domain is clicked node. You know...
milella82
Offline Send Email
Oct 1, 2004
1:00 pm
11008
Hello Dave, ... żold RDF plugin? Good idea. ... KNOWN BUGS AND PROBLEMS - only the RDF Schema namespace http://www.w3.org/TR/1999/PR-rdf-schema-19990303# is...
David Navarro
hydenc2003
Offline Send Email
Oct 1, 2004
2:19 pm
11009
... The notion of "inheritance" isn't really appropriate - it has all sorts of OO connotations that are not appropriate to OWL/RDFS. Let me expound a little...
Chris Dollin
anover_alias
Offline Send Email
Oct 1, 2004
2:36 pm
11010
correction: the oracle clients were 9.2.0.1.0 (not 9.0.1.0.1), and 9.2.0.5.0 ... sorry, it was late last night and i was sick. also, we were using the thin...
dkim_yh
Online Now Send Email
Oct 1, 2004
2:50 pm
11011
Hi. Is it possible to classify individuals (a.k.a. instances) in Jena? The JavaDoc makes explicit references to the T-Box but very few to the A-Box. As...
rgkatriel
Offline Send Email
Oct 1, 2004
3:36 pm
11012
... domain. ... about ... U), ... I have made exactly at contrary!!!! 1)It's very strange, because my model is Protege. I hope you know it, because if you...
milella82
Offline Send Email
Oct 1, 2004
3:44 pm
11013
Hi Ron, Can you please post a self-contained, ideally small, example? Instance classification should work just the same as in Protege, not least because...
Ian Dickinson
ian_j_dickinson
Offline Send Email
Oct 1, 2004
3:48 pm
11014
... No. It is more subtle than this. What you are looking for is essentially an answer to the question "what properties can be applied to this class"? You...
Dave Reynolds
derihy
Offline Send Email
Oct 1, 2004
4:34 pm
11015
Thanks Andy, We'll give SPARQL and BRQL a shot. -Joe "Andy Seaborne" <andy_seaborne@...> 09/30/2004 06:19 PM Please respond to jena-dev To:...
Joe Betz
jpbetzibm
Offline Send Email
Oct 1, 2004
4:42 pm
11016
If I have a class C that is an intersection of class A and class B, and class D is subclass of class C. Then would the following using OntClass work? ...
Prajakta Nivargi
praj227
Offline Send Email
Oct 1, 2004
5:36 pm
11017
These are the namespace declarations that I have. Is there anything wrong with these? <?xml version="1.0" encoding="ISO-8859-1" ?> <!DOCTYPE rdf:RDF [ <!ENTITY...
Prajakta Nivargi
praj227
Offline Send Email
Oct 1, 2004
5:54 pm
11018
Hi Prajakta, As Dave said, you have not declared a default namespace. The default namespace is declared with a xmlns attribute with no ':name' part. For ...
Ian Dickinson
ian_j_dickinson
Offline Send Email
Oct 1, 2004
7:08 pm
Messages 10989 - 11018 of 35874   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