... Have you tried hasProperty? http://jena.sourceforge.net/javadoc/com/hp/hpl/jena/rdf/model/Resource.html#hasProperty(com.hp.hpl.jena.rdf.model.Property) I....
You've asked this question 4 times in the last few weeks now. I'm sorry that you are having difficulties, but more than one person has answered lots of...
... The test suite is in the class: com.hp.hpl.jena.reasoner.rulesys.test.TestOWLRules which enumerates precisely which tests are run. All of those pass since ...
... Not as far as I'm aware. ... Conceivably I guess but would need investigation before making such an assumption. Assuming you are running in an IDE you...
... (see, now people can read it :) btw is is_for_genre perhaps misspelled? ... I have also faced similar problems. ... I'd like the ability for a query to...
... Our manta is "complete, minimal example". Complete => All details are given. Minimal => no more code or data than is necessary to illustrate the question. ...
Dear Jena developers, I notice that the class ResourceImpl is used in a hand full of places in the Jena code base (search for references in Eclipse to see...
To clarify (and correct myself), I think instead of ResourceFactory I am really talking about a single method somewhere that instantiated ResourceImpl. Most...
... Can you give an example? e.g. get ?x so that ?x someProp ?y and put them in a List. But how you define ?x to be a specific object (instance in my case)? ...
... On Behalf ... defined ... file. Complete, minimal examples please.) ... Thanks for the answer! Your query works in the above example, but I think it not a...
... It's similar to Jena in this respect: create a project, copy the jars in the project folder (you may want a lib folder inside it to keep everything in...
... Actually that's an older test set from the original rule set. It is still run for backward compatibility but the up to date tests with support the...
... It doesn't have one. From the looks of it that is an anonymous node (aka b-node or blank-node). The method getURI returns the URI or null if there isn't...
Hi Phil, Sorry to have been slow looking at this but I needed to try to reproduce it to work out what is going on. The basic answer is that it works for me. ...
... Well - if it has 3 different property values, it has 2 different (as you said "more/less than n") The above template extends using the usual idiom for...
... The TDB wiki does explain it is experimental. Mulgara is a complete system, with the iTQL query language (SPARQL in progress). TDB is a persistence layer...
... you said "more/less than n") ... != ?t1 ) } ... find X different mentions, does not mean there aren't unencountered further mentions elsewhere. ... Thanks...
Dear Dave, Thanks for your reply, Infact I have following object property: <owl:ObjectProperty rdf:ID="nitrogenousBaseDivision"> <rdfs:range> <owl:Class> ...
... The collection is an anonymous class and has no URI itself, it is a union of a set of classes that themselves have URIs. Use the OntClass methods...
On Aug 2, 2008, at 1:14 PM, Seaborne, Andy wrote: <snip> ... For me this didn't quite work, I had to do the equiv of: SELECT ?x (count(?v) as ?n) { ?x...
... checked again - it works for me with ARQ dev, ARQ 2.3 but not ARQ 2.2. So I think the (partial) fix did get into ARQ 2.3. Which version are you using? If...