-
Notifications
You must be signed in to change notification settings - Fork 6
/
context.json
61 lines (59 loc) · 1.31 KB
/
context.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
51
52
53
54
55
56
57
58
59
60
61
{
"@base":"http://prosopography.org/example/#",
"proso":"http://prosopography.org/#",
"owl":"http://w3c.org/owl/#####",
"skos":"http://www.w3.org/2004/02/skos/core#",
"factoids": "proso:factoids",
"persons": "proso:persons",
"sources": "proso:sources",
"statements": "proso:statements",
"source-refs": {
"@id":"proso:source",
"@type": "@id"
},
"person-refs": {
"@id":"proso:person",
"@type": "@id"
},
"factoid-refs": {
"@id":"proso:inFactoid",
"@type": "@id"
},
"label": "http://www.w3.org/2000/01/rdf-schema#label",
"uri": {
"@id":"skos:exactMatch",
"@type": "@id"
},
"uris": {
"@id":"skos:exactMatch",
"@type": "@id"
},
"createdBy": "proso:createdBy",
"createdWhen": {
"@id": "proso:createdWhen",
"@type": "xsd:dateTime"
},
"modifiedBy": "proso:modifiedBy",
"modifiedWhen": {
"@id": "proso:modifiedWhen",
"@type": "xsd:dateTime"
},
"statementText": {
"@id": "proso:statementText",
"@type" : "xsd:string"
},
"name": {
"@id":"proso:name",
"@type":"xsd:string"
},
"date": "proso:date",
"sortdate": {
"@id": "proso:sortdate",
"@type": "xsd:date"
},
"places": "proso:places",
"relatesToPersons": "proso:relatesToPersons",
"role": "proso:role",
"memberOf": "proso:memberOf",
"derivedFrom": "http://www.w3.org/ns/prov#wasDerivedFrom"
}