Hi all,
One NatLibFi ontology developer had requested if the concept labels could have URI displayed together with the label in one particular ontology.
To solve this issue I looked at the rendering engine templating mechanism in SemanticTurkey (
https://semanticturkey.uniroma2.it/doc/sys/rendering_engine.jsf), but noticed that there does not seem to exists a variable that or a mechanism could be used to display the URI of a concept. Or have I missed something?
One could solve this issue by creating a custom rendering engine. However, this seems such a generic use case that IMO the BaseRenderingEngine could just include a "resource" variable on default, which could be used to display the URI of a concept?
So I would propose changing the BaseRenderingEngine according to the attached patch. Computational overhead from this patch is very low, and even then, it only affects projects that have a template defined.
Looking forward to hear your thoughts on this proposal.
Kind Regards, Saku Seppälä
PS. Semantic Turkey and Vocbench websites seem to be down at the moment.