mff-uk / odcs-dpus

Repository for DPUs (Data processing units) for ETL tool for RDF data
3 stars 2 forks source link

T-HtmlCss support for file names to download #86

Closed jakubklimek closed 9 years ago

jakubklimek commented 9 years ago

T-HtmlCss needs to provide support for the following usecase:

skodapetr commented 9 years ago

We can use options like: (name, query, isFinal, subject, output) name - named of the query also if data are stored under this name, then this named-query is applied query - css selector isFinal - if true then triple is created from resulted value, as a predicate the value in "output" is used, as a subject last "valid" subject is used subject - if set then a subject is created for this entity, if a following named-query is final it will use this object, unless other named-query does not redefine subject. For the purpose of statement creation the given statement will be suffixed with a number to make sure that created subject is unique. output - named of output ie. data name or predicate based on isFinal flag