You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
sh:message """At least one Project referenced by Agent -> memberOf MUST be included in the set of Projects referenced by RootDataEntity -> sourceOrganization.""" ;
82
-
] .
84
+
] .
85
+
86
+
87
+
#=== SHOOULD shapes ===#
88
+
89
+
five-safes-crate:AgentIsMemberOf
90
+
a sh:NodeShape ;
91
+
sh:name "Requesting Agent" ;
92
+
sh:target [
93
+
a sh:SPARQLTarget ;
94
+
sh:prefixes ro-crate:sparqlPrefixes ;
95
+
sh:select """
96
+
SELECT DISTINCT ?this WHERE {
97
+
?action a schema:CreateAction ;
98
+
schema:agent ?this .
99
+
}
100
+
"""
101
+
] ;
102
+
103
+
sh:property [
104
+
a sh:PropertyShape ;
105
+
sh:name "memberOf" ;
106
+
sh:path schema:memberOf;
107
+
sh:minCount 1 ;
108
+
sh:severity sh:Warning ;
109
+
sh:message """The Requesting Agent SHOULD have a `memberOf` property.""" ;
0 commit comments