-
Notifications
You must be signed in to change notification settings - Fork 36
Order of operations for multiple enhancements
Tim L edited this page Jul 10, 2013
·
13 revisions
csv2rdf4lod-automation is licensed under the [Apache License, Version 2.0](https://github.com/timrdf/csv2rdf4lod-automation/wiki/License)
For most enhancements, one does not need to be concerned about order of operations. This is because order does not matter, just as in RDFS and OWL.
However, ordering does need to be considered in a few situations. This page describes those.
-
conversion:interpret is applied before conversion:domain_template
- TODO: see
EnhancedLiteralValueHandler
- TODO: see
- A column-specific symbol/interpret overrides a global symbol/interpretation.
- If a codebook's (symbol/interpretation) applies, conversion:delimits_object does not take affect and the entire original cell value is used.
- When the conversion:range is rdfs:Literal, conversion:range_template is applied before conversion:interpret.
- aka "Codebook the Template"
- This supports Enhancement pattern: interpreting multi column composition
- When the conversion:range is rdfs:Resource, conversion:interpret is applied before conversion:range_template.
- aka "Template the Codebook"