You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: spec/section/output.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -117,10 +117,10 @@ The result of evaluating a term map for a given [=logical iteration=] can be one
117
117
The [=generated RDF term=] of a [=term map=] for a given [=logical iteration=] is determined as follows:
118
118
119
119
1. If the term map is a **constant-valued term map**, then the generated RDF term is the term map’s constant value.
120
-
2. If the term map is a **reference-valued term map**, then the generated RDF term is determined by evaluating the [=reference value=] expression over the [=logical iteration=] and applying the *term generation rules* to the resulting value.
121
-
3. If the term map is a **template-valued term map**, then the generated RDF term is determined by evaluating the [=template value=]against the [=logical iteration=] and applying the *term generation rules* to the resulting value.
120
+
2. If the term map is a **reference-valued term map**, then the generated RDF term is determined by evaluating the [=reference value=] expression over the [=logical iteration=] and applying the [=term generation rules=] to the resulting value.
121
+
3. If the term map is a **template-valued term map**, then the generated RDF term is determined by evaluating the [=template value=]expression over the [=logical iteration=] and applying the [=term generation rules=] to the resulting value.
122
122
123
-
The <dfn>term generation rules</dfn> define how a concrete RDF term is generated from a given value:
123
+
The <dfn>term generation rules</dfn> define how a concrete RDF term is generated from each value from the [=expression evaluation result=]:
124
124
125
125
1.**If the value is null, empty or missing**, then no RDF term is generated.
0 commit comments