TF-RDF-XML
From RDF Working Group Wiki
Contents |
Task Force "RDF-XML"
List of the changes considered for the RDF 1.1 XML Syntax Specification.
Changes include the Errata for RDF Syntax
Change 1: typo "tiple"
status:done.
Syntax typo “tiple” in 7.2.11 Production nodeElement: "and the following tiple is added to the graph"
Change 2: hard coded reference to XML and Unicode versions
status: done.
Hard coded reference to XML 1.0 and to Unicode 3.0 are unduly restrictive. Both reference should be exchanged against a normative reference to the generically latest versions of both standards.
Change 3: signature resolve(e, s)
status: done.
Section 6.3.3 Grammar Action Notation of the RDF/XML Syntax Specification defines the resolve action with the signature resolve(e, s), i.e. taking two arguments, and yet we find the following:
in 7.2.11 Production nodeElement
u:=uri(identifier:=resolve(a.string-value))
in 7.2.21 Production emptyPropertyElt
u:=uri(identifier:=resolve(a.string-value))
while both should read:
u:=uri(identifier:=resolve(e, a.string-value))
