Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
I believe at this point that the basic concept works. It now made sense to cut the large schema up into pieces to make them more digestible, and possible allow for leaner selections (later). We now have - `thing`: the base building block (describe a thing) - `prov`: describe what happened to a thing and how it relates to other things - `distribution`: a generic "frontend" schema - `sdd` (science data distribution): a tailored frontend schema Few other changes were made: - schemas include each other by relative identifier (avoids having to update an online schema first, before changes can be used in derived schemas) - Examples have been shifted to their most relevant schema, but they continue to be executed as validation tests for others
- Loading branch information