... Jena itself provides no support for processing HTML. Are you perhaps thinking of GRDDL support for RDFa? You will get better help if you can say briefly...
Hi, If I set up a backward engine which has some recursive predicates or recursive rules, I need to table the results in order to perform recursive query...
If i can understdand your question, you need of a middleware to query rdf and convert results in an html output. Currently i'm using Rdf Api for Php for this...
Andy, ... That worked very well, thank you, you're a star! From what I can see, when Going on from that, I have a question: I have plans to drive the updates...
... Yes. ... Yes. Though tabling is only based on predicates rather than rules and the cost depends on the number of goals involving those rules and the number...
... (a) get the RDF out of the HTML and into a Jena model. (b) use Jena to manipulate the RDF. (c) generate your desired output from the RDF. Which bit do you...
Seriously, repeating your question---without any more context--- doesn't make it easier for anyone to usefully reply; no matter how good their powers of...
... ?? ... Other that "success" or "failure" there is no results from an update. I suggest having two services - one for query and one for read leading to the...
... URIref matching in graph patterns is case sensitive. Without a complete, minimal example, I can't make any suggestions as to what is happening here....
... thank you! i didnt know this "Resource r = c.getProperty( hasDef ).getResource(); Individual defn = (Individual) r.as( Individual.class );" now i know get!...
Recently I sent out a message to this list announcing a new version of the Gleen path expression library for ARQ. I invited people to download and try it out....
Dear all How can I filter out resources of a given namespace with SPARQL (ie, http://www.w3.org/2002/07/owl#Thing)? I tried FILTER ( !afn:contains(?personType,...
I leave Joseki running for a while (like over night) and then, when I retry a query I get this error: com.mysql.jdbc.exceptions.jdbc4.CommunicationsException ...
... Show us an example of the problem. A /small/ example. Show us the page and what you expect to get out of it. Tell us what you have already tried, and what ...
... Either increase 'wait_timeout' to something much, much larger or use autoReconnect=true. Or both. It's the model that keeps the connection around. There...
Hi Andy, Thanks :) Just a quick note to say I've got SDB streaming result sets from postgres in some test code. I did: SDB.getContext().set(SDB.jdbcStream,...
To whoever this may concern, I am an undergrad student doing research with my professor in University of Delaware. I am supposed to be in charge of Knowledge...
Hello all! I've some problems with owl:inverseOf property. To illustrate it look at following exaple: i have rdf file: <?xml version="1.0" encoding="UTF-8"...
http://jena.hpl.hp.com/wiki/SDB/Quickstart Create database with PosgreSQL tools Consult the PostgreSQL documentation ro, better, run the graph pgAdmin tool. ...
Hi all, quick question can I find for a given query to the backward system all those rules that it triggers even if the query can not be satisfied. I think the...
Andy, Thank you for your reply. I have consultd those wiki pages before but since i am new at this they didn't help me that much. My question is that is there...