Benjamin Geer
Benjamin Geer
The ARK resolver needs to know which hostname to use. This could be configured per project.
I think you'll need to discuss this with @tobiasschweizer, who is on holiday, so please be patient.
> if I request the `Person1` and its related resources at `Date2`, will I have the the graph of `Date2` box? To get this graph, you will need to make...
With a timestamp, you can get one resource as it was in the past. If you want a graph, you can follow the links and request the linked resources with...
Once a resource has been marked as deleted, it’s not accessible **at all** anymore. If you delete something, it’s because you don’t want people to use it anymore. Therefore they...
I think things could get very confusing if you could change the IRI of an existing resource. How about maintaining another resource with a link to the valid resource?
To avoid having orphaned resources, you could add your own boolean flag to mark them as “obsolete” or something like that.
Actually, what I don't see is any documentation about how to use Lucene (or any full-text search) with Rya. Maybe it's supported but not documented.
This could be implemented but it would require some design changes. Knora has to ensure that cardinalities are respected when values are added, and that the values you add would...
> The use case is the UI form with one save button I actually think that, from a UX point of view, it's simpler and less confusing for the user...