tbox: v1.1 - belongsTo unifie, implements devient represents, aboutConcept/usesConcept remplacent composedOf, monitoredBy sur BO seul, grain deplace du Metric au DataObject, couche Delivery et DataInterface. shapes v0.2 scindees curated/observed avec XOR de sens sur DataElement. instances SODH migrees et arbitrees : 12 BO, 12 BC, 6 concepts empruntes en TO_ARBITRATE. Validation : 52 bloquants, dont 52 leves par la migration BR-013 restante

This commit is contained in:
Bastien Gourdon
2026-07-27 18:17:19 +02:00
parent 9cfa73b373
commit c8693b63bb
9 changed files with 1549 additions and 215 deletions
+18
View File
@@ -0,0 +1,18 @@
# PR Data Meta Model - validation stack
#
# PINNED ON PURPOSE. The venv on GrosseBertha runs Python 3.9
# (/usr/local/bin/python3.9, the only stable interpreter on DSM 7.4).
#
# Newer pyshacl releases advertise 3.9 support but use PEP 604 syntax
# (str | X) in runtime annotations, which needs 3.10+. pip installs them
# without complaint and the import then dies with:
# TypeError: unsupported operand type(s) for |: 'type' and 'ABCMeta'
#
# 0.26.0 is the version verified working on this interpreter (2026-07-26).
# Do not unpin without rebuilding the venv and re-running the validator.
#
# /usr/local/bin/python3.9 -m venv venv
# . venv/bin/activate && pip install -r requirements.txt
pyshacl==0.26.0
rdflib>=6.3.2,<7.1