adding author and contact to flat-data #87

Closed
adina wants to merge 27 commits from author into main

27 commits

Author SHA1 Message Date
Adina Wagner
a890e4caee commit example conversion
Some checks failed
Codespell / Check for spelling errors (pull_request) Successful in 21s
Model checks / lint (pull_request) Successful in 1m38s
Validate examples and verify unmodified conversion / lint (pull_request) Failing after 17m2s
2025-08-12 09:14:31 +02:00
Adina Wagner
4fd115c277 add a license slot to Dataset
Some checks failed
Codespell / Check for spelling errors (pull_request) Successful in 19s
Model checks / lint (pull_request) Successful in 1m39s
Validate examples and verify unmodified conversion / lint (pull_request) Failing after 2m20s
2025-07-30 15:08:34 +02:00
Adina Wagner
0e0974f97e add landing page access method to dataset example
Some checks failed
Codespell / Check for spelling errors (pull_request) Successful in 20s
Model checks / lint (pull_request) Successful in 1m43s
Validate examples and verify unmodified conversion / lint (pull_request) Failing after 2m26s
2025-07-30 14:09:40 +02:00
Adina Wagner
c42d72ecab add personalrequest example access method 2025-07-30 14:09:17 +02:00
Adina Wagner
ec09e9e44b relax slot from landingpage access request 2025-07-30 14:08:33 +02:00
Adina Wagner
8aaab6b76b add direct download to example 2025-07-30 14:04:32 +02:00
Adina Wagner
21e2ee35bd introduce download_url slot 2025-07-30 14:04:10 +02:00
Adina Wagner
c6f90e869e add access method slot to Dataset class
Some checks failed
Codespell / Check for spelling errors (pull_request) Failing after 1m2s
Validate examples and verify unmodified conversion / lint (pull_request) Failing after 11m46s
Model checks / lint (pull_request) Failing after 11m48s
2025-07-30 12:34:37 +02:00
Adina Wagner
ab1329b566 copy two more access methods from edistribution
Some checks failed
Codespell / Check for spelling errors (pull_request) Successful in 20s
Validate examples and verify unmodified conversion / lint (pull_request) Failing after 16m6s
Model checks / lint (pull_request) Failing after 16m8s
2025-07-30 12:30:18 +02:00
Adina Wagner
74b9939a83 Add PersonalRequest access method
All checks were successful
Codespell / Check for spelling errors (pull_request) Successful in 20s
Model checks / lint (pull_request) Successful in 1m37s
Validate examples and verify unmodified conversion / lint (pull_request) Successful in 2m57s
2025-07-30 12:26:31 +02:00
Adina Wagner
0c78b42396 copy AccessMethod from datalad concepts 2025-07-30 12:25:55 +02:00
Adina Wagner
5dcac0f493 drop irrelevant slot_uri
it was a left-over from copy-pasting
2025-07-30 12:25:13 +02:00
27804f3470 Fix Dataset examples
All checks were successful
Codespell / Check for spelling errors (pull_request) Successful in 26s
Model checks / lint (pull_request) Successful in 1m37s
Validate examples and verify unmodified conversion / lint (pull_request) Successful in 2m57s
2025-07-29 08:43:54 +02:00
97c691d7d7 Use 'anyOf' only in slot usage of author 2025-07-29 08:43:13 +02:00
Adina Wagner
04575cf5f2 extend example
All checks were successful
Codespell / Check for spelling errors (pull_request) Successful in 22s
Model checks / lint (pull_request) Successful in 1m39s
Validate examples and verify unmodified conversion / lint (pull_request) Successful in 2m52s
2025-07-28 13:59:27 +02:00
Adina Wagner
a212a80bed TMP: is this how to add an about property? 2025-07-28 13:57:23 +02:00
Adina Wagner
a3aff4d5a3 add contact to Dataset slots
All checks were successful
Codespell / Check for spelling errors (pull_request) Successful in 20s
Model checks / lint (pull_request) Successful in 1m49s
Validate examples and verify unmodified conversion / lint (pull_request) Successful in 3m13s
2025-07-24 19:39:49 +02:00
Adina Wagner
33cfad650f introduce contact slot 2025-07-24 19:39:12 +02:00
Adina Wagner
199b476b01 add a tiny Dataset example 2025-07-24 19:38:18 +02:00
Adina Wagner
ee6202ff13 authors can be Persons or Orgs
All checks were successful
Codespell / Check for spelling errors (pull_request) Successful in 20s
Model checks / lint (pull_request) Successful in 1m45s
Validate examples and verify unmodified conversion / lint (pull_request) Successful in 2m54s
2025-07-24 14:17:59 +02:00
Adina Wagner
369d60ee30 TMP: I don't think I need dlsocial
All checks were successful
Codespell / Check for spelling errors (pull_request) Successful in 20s
Model checks / lint (pull_request) Successful in 1m49s
Validate examples and verify unmodified conversion / lint (pull_request) Successful in 2m53s
2025-07-24 10:56:17 +02:00
Adina Wagner
7c74c9ad4e make range of author Person
All checks were successful
Codespell / Check for spelling errors (pull_request) Successful in 20s
Model checks / lint (pull_request) Successful in 1m43s
Validate examples and verify unmodified conversion / lint (pull_request) Successful in 2m50s
but it actually should be something like

    any_of:
      - range: Person
      - range: Organization
2025-07-24 10:46:13 +02:00
Adina Wagner
6e365c2f1b add authors to slots in Dataset
All checks were successful
Codespell / Check for spelling errors (pull_request) Successful in 25s
Model checks / lint (pull_request) Successful in 1m53s
Validate examples and verify unmodified conversion / lint (pull_request) Successful in 3m18s
2025-07-23 19:58:16 +02:00
Adina Wagner
25e198f472 TMP: insert anything into range that doesn't make the check error. I don't understand 'range' yet 2025-07-23 19:57:51 +02:00
Adina Wagner
90d9e80377 WIP: add a minimal author slot 2025-07-23 19:57:14 +02:00
Adina Wagner
4e814c7556 emit dlsocial prefixes 2025-07-23 19:53:53 +02:00
Adina Wagner
e44431521f import dlsocial 2025-07-23 19:53:41 +02:00