-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathCITATION.cff
More file actions
85 lines (85 loc) · 2.65 KB
/
CITATION.cff
File metadata and controls
85 lines (85 loc) · 2.65 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
cff-version: 1.2.0
message: "If you use this specification, please cite it using the metadata from this file."
type: software
title: "Memory Interchange Format (MIF)"
abstract: >-
The Memory Interchange Format (MIF) is a proposed open standard for portable
AI memory representation. MIF defines a common data model with dual
representations: human-readable Markdown files and machine-processable JSON-LD
documents, enabling interoperability between AI memory providers.
version: "0.1.0"
date-released: "2026-01-23"
license: MIT
url: "https://mif-spec.dev"
repository-code: "https://github.com/zircote/MIF"
authors:
- family-names: Allen
given-names: Robert
email: zircote@gmail.com
orcid: "https://orcid.org/0009-0007-9691-004X"
identifiers:
- type: url
value: "https://github.com/zircote/MIF"
description: "GitHub repository"
keywords:
- ai-memory
- interoperability
- json-ld
- markdown
- open-standard
- w3c-prov
- semantic-web
- ontology
- specification
- obsidian
preferred-citation:
type: software
title: "Memory Interchange Format (MIF)"
abstract: >-
The Memory Interchange Format (MIF) is a proposed open standard for portable
AI memory representation. MIF defines a common data model with dual
representations: human-readable Markdown files and machine-processable JSON-LD
documents, enabling interoperability between AI memory providers.
version: "0.1.0"
date-released: "2026-01-23"
license: MIT
url: "https://mif-spec.dev"
repository-code: "https://github.com/zircote/MIF"
authors:
- family-names: Allen
given-names: Robert
email: zircote@gmail.com
orcid: "https://orcid.org/0009-0007-9691-004X"
references:
- type: software
title: "JSON-LD 1.1"
abstract: >-
A JSON-based serialization for Linked Data used by MIF for
machine-processable memory representation.
url: "https://www.w3.org/TR/json-ld11/"
authors:
- family-names: Sporny
given-names: Manu
- family-names: Longley
given-names: Dave
- family-names: Kellogg
given-names: Gregg
- family-names: Lanthaler
given-names: Markus
- family-names: Champin
given-names: Pierre-Antoine
- family-names: Lindstrom
given-names: Niklas
date-released: "2020-07-16"
- type: software
title: "PROV-DM: The PROV Data Model"
abstract: >-
W3C provenance data model used by MIF for tracking memory origin
and attribution.
url: "https://www.w3.org/TR/prov-dm/"
authors:
- family-names: Moreau
given-names: Luc
- family-names: Missier
given-names: Paolo
date-released: "2013-04-30"