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...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

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 28868 - 28897 of 42066   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
28868
Thank you very much for your response. Anonima. ... Joseki presents a SPARQL endpoint - that is, a service where you send queries and the URLs looklike: ...
anonima anonima
cuentay3
Offline Send Email
May 1, 2007
8:50 am
28869
... You need to say more about what you are trying to do. If you want to find all restrictions which mention #hasTopping then you can use: ...
Dave Reynolds
derihy
Offline Send Email
May 1, 2007
11:20 am
28870
Hi, I'm trying to create a new class's intance by a .rule file. This .rule is used by a reasoner. In the .rule file i have: [rule1: (?termContext1 rdf:type...
Shirley
shirlinhashi
Offline Send Email
May 1, 2007
2:19 pm
28871
Hi everybody, I create and load a model using the following piece of code: [code] OntModel model = ...
Jethro Borsje
jethro_borsje
Offline Send Email
May 1, 2007
7:20 pm
28872
... Some, but not all, inference is done then certainly. ... You could construct a plain OntModel (no inference) and then later wrap it in an inference model...
Dave Reynolds
derihy
Offline Send Email
May 1, 2007
7:45 pm
28873
... Insert: makeTemp(?SemanticContext) here. ... makeTemp will create a new bNode which you can use in RDF statements in the head. If you need the new instance...
Dave Reynolds
derihy
Offline Send Email
May 1, 2007
7:49 pm
28874
... to this end point when you submit the HTML form. ... XSLT stylesheet that produces the HTML to display (rendered client-side). ... href=""></a> links) then...
nnm_c
Offline Send Email
May 2, 2007
8:45 am
28875
We are organizing an event on May 22 for people in silicon valley to meet with semantic web world experts. See below for the program. There will be also a free...
AJ Chen
anjun_chen
Offline Send Email
May 2, 2007
9:11 am
28876
All, I have not had time to test it, but I was wondering if you can answer the following question. As I see it there are three ways to incorporate both...
phil_butt2000
Offline Send Email
May 2, 2007
11:10 am
28877
... Hewlett-Packard Limited Registered Office: Cain Road, Bracknell, Berks RG12 1HN Registered No: 690597 England ... I don't understand the question - my...
Seaborne, Andy
andyseaborne
Offline Send Email
May 2, 2007
11:14 am
28878
... Constants.DATA_DIR + ... Constants.DATA_DIR ... Thanks, that did the trick! Best regards, Jethro...
Jethro
jethro_borsje
Offline Send Email
May 2, 2007
11:20 am
28879
Hi everybody, I have the following piece of code which creates a Resource based on an anonymous id which I retreived using SPARQL: [code] Resource idResource =...
Jethro
jethro_borsje
Offline Send Email
May 2, 2007
11:30 am
28880
Hi, Can you help me with some clues on how to use the equivalent Model API? I tried the OP.listDeclaringClasses but I didn't get the information I was ...
Oscar Pereira
oscarknee
Offline Send Email
May 2, 2007
1:03 pm
28881
Hi everybody, ... m_ontEvent.addProperty(model.getOntProperty(Constants.MATCHED_NEWS_ITEM_PROPERTY), ... ...
Jethro
jethro_borsje
Offline Send Email
May 2, 2007
1:14 pm
28882
... Given Resource resource = model.createResource( "insert desired URI here" ); then model.listStatements( null, OWL.onProperty, resource ) will return you a...
Chris Dollin
kers_ihy
Offline Send Email
May 2, 2007
1:25 pm
28883
... This creates a Resource which "belongs to" `model`. That is, any properties added to that Resource are added as statements to that model -- resources only...
Chris Dollin
kers_ihy
Offline Send Email
May 2, 2007
1:54 pm
28884
Dear all, I would appreciate anyone who could help me on this. 1. In OWL API got reasoner.getKB().realize(); is thre something like similar in Jena. 2. After...
Krishna
pkrsar
Offline Send Email
May 2, 2007
4:44 pm
28885
Hi, I have: - several classes - property P1 which is used to create several restrictions on those classes I need to know: 1- all the restrictions that use P1 ...
Oscar Pereira
oscarknee
Offline Send Email
May 2, 2007
6:09 pm
28886
... Chris gave you some pretty clear pointers earlier. Did you try them? Did they not work? What were the symptoms? Can you show us the code that you tried? ...
Ian Dickinson
ian_j_dickinson
Offline Send Email
May 2, 2007
7:22 pm
28887
Andy, Anonima, I'm not 100% sure if I understand Anonima's question, but I think it asks for the ability to serve RDF descriptions of the resources in the...
Richard Cyganiak
cygri
Offline Send Email
May 2, 2007
11:00 pm
28888
Hello Sir, Can you please send that servlet code which takes the request URI and asks a SPARQL DESCRIBE query against the dataset, and returns the result to...
nithyaniranjan murthy
nnm_c
Offline Send Email
May 3, 2007
3:13 am
28889
Richard Cyganiak <richard@...> wrote: Hello Sir, Can you please send that servlet code which takes the request URI and asks a SPARQL DESCRIBE query...
nithyaniranjan murthy
nnm_c
Offline Send Email
May 3, 2007
3:17 am
28890
Hello Sir, I am trying to dereference uris in joseki by using servlet , I am getting only header response but not rdf data, Here I am working on d2r server...
nithyaniranjan murthy
nnm_c
Offline Send Email
May 3, 2007
3:21 am
28891
Hello Sir, I am trying to dereference uris in joseki by using servlet , I am getting only header response but not rdf data, Here I am working on d2r server...
nithyaniranjan murthy
nnm_c
Offline Send Email
May 3, 2007
3:23 am
28892
Hi Chris, ... So you mean I can just do: [code] m_ontEvent.addProperty(model.getOntProperty(Constants.MATCHED_NEWS_ITEM_PROPERTY), idResource); [/code] ... ...
Jethro Borsje
jethro_borsje
Offline Send Email
May 3, 2007
7:21 am
28893
... Jena is case 2 but we recommend usage 1. Specifically the rule engines will perform queries against the base model and form deductions in memory which will...
Dave Reynolds
derihy
Offline Send Email
May 3, 2007
8:36 am
28894
... If you can explain what this does then we may be able to answer. I downloaded a copy of the current javadoc for the Manchester OWL API but the index...
Dave Reynolds
derihy
Offline Send Email
May 3, 2007
8:42 am
28895
Hi, Thanks, the OWLAPI I used is I got with Pellet. As far as Iknow, realize will determine all the individual in a class (asserted as well as inferred). ...
Krishna
pkrsar
Offline Send Email
May 3, 2007
9:05 am
28896
well this is the warning I get: WARN [AWT-EventQueue-0] (OntDocumentManager.java:1104) - An error occurred while attempting to read from...
Bram Vandenholen
bram_vandenh...
Offline Send Email
May 3, 2007
9:18 am
28897
well this is the warning I get: WARN [AWT-EventQueue-0] (OntDocumentManager.java:1104) - An error occurred while attempting to read from ...
bram_vandenholen
bram_vandenh...
Offline Send Email
May 3, 2007
9:22 am
Messages 28868 - 28897 of 42066   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