Skip to content

Commit 04e7734

Browse files
authored
Merge pull request #93 from eScienceLab/76-flatten-9_inputsttl-files
Merged `9_inputs.tll` files.
2 parents 6047405 + b3756de commit 04e7734

1 file changed

Lines changed: 11 additions & 1 deletion

File tree

rocrate_validator/profiles/five-safes-crate/should/9_inputs.ttl renamed to rocrate_validator/profiles/five-safes-crate/9_inputs.ttl

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,17 @@
2424
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
2525

2626

27+
#=== MUST shapes ===#
28+
# (none)
29+
30+
31+
#=== SHOULD shapes ===#
32+
2733
five-safes-crate:InputEntityReferencesFormalParameterViaExampleOfWork
2834
a sh:NodeShape ;
2935
sh:name "Input" ;
3036
sh:description "" ;
37+
sh:severity sh:Warning ;
3138
sh:target [
3239
a sh:SPARQLTarget ;
3340
sh:prefixes ro-crate:sparqlPrefixes ;
@@ -52,6 +59,9 @@ five-safes-crate:InputEntityReferencesFormalParameterViaExampleOfWork
5259
}
5360
}
5461
""" ;
55-
sh:severity sh:Warning ;
5662
sh:message "Input SHOULD reference a FormalParameter using exampleOfWork" ;
5763
] .
64+
65+
66+
#=== MAY shapes ===#
67+
# (none)

0 commit comments

Comments
 (0)