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
..need to be written as string literals. If the literal is not a string, its particular datatype must be indicated using the ^^ symbol and the corresponding datatype IRI.
I think that "string literal" means only xsd:string, so I propose to change this to:
..need to be written as datatyped literals, which are denoted as a string, followed by the ^^ symbol and the corresponding datatype IRI (xsd:string is the default and can be omitted).
And later: change
The language of the string literal
to
The language of a string literal
The text was updated successfully, but these errors were encountered:
@VladimirAlexiev thanks a lot for going over the spec. I think it would be more efficient if you create a PR so we don't misinterpret your comments (and have to go back and forth).
https://w3c.github.io/N3/spec/#literals
I think that "string literal" means only
xsd:string
, so I propose to change this to:And later: change
to
The text was updated successfully, but these errors were encountered: