OntoWiki icon indicating copy to clipboard operation
OntoWiki copied to clipboard

OntoWiki uses doap.n3's author property instead of authorLabel

Open k00ni opened this issue 7 years ago • 1 comments

In all doap.n3 files you only set authorLabel, but not author. The extension exconf tries to use author property in its list.phtml, but fails in doing so. Why? I am not sure yet. But it can't handle CubeViz's doap.n3 file for instance.

The problem is, that if you using CubeViz, you will run into an exception in the extension configuration view, for instance.

I created a small fix and will make a pull request.

k00ni avatar Nov 15 '16 09:11 k00ni

The issue with the doap.n3 file is, that is has 2 authorLabel entries, so you would need to change your "fix" to either let the owconfig accept multiple authorLabels, or you need to merge the two labels into one (e.g. like the hideproperties extension did it)

shinobu avatar Apr 28 '17 12:04 shinobu