Daniel Garijo
Daniel Garijo
Nice catch! I will fix this soon
The ontology has a literal malformed: ``` Caused by: org.semanticweb.owlapi.model.OWLRuntimeException: XML literal is not self contained: "Links to the status of the Asset or Asset Distribution in the context of...
Should toy around with the generation properties so if a literal is malformed, not the whole process works.
Yes, I have noticed this (issues #126 and #124). This is legacy from LODE, and requires a little digging to figure out. Adding rdfs:labels with the human-readable serialization for the...
Other references that seem more mature in terms of respec https://www.w3.org/TR/vocab-ssn/ (This might take some time)
And another style: http://w3c.github.io/sdw/time/# (similar to the first one)
The core of the doc is generated using a templating language: an xslt transformation (from Lode, adapted). Changing everything into a new templating language is a significant amount of work....
@coolharsh55 I think the problem here was not adapting the HTML (as it was already produced using templates). But adapting the CSS to the new style. Last time I did...
Hello, Widoco does not use log4j anywhere in code. It only uses slf4j (I have to figure out why the JAR is added). Widoco is also a standalone application, and...
@weissjoh, that's the thing, there are no logging messages in Widoco using log4j because I replaced it with slf4j long time ago. Suggestions are welcome to make the log4j components...