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:contributor #225

Open pwoltjer opened 4 months ago

pwoltjer commented 4 months ago

The use of Agents in dcterms:contributor does not seem to work.

It would be nice if Agents in dctermst:contributor would be allowed, just as with dcterms:creator. So this would be rendered nicely:

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" ] ;