Skip to content

Commit 75d1dfa

Browse files
committed
adding multivalues in ouput
1 parent 146411a commit 75d1dfa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

spec/section/output.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -117,10 +117,10 @@ The result of evaluating a term map for a given [=logical iteration=] can be one
117117
The [=generated RDF term=] of a [=term map=] for a given [=logical iteration=] is determined as follows:
118118

119119
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.
122122

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=]:
124124

125125
1. **If the value is null, empty or missing**, then no RDF term is generated.
126126

0 commit comments

Comments
 (0)