RDFLib / pyLODE

An OWL ontology documentation tool using Python and templating, based on LODE
BSD 3-Clause "New" or "Revised" License
169 stars 70 forks source link

support for Agents in dcterms:creator #224

Open pwoltjer opened 4 months ago

pwoltjer commented 4 months ago

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            "mail_pieter@cbg.nl" ] ;

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

pwoltjer commented 2 weeks ago

In version 3.2.0 of pyLODE, the Editor names are rendered correctly. But other properties of the dcterms:creator, like sdo:affiliation and sdo:email are ignored in the Ontpub output.