Skip to content

Commit fa6fc72

Browse files
committed
Rebased to develop
1 parent fcd6ff1 commit fa6fc72

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,6 +24,12 @@
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" ;
@@ -42,6 +48,7 @@ five-safes-crate:InputEntityReferencesFormalParameterViaExampleOfWork
4248
a sh:SPARQLConstraint ;
4349
sh:name "exampleOfWork" ;
4450
sh:description "Input SHOULD reference a FormalParameter using exampleOfWork" ;
51+
sh:severity sh:Warning ;
4552

4653
sh:prefixes ro-crate:sparqlPrefixes ;
4754
sh:select """
@@ -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)