-
Notifications
You must be signed in to change notification settings - Fork 1
/
SPEC.json
50 lines (50 loc) · 1.47 KB
/
SPEC.json
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
{
"@context": {
"@base": "https://github.com/ozekik/markdown-ld/blob/master/SPEC.md",
"rdf": "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"rdfs": "http://www.w3.org/2000/01/rdf-schema#",
"ex": "http://example.com/"
},
"@graph": [
{
"@id": "https://github.com/ozekik/markdown-ld/blob/master/SPEC.md#example-entity-foo",
"rdf:type": {
"@id": "rdfs:Resource"
}
},
{
"@id": "https://github.com/ozekik/markdown-ld/blob/master/SPEC.md#example-entity-foo",
"https://github.com/ozekik/markdown-ld/blob/master/SPEC.md#example-predicate-1": [
"Some literal",
{
"@value": "Some literal",
"@language": "en"
},
42,
42,
{
"@id": "http://example.com/someEntity"
},
{
"@id": "ex:someEntity"
},
{
"@id": "https://github.com/ozekik/markdown-ld/blob/master/SPEC.md#example-entity-bar"
},
{
"ex:name": "Alice"
}
]
},
{
"@id": "https://github.com/ozekik/markdown-ld/blob/master/SPEC.md#example-entity-bar",
"https://github.com/ozekik/markdown-ld/blob/master/SPEC.md#example-predicate-1": "Some literal"
},
{
"@id": "https://github.com/ozekik/markdown-ld/blob/master/SPEC.md#example-entity-bar",
"https://github.com/ozekik/markdown-ld/blob/master/SPEC.md#example-predicate-2": {
"@id": "http://example.com/someEntity"
}
}
]
}