Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,11 @@
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .


#=== MUST shapes ===#
# (none)


#=== SHOULD shapes ===#

five-safes-crate:InputEntityReferencesFormalParameterViaExampleOfWork
a sh:NodeShape ;
Expand All @@ -43,6 +48,7 @@ five-safes-crate:InputEntityReferencesFormalParameterViaExampleOfWork
a sh:SPARQLConstraint ;
sh:name "exampleOfWork" ;
sh:description "Input SHOULD reference a FormalParameter using exampleOfWork" ;
sh:severity sh:Warning ;

sh:prefixes ro-crate:sparqlPrefixes ;
sh:select """
Expand All @@ -53,6 +59,9 @@ five-safes-crate:InputEntityReferencesFormalParameterViaExampleOfWork
}
}
""" ;
sh:severity sh:Warning ;
sh:message "Input SHOULD reference a FormalParameter using exampleOfWork" ;
] .
] .


#=== MAY shapes ===#
# (none)