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 36026 - 36055 of 42047   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
36026
... 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....
Ignazio Palmisano
ignazio_io
Offline Send Email
Aug 1, 2008
7:18 am
36027
Hello Ai-Hoa, You may find this article useful: http://iandickinson.me.uk/articles/jena-tip-db-import/ Ian ...
Dickinson, Ian J. (HP...
ian_j_dickinson
Offline Send Email
Aug 1, 2008
11:13 am
36028
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...
James Howison
jameshowison
Offline Send Email
Aug 1, 2008
3:47 pm
36029
Hi to all! I have the following problem: Given for example the following data (2 individuals of class Product defined in an owl ontology) <Product...
vecna0008
Offline Send Email
Aug 1, 2008
3:52 pm
36030
... 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 ...
Dave Reynolds
derihy
Offline Send Email
Aug 1, 2008
4:00 pm
36031
... 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...
Dave Reynolds
derihy
Offline Send Email
Aug 1, 2008
4:05 pm
36032
... (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...
James Howison
jameshowison
Offline Send Email
Aug 1, 2008
4:10 pm
36033
... Something like: PREFIX .... SELECT DISTINCT ?x { ?x :has_material_type ?t1 . ?x :has_material_type ?t2 . FILTER (?t1 != ?t2) } (Untested - your data is not...
Seaborne, Andy
andyseaborne
Offline Send Email
Aug 1, 2008
4:11 pm
36034
... Our manta is "complete, minimal example". Complete => All details are given. Minimal => no more code or data than is necessary to illustrate the question. ...
Seaborne, Andy
andyseaborne
Offline Send Email
Aug 1, 2008
4:41 pm
36035
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...
Holger Knublauch
holger_knubl...
Offline Send Email
Aug 1, 2008
9:30 pm
36036
To clarify (and correct myself), I think instead of ResourceFactory I am really talking about a single method somewhere that instantiated ResourceImpl. Most...
Holger Knublauch
holger_knubl...
Offline Send Email
Aug 1, 2008
9:48 pm
36037
Hai Can anybody guide me in installing Protege-OWL API in Eclipse....
ananthanarayanen
ananthanaray...
Offline Send Email
Aug 2, 2008
5:38 am
36038
... 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)? ...
vecna0008
Offline Send Email
Aug 2, 2008
8:18 am
36039
... 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...
vecna0008
Offline Send Email
Aug 2, 2008
8:29 am
36040
... 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...
Ignazio Palmisano
ignazio_io
Offline Send Email
Aug 2, 2008
9:40 am
36041
Dear, I want to get the URI of the OntResource: -30f6505c:11b831944d2:-7d45 , How can I get URI from this. best regards, Nadeem...
nadeem mehmood
nadeemmehmood
Online Now Send Email
Aug 2, 2008
11:10 am
36042
... 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...
Dave Reynolds
derihy
Offline Send Email
Aug 2, 2008
1:50 pm
36043
... 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...
Dave Reynolds
derihy
Offline Send Email
Aug 2, 2008
1:51 pm
36044
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. ...
Dave Reynolds
derihy
Offline Send Email
Aug 2, 2008
2:16 pm
36045
... This code runs SPARQL queries against a Joseki instance. It's querying data that looks like this ... fc:hasPerformerIdentifier :ident1 . ... ...
James Howison
jameshowison
Offline Send Email
Aug 2, 2008
4:58 pm
36046
... 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...
Seaborne, Andy
andyseaborne
Offline Send Email
Aug 2, 2008
5:15 pm
36047
... 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...
Seaborne, Andy
andyseaborne
Offline Send Email
Aug 2, 2008
5:31 pm
36048
... Thanks very much for your help!! Now I have lots of ideas to consider :-)...
vecna0008
Offline Send Email
Aug 3, 2008
9:55 am
36049
... you said "more/less than n") ... != ?t1 ) } ... find X different mentions, does not mean there aren't unencountered further mentions elsewhere. ... Thanks...
vecna0008
Offline Send Email
Aug 3, 2008
9:56 am
36050
Dear Dave, Thanks for your reply, Infact I have following object property: <owl:ObjectProperty rdf:ID="nitrogenousBaseDivision"> <rdfs:range> <owl:Class> ...
nadeem mehmood
nadeemmehmood
Online Now Send Email
Aug 3, 2008
11:04 am
36051
... 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...
Dave Reynolds
derihy
Offline Send Email
Aug 3, 2008
1:19 pm
36052
... What does "check" mean, and what does "special" mean? Show us examples. -- 'It changed the future .. and it changed us.' /Babylon 5/ ...
Chris Dollin
kers_ihy
Offline Send Email
Aug 4, 2008
7:01 am
36053
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...
James Howison
jameshowison
Offline Send Email
Aug 4, 2008
4:54 pm
36054
... Oops. This is fixed in SVN - which I was using ... :-) I thought it made the last release but obviously it didn't. Andy...
Seaborne, Andy
andyseaborne
Offline Send Email
Aug 4, 2008
5:05 pm
36055
... 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...
Seaborne, Andy
andyseaborne
Offline Send Email
Aug 4, 2008
7:18 pm
Messages 36026 - 36055 of 42047   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