Svde.org broken?!

Seems that svde.org backend is down! Search form is displayed, but search functionality doesn’t work.
kubikat-lod.org is erroneous, too.
natbib-lod works correct!

Hi Sascha,
thanks for your message. Our technical team is investigating on svde.org.
Concerning kubikat-lod.org, the home page is active but the pilot project is not current, so that’s why you cannot perform searches.

Kindest regards,
Anna

Hi Anna,
thanks for the immediate reply!
I played around with Share Family search API and have some (esp. SVDE QL related) questions. Is this the right place here for posting?

Thanks to you Sascha!
In the meantime svde.org is back up and running.
Please do post your questions about APIs. I’m tagging @a.gazzarini who should be able to give you exhaustive answers.

Thanks!

I try to enrich an architecture database (archinform.net) with literature links.
As authority data I use Wikidata identifiers (Qxxxx).
For person and organizations (agents) I already created a relation table to VDE by requesting the related VDEID id with
“https//\svde.org/agents.json?q=agents whose identifier matches Qxxxx”
and then requested titles by this author with
“https//\svde.org/publications.json? q=publications whose contributor is https//\www.svde.org/agents/VDEID in any role”
This works perfect.

But I also want to get titles about the persons/organizations (subject of the publication). Trying it with
“https//\svde.org/publications.json? q=publications whose contributor is https//\www.svde.org/agents/VDEID”
doesn’t work. It seems to be necessary therefore to use specific subjects with an own ID, that contains the agent ID as concept. But I can’t find out, how to get this subject ID :frowning:
I would expect a query liky this one:
“https//\svde.org/subjects.json? q=subjects whose concept is https://www.svde.org/agents/VDEID
But this doesn’t work (seems that for subjects only full text query is possible). Is there another way to achieve this?

PS: I encrypted the links in this post a little bit because forum software complains that new users only allowed to post 2 links.