hgeorgsch / armchar-swish

ArM character server implementation using Haskell and Swish
GNU General Public License v3.0
0 stars 1 forks source link

Consistent queries on get and delete. #44

Closed hgeorgsch closed 2 years ago

hgeorgsch commented 2 years ago

There are probably differences in the query results on get and delete, causing #34 . The best way to solve this is probably to define which properties should be included in query responses in the ontology and adjust the queries accordingly. Special attention needs to be paid to the ID, which is probably the culprit in the case of #34. The label criterion is now irrelevant and could be replaced by a criterion on the class of properties.

hgeorgsch commented 2 years ago

Delete and update should work directly on the RDFGraph and not interpret the data as Haskell data types. Thus this consistency is not really relevant.