Skip to content
This repository was archived by the owner on Sep 23, 2025. It is now read-only.
This repository was archived by the owner on Sep 23, 2025. It is now read-only.

People index does not refer to addressbook correctly #290

@angelo-v

Description

@angelo-v

When adding a contact the pod browser adds a statement like this to contacts/people.ttl

<Person/d7768c47-3dfa-4961-8c67-d3831f4d2029/index.ttl#this>
  vcard:fn "Jane Doe";
  vcard:inAddressBook <index.ttl>.

The object of this statement is index.ttl, a turtle file containing the address book, but not the address book itself. Correct would be

<Person/d7768c47-3dfa-4961-8c67-d3831f4d2029/index.ttl#this>
  vcard:fn "Jane Doe";
  vcard:inAddressBook <index.ttl#this>.

The address book is identified by index.ttl#this

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions