pyLODE icon indicating copy to clipboard operation
pyLODE copied to clipboard

support for Agents in dcterms:creator

Open pwoltjer opened this issue 1 year ago • 1 comments

When I use Agents in dcterms:creator, they are not properly displayed in Supermodel mode. In OntPub mode, the rendering is fine.

This is how I added the creator to my ontology:

    dcterms:creator   [ a                        sdo:Person ;
                                      sdo:name         "Pieter Woltjer" ;
                                      sdo:affiliation  [ sdo:name "CBG|Center for familiy history"@en ;
                                                                   sdo:url  "https://cbg.nl" ] ;
                                      sdo:email            "[email protected]" ] ;

In Ontpub mode, this is rendered just fine. But in Supermodel mode I get this in the HTML: Editors: n8f1b9654e4e24909a1e4f80f8e726116b1

pwoltjer avatar May 30 '24 14:05 pwoltjer