gbv / bartoc.org

Source code of BARTOC.org user interface
https://bartoc.org/
23 stars 10 forks source link

Vocab edition #57

Open gatemezing opened 3 years ago

gatemezing commented 3 years ago

Have a way to retrieve automatically some properties based on the URI of the vocab to add. This will reduce the time to manually add those fields by a human.

nichtich commented 3 years ago

There is an API at http://bartoc.org/api/ e.g. get all information about DDC:

http://bartoc.org/api/voc?uri=http%3A%2F%2Fbartoc.org%2Fen%2Fnode%2F241&properties=*

It's also possible to modify records via this API but this needs better documentation - is this your use case or just retrieval?