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
Try 2.8 on top of existing pipelines, observe the results.
If OK, we may switch to 2.8
Motivation to go for 2.8.X: Martin would benefit from 2.8.X (support for JSON-LD)
Potential risks:
All literals are now datatyped. A string literal with no explicit datatype is automatically inferred to be of type xsd:string. When serialising documents in some formats, xsd:string will no longer appear as the datatype for any string literals. All language-tagged literal are typed internally with the type rdf:langString, but this type should not appear in any serialised documents. A direct consequence of this is that all code written to handle Literal objects must check for the existence of a language tag before checking the datatype. In previous versions, the Literal datatype could be checked before checking for a language tag, as they were previously mutually incompatible.
RDF identifiers are now IRIs. Previous versions of RDF used the notion of an 'RDF URI reference'. This notion has now become obsolete: identifiers in RDF 1.1 conform to the IRI specification (RFC 3987). A direct consequence of this is that although many more characters (especially from non-Latin alphabets) are now allowed to appear in identifiers, certain characters that were previously allowed are now illegal. One such character in particular is the whitespace character. See the RDF 1.1 specification for more details.
Sesame 2.8 released:
http://rdf4j.org/
fixes many issues, should be tested first.
The text was updated successfully, but these errors were encountered: