Skip to content

Any number of object stored as RDF array instead of plain objects #128

@renyuneyun

Description

@renyuneyun

I have a Task shaped specified in this way:

sp:Task EXTRA a {
  a [ schema:Action ];
  ...
  sp:subTask @sp:Task *
}

After serializing the data, the subtasks become RDF array, which is unexpected:

<#eb0f2eb2-e7cd-4c4a-b441-3ff507e8c621> a <https://schema.org/Action>;
    <urn:solid-planner:core#title> "eat lunch";
    <urn:solid-planner:core#subTask> _:b60404_e_b1240.
_:b60404_e_b1240 <0> <#b5836ec5-b063-4c04-9be8-0e44461e9cac>.

Am I misconfigured?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions