OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

legalruleml message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: [OASIS Issue Tracker] (LEGALRULEML-13) XSLT for Phase 1+2+3 conversion from LegalRuleML to RDF


    [ https://issues.oasis-open.org/browse/LEGALRULEML-13?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=61201#comment-61201 ] 

Tara Athan commented on LEGALRULEML-13:
---------------------------------------

The attribute values that are in the form of a CURIE with empty prefix, i.e. start with ":", are (correctly) not evaluated during the preprocessing XSLT when there is no explicit prefix mapping for the empty prefix. However, these should be processed when converting to the RDF into same-document relative IRIs; that is, the leading ":" is replaced with "#".

> XSLT for Phase 1+2+3 conversion from LegalRuleML to RDF
> -------------------------------------------------------
>
>                 Key: LEGALRULEML-13
>                 URL: https://issues.oasis-open.org/browse/LEGALRULEML-13
>             Project: OASIS LegalRuleML TC
>          Issue Type: Improvement
>          Components: XSLT for conversion to RDF
>            Reporter: Tara Athan
>            Assignee: Tara Athan
>
> 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. 



--
This message was sent by Atlassian JIRA
(v6.2.2#6258)


[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]