Skip to content

conversion:domain_template

Tim L edited this page May 30, 2013 · 24 revisions
csv2rdf4lod-automation is licensed under the [Apache License, Version 2.0](https://github.com/timrdf/csv2rdf4lod-automation/wiki/License)

Let's get to it

The conversion:domain_template enhancement overrides how the URI for each row's subject is created (or, for each cell if converting with cell based subjects). For example, if the subject of each row is identified within one of the row's columns using something like a DOI:

dataone-objects:thing_2
   e1:author "David Tilman" ;
   e1:id "doi:10.6073/AA/knb-lter-cdr.157002.122" ;
   ...

Deprecation

DEPRECATED (but is still widely used) conversion:Enhancement because the naming is a bit of a misnomer. We should have called this enhancement conversion:subject_template since the value is not talking about the type/class of the subject. It is actually talking about the subject.

See also

Clone this wiki locally