Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

support for Agents in dcterms:creator #224

Open
pwoltjer opened this issue May 30, 2024 · 1 comment
Open

support for Agents in dcterms:creator #224

pwoltjer opened this issue May 30, 2024 · 1 comment

Comments

@pwoltjer
Copy link

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
Copy link
Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant