Skip to content

Commit 3718ddf

Browse files
author
casework
committed
Small fixups
1 parent 6889392 commit 3718ddf

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Cyber-investigation Analysis Standard Expression (CASE)
22

3-
[Ontology Spec](case.md) | [Natural Language Glossary](case-v0.1.0-natural-language-glossary.html) | [Releases](https://github.com/casework/case/releases)
3+
[Experimental Draft Ontology (OWL)](https://github.com/casework/case/tree/master/case.ttl) | [Natural Language Glossary](case-v0.1.0-natural-language-glossary.html) | [Releases](https://github.com/casework/case/releases)
44

55
Cyber-investigation Analysis Standard Expression (CASE) is a community-developed standard format, which is intended to serve the needs of the broadest possible range of cyber-investigation domains, including digital forensic science, incident response, and counter-terrorism.
66

@@ -11,7 +11,7 @@ CASE is specified at a semantic level and supports various serializations. The d
1111
The purpose of this repository is to provide a foundation for broader community involvement in defining what to represent and how.
1212

1313

14-
## Examples
14+
## Examples (JSON-LD)
1515
- [Bulk Extractor Forensic Path](https://github.com/casework/case/tree/master/examples/bulk_extractor_forensic_path.json) (*[info](examples/bulk_extractor_forensic_path.md)*)
1616
- [Call Log](https://github.com/casework/case/tree/master/examples/call_log.json)
1717
- [Device](https://github.com/casework/case/tree/master/examples/device.json)

examples/bulk_extractor_forensic_path.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
]
5858
},
5959
{
60-
"@id": "relationship0",
60+
"@id": "relationship1",
6161
"@type": "Relationship",
6262
"source": "extracted_email_address1",
6363
"target": "decompressed_gzip0",

0 commit comments

Comments
 (0)