pyLODE icon indicating copy to clipboard operation
pyLODE copied to clipboard

support for agents in dcterms:contributor

Open pwoltjer opened this issue 1 year ago • 0 comments

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        "[email protected]" ] ;

pwoltjer avatar May 30 '24 14:05 pwoltjer