From 928ccaee7e34a84f61cc0b317c7f8918b3a76880 Mon Sep 17 00:00:00 2001 From: william-vw Date: Mon, 13 Nov 2023 09:15:39 -0500 Subject: [PATCH] add shorthand table --- reports/20230703/index.html | 30 ++++++++++++++++++++++++++++++ spec/index.html | 30 ++++++++++++++++++++++++++++++ 2 files changed, 60 insertions(+) diff --git a/reports/20230703/index.html b/reports/20230703/index.html index 04a506c..1fba143 100644 --- a/reports/20230703/index.html +++ b/reports/20230703/index.html @@ -1882,6 +1882,36 @@

Left to Right Algorithm

+
+ Similar to Turtle, N3 provides a special shorthand syntax for commonly used URIs. + This may only be used in the predicate position. From the original Team Submission [[N3]]: + + + + + + + + + + + + + + + + + + + + + +
ShorthandURI
a + <http://www.w3.org/1999/02/22-rdf-syntax-ns#type>
=<http://www.w3.org/2002/07/owl#sameAs>
=> + <http://www.w3.org/2000/10/swap/log#implies>
<= + <http://www.w3.org/2000/10/swap/log#implies> but in + the inverse direction
+

Grammar

diff --git a/spec/index.html b/spec/index.html index df6181a..b362612 100644 --- a/spec/index.html +++ b/spec/index.html @@ -1853,6 +1853,36 @@

Left to Right Algorithm

+
+ Similar to Turtle, N3 provides a special shorthand syntax for commonly used URIs. + This may only be used in the predicate position. From the original Team Submission [[N3]]: + + + + + + + + + + + + + + + + + + + + + +
ShorthandURI
a + <http://www.w3.org/1999/02/22-rdf-syntax-ns#type>
=<http://www.w3.org/2002/07/owl#sameAs>
=> + <http://www.w3.org/2000/10/swap/log#implies>
<= + <http://www.w3.org/2000/10/swap/log#implies> but in + the inverse direction
+

Grammar