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 of the organisations that are members of the responsible project SHOULD be included in the Requesting Agent's affiliations, if such properties exist.""" ;
60
-
] .
101
+
] .
102
+
103
+
104
+
#=== MAY shapes ===#
105
+
106
+
five-safes-crate:ResponsibleProject
107
+
a sh:NodeShape ;
108
+
sh:name "Responsible Project" ;
109
+
sh:target [
110
+
a sh:SPARQLTarget ;
111
+
sh:prefixes ro-crate:sparqlPrefixes ;
112
+
sh:select """
113
+
SELECT DISTINCT ?this WHERE {
114
+
?action a schema:CreateAction ;
115
+
schema:agent ?agent .
116
+
?agent schema:memberOf ?this .
117
+
}
118
+
"""
119
+
] ;
120
+
121
+
sh:property [
122
+
a sh:PropertyShape ;
123
+
sh:name "funding" ;
124
+
sh:path schema:funding;
125
+
sh:minCount 1 ;
126
+
sh:severity sh:Info ;
127
+
sh:message """The Responsible Project does not have the property `funding`.""" ;
128
+
] ;
129
+
130
+
sh:property [
131
+
a sh:PropertyShape ;
132
+
sh:name "member" ;
133
+
sh:path schema:member;
134
+
sh:minCount 1 ;
135
+
sh:severity sh:Info ;
136
+
sh:message """The Responsible Project does not have the property `member`.""" ;
0 commit comments