-
Type: Improvement
-
Status: Resolved
-
Priority: Major
-
Resolution: Fixed
-
Component/s: XSLT for conversion to RDF
-
Labels:None
-
Proposal:
-
Resolution:
This stylesheet generates valid RDF/XML if the input meets the preconditions.
There is no loss or ambiguity of information except:
1. Attributes other than @index on edge elements with child or text content will be ignored. This is the desired behavior- ideally, the normalization transformation will not generate such attributes.
Input Preconditions
1. All CURIES have been processed into absolute IRIs
(e.g. using xslt as in https://apache.googlesource.com/stanbol/+/9b61625545e2ba6b903ea0752dcd20656bada822/enhancer/engines/xmpextractor/src/main/resources/xslt/rdfa.xslt)
2. The document is in the normalized form (e.g. after applying an XSLT normalizer.) including:
a. Collections may not be empty unless they have a keyref attribute.