GVogeler
GVogeler
Currently the statements are rather lose. https://github.com/GVogeler/prosopogrAPhI/blob/master/prosopogrAPhI.yaml#L1107-L1111 provides some indications about the data model by listing URIs used in `role` and `statementType` properties. With this lose description of the data...
Considering issue #30 it seems recommendable to clarify the function of a statement, e.g. "What you could put into one sentence is most probably one statement."
As described in Vogeler, Georg, Hadden, Richard, Schlögl, Matthias, & Vasold, Gunter. (2022, March 7). Prosopographische Interoperabilität (IPIF) - Stand der Entwicklungen. DHd 2022 Kulturen des digitalen Gedächtnisses. 8. Tagung...
JSON-Schema would allow validation and documentation. Documentation is already done with this API definition. Validation would make it easier to control output, but on the other hand API conformity should...
language information allows easier nlp like processing, reuse standard sorting mechanisms, and help to build localized interfaces.
The [EDTF](https://www.loc.gov/standards/datetime/) expresses many typical cases of historical data and has been integreated into ISO 8601.2019. Implementation in databases is still rather fragmentary. Would it already make sense to define...
The API could define the full text search syntax for endpoints like `?s=John%20Smith`, in particular introduce quotation marks to set phrase search.
for consitency reasons (and as it makes implementation in python easier)
If we want to achieve a full json-ld based API consumption, it would be good to let the `*-refs` properties point to the explicit endpoint. This could be achieved in...