From c3ba983391c8576abd0d7ea8bad8fc7d1faeb2f7 Mon Sep 17 00:00:00 2001 From: Gregg Kellogg Date: Mon, 15 Jul 2024 17:05:37 -0700 Subject: [PATCH] Add note on the use of reifiers. --- spec/index.html | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/spec/index.html b/spec/index.html index f670814..5406efd 100644 --- a/spec/index.html +++ b/spec/index.html @@ -190,6 +190,14 @@

Triple Terms

The subject of that triple is called a reifier. Assertions on the triple term are made using the reifier.

+

Using the reifier as an indirect way of referencing a triple term + allows annotations to be separated from each other, + which might be necessary if the same triple term was derived from different sources. + Annotations are always made on the reifier, which can be the subject or object + of different triples. + Concrete syntaxes, such as Turtle [[RDF12-TURTLE]], + may have shortcuts for describing a triple term with its reifier.

+

The following diagram represents a statement an a reification of an an unasserted triple term.