kostasvav wrote: [and then there was a small delay while Christmas happened ...] ... Since that code sample doesn't seem to involve any inference presumably ...
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...
... 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...
... 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...
... 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...
... 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...
... 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...
... 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...
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...
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> ...
Hi all, I found the solution. Sorry for taking your time ... cr = m.createCardinalityRestriction(GoConstants.uri1 + "DEADBLACKUNIT", liberty, 0); OntClass...
... 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)...
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@...
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...
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...
... 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...
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??? ...
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...
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...
... 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...
... 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...
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...
... 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...
... 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...
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...
... 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! ... ...
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...