Closed namedgraph closed 9 years ago
As in XSLT, templates should have priorities based on their import (owl:imports) precedence: http://www.w3.org/TR/xslt20/#dt-import-precedence
owl:imports
Then, import precedence can be used to solve conflicts when there are multiple matching templates: http://www.w3.org/TR/xslt20/#conflict
Created a Template class which composes OntClass and double as priority
Template
OntClass
double
As in XSLT, templates should have priorities based on their import (
owl:imports
) precedence: http://www.w3.org/TR/xslt20/#dt-import-precedenceThen, import precedence can be used to solve conflicts when there are multiple matching templates: http://www.w3.org/TR/xslt20/#conflict