We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b66b171 commit f002bf1Copy full SHA for f002bf1
src/main/java/edu/kit/datamanager/ro_crate/reader/RoCrateReader.java
@@ -26,8 +26,11 @@
26
* This class allows reading crates from the outside into the library in order
27
* to inspect or modify it.
28
* <p>
29
- * The class takes a strategy to support different ways of importing the crates.
30
- * (from zip, folder, etc.)
+ * The constructor takes a strategy to support different ways of importing the crates.
+ * (from zip, folder, etc.).
31
+ * <p>
32
+ * The reader consideres "hasPart" and "isPartOf" properties and considers all
33
+ * entities (in-)directly connected to the root entity ("./") as DataEntities.
34
*/
35
public class RoCrateReader {
36
0 commit comments