Skip to content

Commit 5f1d7e1

Browse files
authored
Merge pull request #20 from sdsc-ordes/main
2 parents 9ed05c3 + 8144727 commit 5f1d7e1

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ This repo contains the SHACL shapes and the IP Ontology used for:
44

55
- Fair Calculation
66

7+
## Basic Schema Diagram (UML)
8+
UML schema generated using https://shacl-play.sparna.fr/play/draw
9+
![ontology_combined](https://github.com/user-attachments/assets/6b8cafae-9e2c-4dbc-a3e0-f1915f343d81)
710

811
## Changelog
912

@@ -17,3 +20,4 @@ This repo contains the SHACL shapes and the IP Ontology used for:
1720
- **v0.8**: Update FAIR levels, contributors+producers become authors. First+Last name becomes schema:name.
1821
- **v0.9**: Support for runnable examples, dicom dataset properties, spelling mistakes.
1922
- **v1.0**: Update enumerations modelling to use skos for taxonomy, expand meta-shacl shapes, Various CI improvements, removal of unused properties and shapes.
23+

src/imaging-ontology/ImagingOntologyShapes.ttl

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -600,7 +600,6 @@ sd:DatasetSpecification-hasDimensionality
600600
a sh:PropertyShape ;
601601
sh:path sd:hasDimensionality ;
602602
sh:datatype xsd:integer ;
603-
sh:minExclusive 0 ;
604603
.
605604

606605
sd:DatasetSpecification-hasFormat
@@ -690,4 +689,4 @@ imag:hostTypeShape a sh:PropertyShape ;
690689
sh:path imag:hostType ;
691690
sh:datatype xsd:string ;
692691
sh:in ("plaza-gradio-application" "renku-project" "google-colab" "wasm" "other") ;
693-
.
692+
.

0 commit comments

Comments
 (0)