Skip to content

First create add wrongly data "rdfs:label" instead "has name"  #2

@carvilsi

Description

@carvilsi

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" }

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions