Skip to search.
jena-dev · Jena Users

Group Information

  • Members: 2056
  • Category: Software
  • Founded: Sep 19, 2001
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Messages

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

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help