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: ...
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...
... 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...
... 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...
... 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...
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...
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...
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 =...
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 ...
... Given Resource resource = model.createResource( "insert desired URI here" ); then model.listStatements( null, OWL.onProperty, resource ) will return you a...
... 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...
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...
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 ...
... 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? ...
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...
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...
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...
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...
Hi Chris, ... So you mean I can just do: [code] m_ontEvent.addProperty(model.getOntProperty(Constants.MATCHED_NEWS_ITEM_PROPERTY), idResource); [/code] ... ...
... 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...
... 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...
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). ...