@@ -74,7 +74,7 @@ isa-ro-crate:ProcessMustHaveName a sh:NodeShape ;
7474
7575isa-ro-crate:ProcessMustBeReferencedFromDataset a sh:NodeShape ;
7676 sh:name " Process MUST be directly referenced from a dataset" ;
77- sh:targetClass bioschemas:LabProcess ;
77+ sh:targetClass isa-ro-crate:Process ;
7878 sh:property
7979 [
8080 a sh:PropertyShape ;
@@ -90,7 +90,7 @@ isa-ro-crate:ProcessMustBeReferencedFromDataset a sh:NodeShape ;
9090isa-ro-crate:ProcessShouldHaveObject a sh:NodeShape ;
9191 sh:name " Process SHOULD have an object" ;
9292 sh:description " A Process SHOULD have an object" ;
93- sh:targetClass bioschemas:LabProcess ;
93+ sh:targetClass isa-ro-crate:Process ;
9494 sh:property [
9595 a sh:PropertyShape ;
9696 sh:path schema:object ;
@@ -116,7 +116,7 @@ isa-ro-crate:ProcessShouldHaveObject a sh:NodeShape ;
116116isa-ro-crate:ProcessShouldHaveResult a sh:NodeShape ;
117117 sh:name " Process SHOULD have a result" ;
118118 sh:description " A Process SHOULD have a result" ;
119- sh:targetClass bioschemas:LabProcess ;
119+ sh:targetClass isa-ro-crate:Process ;
120120 sh:property [
121121 a sh:PropertyShape ;
122122 sh:path schema:result ;
@@ -142,7 +142,7 @@ isa-ro-crate:ProcessShouldHaveResult a sh:NodeShape ;
142142isa-ro-crate:ProcessShouldHaveProtocol a sh:NodeShape ;
143143 sh:name " Process SHOULD have a protocol" ;
144144 sh:description " A Process SHOULD have a protocol" ;
145- sh:targetClass bioschemas:LabProcess ;
145+ sh:targetClass isa-ro-crate:Process ;
146146 sh:property [
147147 a sh:PropertyShape ;
148148 sh:path bioschemas-prop:executesLabProtocol ;
@@ -164,7 +164,7 @@ isa-ro-crate:ProcessShouldHaveProtocol a sh:NodeShape ;
164164isa-ro-crate:ProcessShouldHaveParamValue a sh:NodeShape ;
165165 sh:name " Process SHOULD have a parameter value" ;
166166 sh:description " A Process SHOULD have a parameter value" ;
167- sh:targetClass bioschemas:LabProcess ;
167+ sh:targetClass isa-ro-crate:Process ;
168168 sh:property [
169169 a sh:PropertyShape ;
170170 sh:path bioschemas-prop:parameterValue ;
0 commit comments