- Implemented `owl_to_mermaid.py` to convert OWL/Turtle files into Mermaid class diagrams. - Implemented `owl_to_plantuml.py` to convert OWL/Turtle files into PlantUML class diagrams. - Added two new PlantUML files for custodian multi-aspect diagrams.
12 lines
411 B
YAML
12 lines
411 B
YAML
# Simple OrganizationalStructure Test Instances
|
|
# Validates basic organizational unit modeling
|
|
# Version: 0.4.0
|
|
# Date: 2025-11-22
|
|
|
|
# Test 1: Single department (minimal fields)
|
|
OrganizationalStructure:
|
|
id: "https://nde.nl/ontology/hc/org-unit/test-dept-001"
|
|
unit_name: "Digital Preservation Department"
|
|
unit_type: "DEPARTMENT"
|
|
refers_to_custodian:
|
|
hc_id: "https://nde.nl/ontology/hc/nl-zh-haa-a-na"
|