Commit Graph

49 Commits

Author SHA1 Message Date
AndreasMeier12
f1bf741b51 Make subClass property optional 2026-02-03 10:18:17 +01:00
Snowwpanda
402af62f3b updating outdated publishing.md 0.2-rc-2 2025-11-10 00:23:13 +01:00
Snowwpanda
c8342c2671 Another Cleanup 2025-11-09 23:55:54 +01:00
Snowwpanda
f97d3c2904 Merge remote-tracking branch 'origin/pydantic-rdf' into pydantic-rdf 2025-11-09 23:52:39 +01:00
Snowwpanda
46f5bb86b6 Migrate Field syntax to Pydantic 2.x format (json_schema_extra)
- Updated all Field(ontology=...) to Field(json_schema_extra={'ontology': ...})
- Updated Field(comment=...) to Field(json_schema_extra={'comment': ...})
- Enhanced schema_registry.py to extract comment from json_schema_extra
- Updated documentation in decorators.py, README.md, TECHNICAL.md
- Bumped version to 0.2.2
- All tests pass without deprecation warnings
2025-11-09 23:45:41 +01:00
Snowwpanda
60860ebbab Cleanup and adjustment to depreciated features
Added Manifest for publishing
2025-11-09 23:30:51 +01:00
Snowwpanda
80395b061d Merge remote-tracking branch 'origin/main' into pydantic-rdf 2025-11-09 15:02:24 +01:00
Juan Fuentes
4cc1fa0975 Merge pull request #4 from researchobjectschema/readme-fixes
Readme fixes
2025-11-07 10:30:57 +01:00
Simone Baffelli
87ece64646 Fixed reference to Pascals repo 2025-10-31 20:46:39 +01:00
Simone Baffelli
91a2cab4ac Improved phrasing of README 2025-10-31 20:45:28 +01:00
Pascal Su
9928ab797e Prototype Pydantic declarative scheme (#3)
* Update quickstart examples

* Implementation dump: Pydantic decorators but still java api compatible

* Cleanup for publishing
2025-10-31 17:12:10 +01:00
Snowwpanda
f267b23c65 Cleanup for publishing 2025-10-31 10:03:46 +01:00
Andreas Meier
6e3a9ee21d Fix openBIS reference export 2025-10-24 11:15:15 +02:00
Andreas Meier
72a02cf4b7 Update zipped example 2025-10-24 08:54:23 +02:00
Andreas Meier
5b8c177115 Include 0.2 presentation for MADICES 2025-10-23 10:00:13 +02:00
Andreas Meier
cd42b24c60 Update openBIS reference export after fixes for API01 2025-10-23 09:57:34 +02:00
AndreasMeier12
ae1d805620 Update ro-crate-metadata.json 2025-10-23 09:56:09 +02:00
Snowwpanda
7b0bebbec1 Implementation dump: Pydantic decorators but still java api compatible 2025-10-11 15:57:08 +02:00
Snowwpanda
98692d52da Merge remote-tracking branch 'origin/main' into pydantic-rdf 2025-10-09 14:16:13 +02:00
Simone Baffelli
59ba208f0a Added a small todo 2025-09-22 15:39:52 +02:00
Andreas Meier
68fc46f6f7 Update quickstart examples 2025-09-19 11:49:21 +02:00
Simone Baffelli
d66254c4cd First rough version 2025-09-18 13:55:52 +02:00
Simone Baffelli
8a0186f63d Trying to generate metadataentry automatically 2025-09-15 13:20:26 +02:00
Simone Baffelli
fe6e234fbd Adding half-broken attempts 2025-09-12 11:38:07 +02:00
Simone Baffelli
809eb28244 Added a design guide 2025-09-12 11:29:02 +02:00
Simone Baffelli
b8b00a5ff5 Trying to use pydantic-rdf 2025-09-11 16:30:04 +02:00
Simone Baffelli
8a7b849c00 Merge branch 'main' of github.com:researchobjectschema/ro-crate-interoperability-profile into pydantic-rdf 2025-09-11 09:20:24 +02:00
Andreas Meier
1aeff21859 BIS-2142: Add quickstart example sql openbis-ugm-preview 2025-09-08 10:25:28 +02:00
Andreas Meier
ba80ece61c BIS-2142: Add quickstart example 2025-09-08 10:21:29 +02:00
Simone Baffelli
6703637e3f Using registry based resolution of forward refs for a complete object model before serialisation 2025-08-20 13:26:39 +02:00
Simone Baffelli
163033539d Working on reconstruction 2025-08-19 10:30:37 +02:00
Simone Baffelli
0a9b97d090 Merge branch 'main' of github.com:researchobjectschema/ro-crate-interoperability-profile into python-module-integration 2025-08-18 15:50:18 +02:00
Simone Baffelli
1c9676e5c5 Formatting improvement 2025-08-18 15:47:11 +02:00
Simone Baffelli
d929b80dcd Removed unused classes 2025-08-18 15:35:24 +02:00
Simone Baffelli
ec2a182aca Successfully emitting valid (!) ro-crate 2025-08-18 15:27:10 +02:00
Simone Baffelli
8b02b21654 Using rdflib instead of raw json manipulation 2025-08-15 15:48:19 +02:00
Simone Baffelli
6ef54fb3e2 Added shacl reference 2025-08-15 10:17:16 +02:00
Simone Baffelli
9de0e56cdc Added SHACL validation 2025-08-13 16:49:04 +02:00
Simone Baffelli
36f5885adb Trying cleaner mapping 2025-08-12 16:09:39 +02:00
Simone Baffelli
3cfc849b46 Trying to use Pydantic to do the heavy work - defined utility classes to serialize into 2025-08-12 15:29:34 +02:00
Simone Baffelli
89aab35b23 Added minimal documentation on how to work on the project. 2025-08-12 13:21:51 +02:00
Andreas Meier
767dbffbc5 Rename artefacts 2025-08-11 13:48:20 +02:00
Andreas Meier
838d422d83 Add example export from openBIS 2025-08-11 12:50:47 +02:00
Andreas Meier
60b0a6fbb1 Fix annotations in example 2025-08-11 12:32:57 +02:00
Simone Baffelli
8dad54b116 Added initial scaffolding 2025-08-11 11:37:22 +02:00
Juan Fuentes
63c4d0bffb python module integration tests 2025-08-11 10:48:01 +02:00
Juan Fuentes
7d30da6eb8 python module integration 2025-08-11 10:34:36 +02:00
Juan Fuentes
7f59d79c2a First commit, specification moved from https://sissource.ethz.ch/sispub/ro-crate/ 2025-08-05 16:05:45 +02:00
ETHZ SIS
9bb173f4ab Initial commit 2025-08-04 16:09:08 +02:00