UKGovLD / registry-core

Linked data registry - core application and example UI
https://github.com/UKGovLD/registry-core/wiki
Apache License 2.0
23 stars 9 forks source link

download skos:ConceptScheme members #114

Closed marqh closed 5 years ago

marqh commented 5 years ago

If a register is a properly formed skos:Collection defining skos:member relations then the download will return a payload with the Collection Entity and all of its member Entities.

If a register is a properly formed skos:ConceptScheme with entities defining membership using skos:inScheme then the download will return a payload of the ConceptScheme Entity but no member Entities. This is tested by registering a ConceptScheme, then registering each element individually. Bulk upload of a skos:ConceptScheme with member declarations of skos:inScheme was not successful, see #113

  1. Is this behaviour discrepancy expected?
  2. How does a register understand its member elements semantically if the membership is a reverse membership relation?
  3. Is this a bug which requires development effort to analyse and fix?

many thanks mark

(@der )

marqh commented 5 years ago

@der

solved: the download looks for viewable resources owned by the parent: viewable means that they need to be status:experimental or more

new status:submitted entities will not be downloaded

so, set status to experimental if member download is required

this is fixed, from my point of view; closing