Sylvain Marié
Sylvain Marié
On this topic of generating the diagram - this example in the readme has a neat diagram: https://raw.githack.com/agldwg/agrif-ont/master/agrif.html#overview . Do you know with which library it was generated ? The...
For reference, Here is an illustration of the Webvowl approach: https://doc.realestatecore.io/3.1.3/core.html
yes @charlesvardeman for our project I made a variant of the script you mention, it works perfectly. Note however that it requires that `owl2vowl.jar` (and therefore a local JVM) and...
Oh sorry, I did not make the link with those issues. Thanks @nicholascar !
Oops sorry this is very far from my main activities so I get only 1h per week or less to work on ontologies My own open source lib users are...
So I checked now and I confirm that the issue is still there. With this example ontology: ```ttl @prefix : . @prefix dc: . @prefix owl: . @prefix rdf: ....
Thanks for the quick feedback @nicholascar ! I'll discuss this and possible alternatives with colleagues and come back to you.
By the way, would this allow for relative links ? Indeed the problem is really related to deployment on a web server. So if we wish the documentation to be...
A few thoughts: Semantically, `dcterms:hasFormat` seems to mean an alternative source. Here the need is rather "this file" (the source from the html doc generation, so the original rdf file)....
> Perhaps you could test a first version cfg file to do all the parameterization that you want and then I'll see if I can adapt that for my needs....