Skip to content

Commit 17e4885

Browse files
committed
Merged 9_inputs.tll files.
1 parent 8fc209e commit 17e4885

1 file changed

Lines changed: 11 additions & 2 deletions

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 & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,11 @@
2424
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
2525

2626

27+
#=== MUST shapes ===#
28+
# (none)
29+
30+
31+
#=== SHOULD shapes ===#
2732

2833
five-safes-crate:InputEntityReferencesFormalParameterViaExampleOfWork
2934
a sh:NodeShape ;
@@ -43,6 +48,7 @@ five-safes-crate:InputEntityReferencesFormalParameterViaExampleOfWork
4348
a sh:SPARQLConstraint ;
4449
sh:name "exampleOfWork" ;
4550
sh:description "Input SHOULD reference a FormalParameter using exampleOfWork" ;
51+
sh:severity sh:Warning ;
4652

4753
sh:prefixes ro-crate:sparqlPrefixes ;
4854
sh:select """
@@ -53,6 +59,9 @@ five-safes-crate:InputEntityReferencesFormalParameterViaExampleOfWork
5359
}
5460
}
5561
""" ;
56-
sh:severity sh:Warning ;
5762
sh:message "Input SHOULD reference a FormalParameter using exampleOfWork" ;
58-
] .
63+
] .
64+
65+
66+
#=== MAY shapes ===#
67+
# (none)

0 commit comments

Comments
 (0)