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]
: serialized triples. The second column is a constant defined by the parameterRelation
Parameters
Relation
: defines the constant value for the second column of the output. Usually,Relation
is something likeowl:sameAs
orskos:broader