Export mapping¶
Description¶
Generates triples from a set of matches [OBJ,OBJ]
, by inserting the predicate (Relation
).
Input¶
MAPPING [OBJ,OBJ]
: the pairs of which the first column becomes the subject and the latter becomes the object
Output¶
RESULT [STRING,STRING,STRING]
: serialised triples. The second column is a constant defined by the parameterRelation
TRIPLES [OBJ,OBJ,OBJ]
: triples. The second column is a constant defined by the parameterRelation
Parameters¶
Relation
: defines the constant value for the second column of the output. UsuallyRelation
is something likeowl:sameAs
orskos:broader