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 ===#
32+
2733five-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)
You can’t perform that action at this time.
0 commit comments