Judging from the source code (teamwork:ServicesSwaggerPlugin) the
Swagger link will show up if
EXISTS {
?cls (rdfs:subClassOf)+ dash:Service .
?service a ?cls .
}
which means that the asset collection or one of its imports need to
define at least one instance of dash:Se
Thanks Holger,
My report tab include only comparison report, statistics and property
value rules. Did I forget to setup some properties in my configuration ?
Best,
Le samedi 4 décembre 2021 à 01:26:08 UTC+1, Holger Knublauch a écrit :
> You should see the service listed on the Reports tab
You should see the service listed on the Reports tab under
which, among others, has a feature to try out the service
And there you should see the full URL of how to invoke the service.
Have you tried this and what is different from the URL that you have called?
Holger
On 2021-12-04 3:37 am,
Hello,
In my main ontology I create a ResourceService with simple js script.
Then, I try to call it as a service :
https://host/edg/tbl/service/mygraph/prefix/getF/
I obtained an 404 not found.
Did I need a special configuration on my edg to access my ontology service ?
Thanks for your help.