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:description """A `DataEntity` MUST be linked, either directly or inderectly, from the Root Data Entity""" ;
135
+
sh:description """A `DataEntity` MUST be linked, either directly or indirectly, from the Root Data Entity""" ;
136
136
sh:targetClass ro-crate:DataEntity ;
137
137
sh:property
138
138
[
@@ -141,7 +141,7 @@ ro-crate:DataEntityRquiredPropertiesShape a sh:NodeShape ;
141
141
sh:node schema_org:Dataset ;
142
142
sh:minCount 1 ;
143
143
sh:name "Data Entity MUST be directly referenced" ;
144
-
sh:description """Check if the Data Entity is linked, either directly of inderectly, to the `Root Data Entity` using the `hasPart` (as defined in `schema.org`) property" """ ;
144
+
sh:description """Check if the Data Entity is linked, either directly or indirectly, to the `Root Data Entity` using the `hasPart` (as defined in `schema.org`) property" """ ;
145
145
# sh:message "A Data Entity MUST be directly or indirectly linked to the `Root Data Entity` through the `hasPart` property" ;
0 commit comments