You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 23, 2018. It is now read-only.
You will notice there are triples in that output that currently the pyLDAPI cannot be configured to output.
For example, this is what the same RofR would look like as ouput by the current version of the pyLDAPI: https://pastebin.com/raw/UiMc3krd
Comparing the two, notice:
There is no current ability to specify a Class other than reg:Registry for the RofR, but the GNAF RofR specifies a class of dcat:Dataset as well as reg:Registry
The pyLDAPI can configure what values to fill for the RofR's Comment, Label, and ContainedItemClass list, however there is no ability in the pyLDAPI to specify extra predicate-object pairs for the RofR, such as dc:creator, contributor, publisher, modified, source, etc, as seen in the GNAF output.
When listing items in a Register (in this case, subregisters in the RofR), pyLDAPI will only list the URI with it's specified Class, its parent reg:register, and optionally its rdfs:label if one is supplied. There is currently no mechanism to add extra predicate-object pairs to each item, such as the reg:containedItemClass as seen in the GNAF RofR. Note this final issue also affects other generated registry listings, not just an RofR.