Skip to content

Commit 7ec0d77

Browse files
committed
Update in docs
1 parent c7be80f commit 7ec0d77

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

documentation/modules/ROOT/pages/datatypes.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ definition in the respective standards and an informative description of their v
9393
|===
9494

9595
NOTE: When using `rdf:langString`, a language tag *must always* be provided using the `@` syntax (e.g., `"Hello"@en`).
96-
Using a typed literal form such as `"Hello"^^rdf:langString` is *invalid* and *should cause* the model loading or validation to fail."
96+
Using a typed literal form such as `"Hello"^^rdf:langString` is *invalid* and *should cause* the model loading or validation to fail.
9797

9898
The following types defined by the XSD and RDF specifications, respectively, are considered
9999
unsuitable in Aspect Models and _should not_ be used:

documentation/modules/ROOT/pages/modeling-guidelines.adoc

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -171,12 +171,6 @@ is `xsd:int`, a value with the type `xsd:short` is also acceptable. Refer to sec
171171
for more details. | {nok}
172172
|===
173173

174-
When using `rdf:langString`, a language tag *must always* be provided using the `@` syntax, for example:
175-
176-
* `:x samm:exampleValue "Hello"@en` ✔️
177-
* `:x samm:exampleValue "Hallo"@de` ✔️
178-
* `:x samm:exampleValue "Hello"^^rdf:langString` ❌ (invalid — missing language tag)
179-
180174
Example with Literal type:
181175

182176
[source,turtle,subs="attributes+"]

0 commit comments

Comments
 (0)