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 to share photos of your group with the world? 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 19176 - 19206 of 42062   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
19176
... That depends on what you mean by "C1 has an ObjectProperty P whose value is C2". If you mean that there's a statement C1 P C2 then you get C1 from C2 by...
Chris Dollin
anover_alias
Offline Send Email
Nov 1, 2005
8:21 am
19177
I want to Separating classes and instances in OWL. I have an owl file with classes and properties. I use protege to build it. I use jena to open it and ...
Babis Bratsas
babis_onto
Offline Send Email
Nov 1, 2005
8:29 am
19178
Hi Daniel, ... I think you are right, this looks like an error in the documentation. The CONSTRUCT, DESCRIBE and ASK examples all have the wrong method, but...
Richard Cyganiak
cygri
Offline Send Email
Nov 1, 2005
8:35 am
19179
... a ... "code ... ; ... but ... Yes - I've fixed the documentation in CVS. ... Depends on what you are trying to do. That turns a result set into a model...
Seaborne, Andy
andyseaborne
Offline Send Email
Nov 1, 2005
9:22 am
19180
Hello Mahbub, ... This query says "select x and y where x has writer y". There is only one such resource in your source data (i.e. harry), and indeed that is...
Dickinson, Ian John (...
ian_j_dickinson
Offline Send Email
Nov 1, 2005
9:41 am
19181
Hello Bratsis, ... I'm not really clear what you want to do. Are you authoring this ontology, or are you using someone else's ontology? If you are authoring...
Dickinson, Ian John (...
ian_j_dickinson
Offline Send Email
Nov 1, 2005
9:48 am
19182
... Another possibility is that Bratsas has the ontology from Protege and wants to create instance data in Jena but wants it to store the instance data in a...
Dave Reynolds
derihy
Offline Send Email
Nov 1, 2005
9:56 am
19183
sorry again IAN but still having the problem and i'm compeltely getting clueless what is happening :) if i execute this "PREFIX :...
Mahbub
mahbub79
Offline Send Email
Nov 1, 2005
10:26 am
19184
Hi Bratsas, The useful information about separating aBoxes from tBoxes can be found at the jena documentation: ...
Michał Rój
michalroj
Offline Send Email
Nov 1, 2005
1:13 pm
19185
Dear all, this question is probably quite basic, anyway I was not able to solve it in a nice way... Let's say, I have an OntResource and want to give three...
kevinatsmartpdm
Offline Send Email
Nov 1, 2005
3:27 pm
19186
... You can use listLabels() to get all the labels, and select the one with no language code. ... I would use resource.listProperties( RDFS.label, null ) to...
Chris Dollin
anover_alias
Offline Send Email
Nov 1, 2005
3:42 pm
19187
Hi, Here are some rule behaviours I do not understand. The following rules file +++++++++++++++++++++++++++++++++++++ @prefix : <#>. -> tableAll() . (:a :b :c)...
daniel mahler
xmahler
Offline Send Email
Nov 1, 2005
4:58 pm
19188
Ian, Thanks for your helpful reply. I wanted to follow up to let you know that it turns out that when I create a model with no reasoner things perform much...
Michael Schidlowsky
mschidlowsky
Offline Send Email
Nov 1, 2005
6:44 pm
19189
thank you Andy "Seaborne, Andy" <andy.seaborne@...> escreveu: ... A "join" is by extending the pattern - all the triple patterns must match for the whole...
Diogo Ribeiro
diogospl
Offline Send Email
Nov 1, 2005
7:03 pm
19190
Thank you all (Ian, Dave, Michal). Yes Dave you have understood my problem. Thanks Michal for your code. Best Regards Bratsas Charalampos - Dipl.Mathematics ,...
Babis Bratsas
babis_onto
Offline Send Email
Nov 1, 2005
7:52 pm
19191
Hi Michael, ... Seems a reasonable explanation. ... Not that I know (Dave may know of a way, since it's his code :-). Rather than copying en masse to an inf...
Ian Dickinson
ian_j_dickinson
Offline Send Email
Nov 1, 2005
8:44 pm
19192
guys.. I´m working whith an ontology(owl file) made in protege. I´m using eclipse and I´m trying to select some classes by an date atribute (datatype in...
diogospl
Offline Send Email
Nov 2, 2005
12:42 am
19194
... C1`, ... I see, But,if I define C1,C2 like this: <owl:Class rdf:ID="C2"/> <owl:Class rdf:ID="C1"/> <owl:ObjectProperty rdf:ID="P"> <rdfs:domain...
lxtahu
Offline Send Email
Nov 2, 2005
6:46 am
19195
... Because there are no statements with P as predicate and C2 as object in your OWL above. ... C2 rdf:type owl:Class. ... C1 rdf:type owl:Class. ... P...
Chris Dollin
anover_alias
Offline Send Email
Nov 2, 2005
7:31 am
19196
... Err - this query seems to be very old syntax SPARQL (or BRQL). What system and version are you using? It's not RDQL because RDQL does not have "PREFIX",...
Seaborne, Andy
andyseaborne
Offline Send Email
Nov 2, 2005
9:26 am
19197
... yes,i was confused. and the problem(get C2 from C1) haven't been solved yet. OntProperty prange=m.getOntProperty ...
lxtahu
Offline Send Email
Nov 2, 2005
9:57 am
19198
... Humm, looks like there is a problem with handling of pattern-less rules. I'll look into it. The common uses of rules are to fire off patterns and sometimes...
Dave Reynolds
derihy
Offline Send Email
Nov 2, 2005
12:22 pm
19199
... Because listStatements() is overloaded on it's third argument, whicgh can be eg a String, an Object, or an RDFNode; since `null` is a legal value for all...
Chris Dollin
anover_alias
Offline Send Email
Nov 2, 2005
12:27 pm
19200
... You don't need to do this, just use RDFS.range and RDFS.domain. ... listStatements(P, RDFS.domain, (RDFNode) null) ugly but a common idiom or ...
Dave Reynolds
derihy
Offline Send Email
Nov 2, 2005
12:28 pm
19201
... There isn't a "turn off inferencing" flag. As Ian says, the nearest equivalent is to create an InfModel over your base data, work with the base model and...
Dave Reynolds
derihy
Offline Send Email
Nov 2, 2005
12:34 pm
19202
OK, I´ll tryed to write a clean code to be more easy to read.. below the real code from eclipse. String str = "SELECT ?x WHERE( ?x,...
Diogo Ribeiro
diogospl
Offline Send Email
Nov 2, 2005
2:35 pm
19203
... Firstly, if you don't show us the exceptions it's hard to guess what's going on. Secondly, if you don't show us your code - a /complete, minimal/ example -...
Chris Dollin
anover_alias
Offline Send Email
Nov 2, 2005
2:59 pm
19204
Hi, all: I started to learn ontologies for my master´s thesis. I´m a beginner user of Protege and I would like to try the Jena PersistentOntology example,...
Marisa de Oliveira Sa...
msantos032004
Offline Send Email
Nov 2, 2005
3:16 pm
19205
When I run the following code: public static main(String[] args){ Calendar input = Calendar.getInstance(/*TimeZone.getTimeZone("GMT")*/); input.clear(); ...
Jay
jay_askren_l...
Offline Send Email
Nov 2, 2005
4:30 pm
19206
Hi Marisa, It looks like there's a problem with the Jena 2.3 zip file. Sorry about that! I've attached the missing example files, and we'll look at getting the...
Dickinson, Ian John (...
ian_j_dickinson
Offline Send Email
Nov 2, 2005
6:09 pm
Messages 19176 - 19206 of 42062   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