You are viewing a plain text version of this content. The canonical link for it is here.
Posted to pr@jena.apache.org by GitBox <gi...@apache.org> on 2020/08/31 10:06:59 UTC

[GitHub] [jena] afs commented on a change in pull request #791: JENA-1952: Test for existence of concrete triple

afs commented on a change in pull request #791:
URL: https://github.com/apache/jena/pull/791#discussion_r480026131



##########
File path: jena-arq/testing/ARQ/RDF-Star/SPARQL-Star/data4.ttl
##########
@@ -0,0 +1,12 @@
+## Licensed under the terms of http://www.apache.org/licenses/LICENSE-2.0
+
+PREFIX rdf:    <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
+PREFIX rdfs:   <http://www.w3.org/2000/01/rdf-schema#>
+PREFIX :       <http://example/>
+
+# One triple with base triple.
+:s :p :o .
+<<:s :p :o>> :q 123 .
+
+# One triple term without base triple.
+<<:x :p :z>> :q 456 .

Review comment:
       Added!




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: pr-unsubscribe@jena.apache.org
For additional commands, e-mail: pr-help@jena.apache.org