You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ curl -X POST "https://vivo.tib.eu/fis/reconcile" does not deliver valid JSON. There are curly brackets at the beginning and the end: ({"name":"VIVO Reconciliation Service","identifierSpace":"https://vivo.tib.eu/fis/individual/","schemaSpace":"https://vivo.tib.eu/fis/individual/","view":{"url":"http://vivo.tib.eu/fis/individual?uri={{id}}"},"defaultTypes":[{"id":"http://vivoweb.org/ontology/core#Role","name":"core:Role"},{"id":"http://vivoweb.org/ontology/core#AcademicDegree","name":"core:Academic Degree"},{"id":"http://purl.org/NET/c4dm/event.owl#Event","name":"event:Event"},{"id":"http://vivoweb.org/ontology/core#Agreement","name":"core:Agreement"},{"id":"http://vivoweb.org/ontology/core#Location","name":"core:Location"},{"id":"http://xmlns.com/foaf/0.1/Organization","name":"foaf:Organization"},{"id":"http://xmlns.com/foaf/0.1/Person","name":"foaf:Person"},{"id":"http://vivoweb.org/ontology/core#InformationResource","name":"core:Information Resource"}]})
The text was updated successfully, but these errors were encountered:
Describe the bug
The reconciliation testbench gives an error when trying with a VIVO reconciliation endpoint.
To Reproduce
Error: t.q0 is undefined
Expected behavior
The results should show up.
Environment (please complete the following information):
Additional context
Feedback from @acka47:
$ curl -X POST "https://vivo.tib.eu/fis/reconcile"
does not deliver valid JSON. There are curly brackets at the beginning and the end:({"name":"VIVO Reconciliation Service","identifierSpace":"https://vivo.tib.eu/fis/individual/","schemaSpace":"https://vivo.tib.eu/fis/individual/","view":{"url":"http://vivo.tib.eu/fis/individual?uri={{id}}"},"defaultTypes":[{"id":"http://vivoweb.org/ontology/core#Role","name":"core:Role"},{"id":"http://vivoweb.org/ontology/core#AcademicDegree","name":"core:Academic Degree"},{"id":"http://purl.org/NET/c4dm/event.owl#Event","name":"event:Event"},{"id":"http://vivoweb.org/ontology/core#Agreement","name":"core:Agreement"},{"id":"http://vivoweb.org/ontology/core#Location","name":"core:Location"},{"id":"http://xmlns.com/foaf/0.1/Organization","name":"foaf:Organization"},{"id":"http://xmlns.com/foaf/0.1/Person","name":"foaf:Person"},{"id":"http://vivoweb.org/ontology/core#InformationResource","name":"core:Information Resource"}]})
The text was updated successfully, but these errors were encountered: