AtomGraph / Processor

Ontology-driven Linked Data processor and server for SPARQL backends. Apache License.
https://hub.docker.com/r/atomgraph/processor/
Apache License 2.0
58 stars 7 forks source link

Templates should have priorities #11

Closed namedgraph closed 9 years ago

namedgraph commented 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

Then, import precedence can be used to solve conflicts when there are multiple matching templates: http://www.w3.org/TR/xslt20/#conflict

namedgraph commented 9 years ago

Created a Template class which composes OntClass and double as priority