File tree Expand file tree Collapse file tree
rocrate_validator/profiles/five-safes-crate Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2424@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
2525
2626
27+ # === MUST shapes ===#
28+ # (none)
29+
30+
31+ # === SHOULD shapes ===#
2732
2833five-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)
You can’t perform that action at this time.
0 commit comments