CASE
CASE copied to clipboard
Cyber-investigation Analysis Standard Expression (CASE) Ontology
This Pull Request resolves all backwards-compatible requirements of Issue #146 . # Coordination - [x] Pull Request is against correct branch - [x] Pull Request is in, or reverted to,...
# Background Discussion on [CASE Issue 136](https://github.com/casework/CASE/issues/136) suggests that an `InvestigativeAction` should always result in the creation of at least one `ProvenanceRecord`. # Requirements ## Requirement 1 CASE should enforce...
# Background [UCO Issue 541](https://github.com/ucoProject/UCO/issues/541) introduced general `uco-core:Event`s. CASE's `Investigation` class has, to date, been encoded as a [`uco-core:ContextualCompilation`](https://ontology.unifiedcyberontology.org/documentation/class-corecontextualcompilation.html). (This class design predates my own involvement in CASE, so I...
The CASE Ontology Committee had discussed in the past whether `InvestigativeAction`s would always have a `ProvenanceRecord` among their outputs. I recall, informally, we had said yes, this is a requirement....
# Background For a growing number of investigations, there is a need to represent cryptowallets and the account(s) they contain. Crypto wallets can be hosted by an online service, or...
This is required for the Python API Autogeneration feature to work and should occur for the first stable release of the ontology (before v1.0.0).
This snippet failed to trigger a validation error: ```json { "@context": { "case-investigation": "https://ontology.caseontology.org/case/investigation/", "kb": "http://example.org/kb/", "rdf": "http://www.w3.org/1999/02/22-rdf-syntax-ns#", "rdfs": "http://www.w3.org/2000/01/rdf-schema#", "uco-action": "https://ontology.unifiedcyberontology.org/uco/action/", "uco-core": "https://ontology.unifiedcyberontology.org/uco/core/", "uco-identity": "https://ontology.unifiedcyberontology.org/uco/identity/", "uco-location": "https://ontology.unifiedcyberontology.org/uco/location/", "uco-observable": "https://ontology.unifiedcyberontology.org/uco/observable/",...
"..., that's the question." (attributed to: W.Shakespeare)
Source of Issue: * https://caseontology.org/examples/asgard/ (Step-1): Line# 70 ~ 72 * These three lines are not 'legal' UCO/CASE properties. The following three lines are not 'legal' UCO/CASE properties: --- Current...
**Issue ported from old _casework_ github repo (issue 31).** **Original author: sbarnum** Examples within the case repo show the emailAddress property of the EmailAccount property bundle as a string. The...