Re: Semantic Of Jena rule

2017-01-13 Thread Lorenz B.
There is only conjunction of atoms in Apache Jena, so the answer is yes. But really, I'd suggest you to simply try it out next time. You have the data and you're able to execute rules, believe me - that's much faster and if then something does not workcome back here and feel free to ask questions.

Re: More JSON-LD question

2017-01-13 Thread Andy Seaborne
On 12/01/17 17:24, Grahame Grieve wrote: hi Andy Also, in JSON, a bare number is a long or double, not decimal, so try putting in the lexical form in a string: "Quantity.value": { "decimal": 123.45 "decimal": "123.45" http://json-ld.org/spec/latest/json-ld/#dfn-number [[ a numbe

Re: More JSON-LD question

2017-01-13 Thread Grahame Grieve
> > Irrespective of that, since the library actually handles the conversion >> either way, why should it >> output an error? >> > > The library that Jena uses is jsonld-java (it's on github) - they would be > able to be answer that. > so it's jsonld-java that logs that? I'll ask them > The JSON-

Re: Cannot reach an SSL-based SPARQL endpoint

2017-01-13 Thread Andy Seaborne
In Jena 3.1.1, the way security is handled changed. Now, the application creates the appropriate Apache HttpClient and that is used for the remote service access. http://jena.apache.org/documentation/query/http-auth.html see also: http://stackoverflow.com/questions/30250102/any-apache-httpcl

Re: More JSON-LD question

2017-01-13 Thread Andy Seaborne
On 13/01/17 09:16, Grahame Grieve wrote: Irrespective of that, since the library actually handles the conversion either way, why should it output an error? The library that Jena uses is jsonld-java (it's on github) - they would be able to be answer that. so it's jsonld-java that logs th

web access of the questions and answers

2017-01-13 Thread Sandor Kopacsi
Dear List-owners, Due to the high number of the mails arriving to this list, I kindly ask if there is a possibility to access the conversations through the web, like at the Google group of Skosmos Users, where I can check only those questions and answers, that are relevant to me. Thanks in a

Re: web access of the questions and answers

2017-01-13 Thread Andy Seaborne
https://lists.apache.org/list.html?d...@jena.apache.org http://jena.markmail.org/ On 13/01/17 10:06, Sandor Kopacsi wrote: Dear List-owners, Due to the high number of the mails arriving to this list, I kindly ask if there is a possibility to access the conversations through the web, like at th

Re: web access of the questions and answers

2017-01-13 Thread Marta Rogers
Google Groups require a Google Account and non-free software. I highly discourage any move in this direction. You can also read mailing lists on the web I guess. Perhaps a better solution would be to split the ML into multiple topics.     Sent: Friday, January 13, 2017 at 11:06 AM From: "Sandor

Re: More JSON-LD question

2017-01-13 Thread Grahame Grieve
I think it was losing the lexical form and replacing with the exponent form of the same number, but as a string. now it's just preserving the lexical form directly in either case. I agree this is underspecified. I am testing that reading a turtle format, and reading the same content from a json-ld

Re: web access of the questions and answers

2017-01-13 Thread Sandor Kopacsi
Thanks Andy, it is perfect! Do I have to subscribe to this list, too, or just to log in? In case of log in, if I use my Google account which connected to a different e-mail address, that I used so far in this list, should I re-subscribe? And is it possible to select "not receiving" mails any

Re: web access of the questions and answers

2017-01-13 Thread Andy Seaborne
You can unsubscribe for the list. The archives are separate. However, you must be subscribed to send to the list. This is an anti-spam measure and also a legal matter - any content sent to the list is assumed to be open source and reusable. The web archives I linked to are open. https://lis

Re: Cannot reach an SSL-based SPARQL endpoint

2017-01-13 Thread Zak Mc Kracken
Thanks Andy, thank you for your reply. I've made it! With 3.1.1, this code works for me: CredentialsProvider credsProvider = new BasicCredentialsProvider (); Credentials credentials = new UsernamePasswordCredentials ( USER, PWD ); credsProvider.setCredentia

Re: Property stored in Annotaion Section

2017-01-13 Thread neha gupta
Hello Lorenz, I am sorry. Can we use FACup as string rather than a resource. I mean it is also possible, if allowed by rules, that we use something like this (?x http://www.w3.org/1999/02/22-rdf-syntax-ns#type http:// www.semanticweb.org/soccer#Team) " + "( ?x http://www.semanticweb.org/soccer#

Re: Property stored in Annotaion Section

2017-01-13 Thread Andy Seaborne
On 13/01/17 13:36, neha gupta wrote: Hello Lorenz, I am sorry. Can we use FACup as string rather than a resource. Have you tried this? You are asking something you can debug locally. I mean it is also possible, if allowed by rules, that we use something like this (?x http://www.w3.org/19

Re: Property stored in Annotaion Section

2017-01-13 Thread neha gupta
Yes Andy, I tried this and it flushed an error message. Thats why I asked it if it is possible and if yes, in what way we can use the String in rule. + " -> (?x http://www.semanticweb.org/soccer#FavioriteLeague http://www.semanticweb.org/soccer# "FACup"

Re: Property stored in Annotaion Section

2017-01-13 Thread neha gupta
Sorry I did mistake in previous email, I used string like this -> (?x http://www.semanticweb.org/soccer#FavioriteLeague "FACup" and it gives error. The string value in rule I found on web from link below: he used rules like [rule: (?S rdf:type data:serveur), (?S data:identifiant-reseau "POLO

Re: Property stored in Annotaion Section

2017-01-13 Thread Andy Seaborne
On 13/01/17 15:56, neha gupta wrote: Sorry I did mistake in previous email, I used string like this -> (?x http://www.semanticweb.org/soccer#FavioriteLeague "FACup" and it gives error. "error" - what kind? I still don't see any data. Please read: http://jena.apache.org/help_and_suppor