Skip to content

Commit c7d3587

Browse files
authored
Merge pull request #21 from sdsc-ordes/develop
2 parents 8144727 + 5f1d7e1 commit c7d3587

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/imaging-ontology/ImagingOntologyShapes.ttl

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ prefix skos: <http://www.w3.org/2004/02/skos/core#>
2626
] .
2727

2828
imag:fairlevel1Shape a sh:NodeShape ;
29+
sh:description "This shape defines the minimum requirements for a software to be considered FAIR level 1 compliant. It includes basic metadata and identifiers." ;
2930
sh:targetClass schema:SoftwareSourceCode ;
3031
sh:property
3132
[sh:path schema:license ;
@@ -58,6 +59,7 @@ prefix skos: <http://www.w3.org/2004/02/skos/core#>
5859
.
5960

6061
imag:fairlevel2Shape a sh:NodeShape ;
62+
sh:description "This shape defines the requirements for a software to be considered FAIR level 2 compliant. It builds upon level 1 and adds more detailed metadata." ;
6163
sh:targetClass schema:SoftwareSourceCode ;
6264
sh:property
6365
[sh:path sd:readme ;
@@ -75,6 +77,7 @@ prefix skos: <http://www.w3.org/2004/02/skos/core#>
7577
.
7678

7779
imag:fairlevel3Shape a sh:NodeShape ;
80+
sh:description "This shape defines the requirements for a software to be considered FAIR level 3 compliant. It builds upon level 2 and adds more detailed metadata and requirements." ;
7881
sh:targetClass schema:SoftwareSourceCode ;
7982
sh:property
8083
[sh:path schema:softwareRequirements ;
@@ -88,6 +91,7 @@ prefix skos: <http://www.w3.org/2004/02/skos/core#>
8891
.
8992

9093
imag:fairlevel4Shape a sh:NodeShape ;
94+
sh:description "This shape defines the requirements for a software to be considered FAIR level 4 compliant. It builds upon level 3 and adds more detailed metadata and requirements." ;
9195
sh:targetClass schema:SoftwareSourceCode ;
9296
sh:property
9397
[sh:path schema:memoryRequirements ;
@@ -105,6 +109,7 @@ prefix skos: <http://www.w3.org/2004/02/skos/core#>
105109
.
106110

107111
imag:fairlevel5Shape a sh:NodeShape ;
112+
sh:description "This shape defines the requirements for a software to be considered FAIR level 5 compliant. This is the highest level that can be achieved on the imaging plaza. It builds upon level 4 and adds more detailed metadata and requirements." ;
108113
sh:targetClass schema:SoftwareSourceCode ;
109114
sh:property
110115
[sh:path sd:hasExecutableInstructions ;

0 commit comments

Comments
 (0)