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
f267b23c65
Cleanup for publishing
2025-10-31 10:03:46 +01:00
Snowwpanda
7b0bebbec1
Implementation dump: Pydantic decorators but still java api compatible
2025-10-11 15:57:08 +02:00
Simone Baffelli
59ba208f0a
Added a small todo
2025-09-22 15:39:52 +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
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
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
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
Simone Baffelli
8dad54b116
Added initial scaffolding
2025-08-11 11:37:22 +02:00
Juan Fuentes
7d30da6eb8
python module integration
2025-08-11 10:34:36 +02:00