We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6047405 + b3756de commit 04e7734Copy full SHA for 04e7734
1 file changed
…les/five-safes-crate/should/9_inputs.ttl …r/profiles/five-safes-crate/9_inputs.ttlrocrate_validator/profiles/five-safes-crate/should/9_inputs.ttl renamed to rocrate_validator/profiles/five-safes-crate/9_inputs.ttl
@@ -24,10 +24,17 @@
24
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
25
26
27
+#=== MUST shapes ===#
28
+# (none)
29
+
30
31
+#=== SHOULD shapes ===#
32
33
five-safes-crate:InputEntityReferencesFormalParameterViaExampleOfWork
34
a sh:NodeShape ;
35
sh:name "Input" ;
36
sh:description "" ;
37
+ sh:severity sh:Warning ;
38
sh:target [
39
a sh:SPARQLTarget ;
40
sh:prefixes ro-crate:sparqlPrefixes ;
@@ -52,6 +59,9 @@ five-safes-crate:InputEntityReferencesFormalParameterViaExampleOfWork
52
59
}
53
60
54
61
""" ;
55
- sh:severity sh:Warning ;
56
62
sh:message "Input SHOULD reference a FormalParameter using exampleOfWork" ;
57
63
] .
64
65
66
+#=== MAY shapes ===#
67
0 commit comments