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.

Messages

  Messages Help
Advanced
Messages 26791 - 26820 of 35874   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
26791
kostasvav wrote: [and then there was a small delay while Christmas happened ...] ... Since that code sample doesn't seem to involve any inference presumably ...
Dave Reynolds
derihy
Offline Send Email
Jan 2, 2007
11:40 am
26792
Hello, I am using Jena API to run queries in SPARQL.Its working fine. Now i need to convert the resultset to XML format. I"ve read that results can be...
Tabbasum Naz
t_naz2001
Offline Send Email
Jan 2, 2007
11:52 am
26793
... Try with a standard Sun JDK. If it works then you may have found a problem with the SableVM and should contact them. Dave...
Dave Reynolds
derihy
Offline Send Email
Jan 2, 2007
12:08 pm
26794
... SWRL is an extension of OWL with rules and requires a full first order theorem prover to implement and cannot be implemented just with rules. Subsets of...
Dave Reynolds
derihy
Offline Send Email
Jan 2, 2007
12:12 pm
26795
... Correct, it should not in this case. You have defined zoneA et al as classes so the inferences that you can make are that members of the zoneA class are...
Dave Reynolds
derihy
Offline Send Email
Jan 2, 2007
12:30 pm
26796
... If the triple is, or might be, inferred by the reasoner then delete is an ill-defined operation. For the built-in rule reasoners then the delete will try...
Dave Reynolds
derihy
Offline Send Email
Jan 2, 2007
12:45 pm
26797
... Use one of the statics ResultSetFormatter.outputAsXML(...) which writes it in the format defined by http://www.w3.org/TR/rdf-sparql-XMLres/ then use XSLT...
Seaborne, Andy
andyseaborne
Offline Send Email
Jan 2, 2007
12:54 pm
26798
... No - there are executes as the query goes along. Example: list:member is a property function that takes a list and yeilds it's members: SELECT ?member { ?x...
Seaborne, Andy
andyseaborne
Offline Send Email
Jan 2, 2007
1:48 pm
26799
... Immediately? After a while? The first thing the test suite does is: "java -version" so that accounts for the SableVM and "- " lines. ... OK - so this...
Seaborne, Andy
andyseaborne
Offline Send Email
Jan 2, 2007
1:57 pm
26800
Hello, I have a question how to read a restriction. Here is the explanation of my problem: I'm creating an ontology. These lines are where I want to read later...
Gokce Mutlu
gokcemutlu
Offline Send Email
Jan 2, 2007
2:07 pm
26801
Hi, I pasted the wrong owl code. Here is the correct one: <owl:Class rdf:about="http://www.owl-ontologies.com/GoRule.owl#DEADBLACKUNIT"> <rdfs:subClassOf> ...
Gokce Mutlu
gokcemutlu
Offline Send Email
Jan 2, 2007
2:19 pm
26802
Hi all, I found the solution. Sorry for taking your time ... cr = m.createCardinalityRestriction(GoConstants.uri1 + "DEADBLACKUNIT", liberty, 0); OntClass...
Gokce Mutlu
gokcemutlu
Offline Send Email
Jan 2, 2007
2:37 pm
26803
... Please do /not/ give incomplete snippets of your code. Show complete, minimal examples. Otherwise we can't cutnpaste them into our IDE (which is Eclipse)...
Chris Dollin
kers_ihy
Offline Send Email
Jan 2, 2007
3:09 pm
26804
Ok, to make this a litle more concrete, let's consider the following dataset: @prefix sensors: <http://example.org/sensors.owl#> . @prefix xsd:...
M.J. van der Veen
forward@...
Send Email
Jan 2, 2007
3:33 pm
26805
There is a webapps/semblog/ directory in the right place in my tomcat installation and it also has semview.n3 in it.. actually i didn't understand about...
azwin
tanggam84
Offline Send Email
Jan 2, 2007
3:35 pm
26806
Hello Azwin, I'm Steve Cayzer, the developer of the semantic blogging software. Thanks for trying it out. Thanks also, Andy and Richard, for providing so much...
cayzers
Offline Send Email
Jan 2, 2007
5:20 pm
26807
... You don't have to use this namespace : it isn't magic. Indeed, you do not want to use it because it will require the code for ;convert to be in that...
Seaborne, Andy
andyseaborne
Offline Send Email
Jan 2, 2007
8:22 pm
26808
Dear All, I write the follwing introductory example, according to Jena RDF API tutorial. But when I run this example, I coundnt see any output!! Why??? ...
Ganesh Patel
ganesh_1_patel
Offline Send Email
Jan 2, 2007
9:03 pm
26809
Hi there, Perhaps there is something wrong with your package declaration. When I remove this, everything works fine in my IDE (which is NetBeans). -- Best...
Jethro Borsje
jethro_borsje
Offline Send Email
Jan 2, 2007
10:41 pm
26810
Hi ,glad to hear from you..Thanks for your explaination. currently i am using google seach to read post about CATALINA_HOME. Anyway, i want to ask you, it is...
azwin
tanggam84
Offline Send Email
Jan 3, 2007
1:45 am
26811
... time. ... Sorry I had a typo error. I used PelletReasonerFactory. THE_SPEC and not OWL_LITE_MEM. ...
Vavliakis Kostas
kostasvav
Offline Send Email
Jan 3, 2007
1:52 am
26812
... You are right Dave, there is an inverseOf for this property, so it is re-inferred. When I deleted both the property and the inverse one, it worked. Thanks...
Vavliakis Kostas
kostasvav
Offline Send Email
Jan 3, 2007
2:51 am
26813
... Java 1.5 is the old name for Java 5. Or perhaps Java 5 is the new name for Java 1.5. Anyway, they're owl:sameAs. Of course, of two identical things, it's...
Chris Dollin
kers_ihy
Offline Send Email
Jan 3, 2007
8:30 am
26814
I'm using SPARQL to express results conditions of OWL-S processes. I have the class SPARQLResultCondition, which represents an OWL-S result condition expressed...
Marco Sbodio
msbodio
Offline Send Email
Jan 3, 2007
8:37 am
26815
... It works fine here (subject to renaming the package [1]). You weren't looking in the right place? You ran the wrong code? You ignored error messages? If...
Chris Dollin
kers_ihy
Offline Send Email
Jan 3, 2007
8:39 am
26816
... That makes more sense. ... Humm there is something wrong there, are you really sure there are no imports? There seems to be a 9-statement discrepancy...
Dave Reynolds
derihy
Offline Send Email
Jan 3, 2007
9:19 am
26817
ic..now i understand..thanks! ... currently i am ... want to ... semantic ... newer....
azwin
tanggam84
Offline Send Email
Jan 3, 2007
9:21 am
26818
On Wednesday 03 January 2007 08:26, Marco Sbodio wrote: (can't help with the SPARQL bits but ...) ... Any particular reason why you didn't just do Triple...
Chris Dollin
kers_ihy
Offline Send Email
Jan 3, 2007
9:24 am
26819
... no reasons other than ignorance :) I haven't realized that Triple.toString was implemented in a verbose enough way. Thank you for pointing this out! ... ...
Marco Sbodio
msbodio
Offline Send Email
Jan 3, 2007
11:07 am
26820
Chris is too modest - he's basically answered the question. In a SPARQL basic graph pattern, a bnode (written [] or _:abc) is a variable - an existential...
Seaborne, Andy
andyseaborne
Offline Send Email
Jan 3, 2007
11:51 am
Messages 26791 - 26820 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