# 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 parameter `Relation` - `TRIPLES [OBJ,OBJ,OBJ]`: triples. The second column is a constant defined by the parameter `Relation` ### Parameters - `Relation`: defines the constant value for the second column of the output. Usually `Relation` is something like `owl:sameAs` or `skos:broader`