Quantcast
Channel: Answers to: including backward-chained entailments in a query DESCRIBE result graph?
Browsing all 3 articles
Browse latest View live

Answer by AndyS

You are right - list:member isn't a real triple in the graph, it's an inferred statement by backward chaining. Or, to look at it another way, it's a way to write calls to custom functions whose result...

View Article



Answer by seralf

Hi I suppose you want an example of a simple SPARQL query without extension specific to jena.suppose you want to get description about "RDF" from dbpedia endpoint: http://dbpedia.org/sparqlplease...

View Article

Answer by AndyS

WHERE { <http://example.com#foo> ex:myList [ list:member ?b ] } can be replaced withWHERE { <http://example.com#foo> ex:myList [ rdfs:rest*/rdf:first ?b ] } to keep it within strict SPARQL 1.1

View Article
Browsing all 3 articles
Browse latest View live




Latest Images