Skip to content
This repository was archived by the owner on Sep 23, 2018. It is now read-only.
This repository was archived by the owner on Sep 23, 2018. It is now read-only.

Limitations of pyLDAPI which need addressing before rollout. #13

Description

@ashleysommer

Look at this output of the current implementation of the GNAF Register of Registers:
https://pastebin.com/raw/QpL4iPYx

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions