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
Copy file name to clipboardExpand all lines: notes.md
+7-3Lines changed: 7 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,10 @@
2
2
3
3
- Why is `fileSystemType` in both `File` and `FileSystem` property bundles?
4
4
- Clarifications on when to use "PhoneAccount" or "EmailAccount" vs "Contact" is needed.
5
-
- Why is there a separate `isRead` for `SMSMessage`? A regular message like "WhatsApp" could
6
-
also have this field.
7
-
- Why is there only a `sentTime` timestamp in `Message`? I have other potential timestamps such as "created", "received", "uploaded", "downloaded", "deleted", etc. Having specific hardcoded timestamps in property bundles makes this very limiting. And having some hardcoded timestamps and some not (using Action traces?) is very discombobulated for timelined data. I suggest rethinking this approach to separating timestamp information from data.
5
+
- Why is there a separate `isRead` for `SMSMessage`? A regular message like "WhatsApp" could also have this field.
6
+
- Why is there only a `sentTime` timestamp in `Message`? I have other potential timestamps such as "created", "received", "uploaded", "downloaded", "deleted", etc. Having specific hardcoded timestamps in property bundles makes this very limiting. And having some hardcoded timestamps and some not (using Action traces?) is very discombobulated for timelined data. I suggest rethinking this approach to separating timestamp information from data.
7
+
- What do some of the UcoObject properties mean? eg. `granularMarking` and `objectMarking`
8
+
- Why is there an `id` and `type` property in `UcoObject`? Those properties already exists. `id` is the URI of the node itself, `type` is the "rdf:type" property.
9
+
- I still can't remember the difference between `result` and `object` properties...
10
+
- Why do all UcoObjects have a `name` property? That property only makes sense for things like `Tool`. It doesn't make sense for things like `Trace` and `Action`.
11
+
- Why does the `description` property exist? It already exists with "rdfs:comment".
0 commit comments