-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Description
For the first element it creates "rdfs:label" predicate instead "has name".
It generates a payload like:
{ timestamp: "1467044272293", action: "create", payload: { type: "$VALUE_PROPERTY", id: "cipy8a4vf00063k6kg2qvxvnn", attributes: { predicate: "rdfs:label", object: "Unnamed", type: "$VALUE_PROPERTY" }, relations: { subject: "cipy8a4vd00023k6k4cc980sq" } }, id: "payload:13:cipy8a55w00ae0hqmjd6as0jx" }
And the correct will be something like:
{ timestamp: "1467044303697", action: "create", payload: { type: "$VALUE_PROPERTY", id: "cipy8atd900083k6kv8sa0wka", attributes: { predicate: "has name", object: "Bokito", type: "$VALUE_PROPERTY" }, relations: { subject: "cipy8a4vd00023k6k4cc980sq" } }, id: "payload:20:cipy8ate900al0hqm7haa0631" }
Reactions are currently unavailable