forked from IPIF/prosopogrAPhI
-
Notifications
You must be signed in to change notification settings - Fork 1
/
context.json
52 lines (51 loc) · 1.46 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
{
"Factoids": "http://prosopography.org/#factoids",
"Persons": "http://prosopography.org/#persons",
"Sources": "http://prosopography.org/#sources",
"statements": "http://prosopography.org/#statements",
"source": {
"@id": "http://prosopography.org/#source",
"@type": "@id"
},
"person": {
"@id": "http://prosopography.org/#person",
"@type": "@id"
},
"label": "http://www.w3.org/2000/01/rdf-schema#label",
"uri": {
"@id":"http://www.w3.org/2004/02/skos/core#exactMatch",
"@type": "@id"
},
"uris": {
"@id":"http://www.w3.org/2004/02/skos/core#exactMatch",
"@type": "@id"
},
"createdBy": "http://prosopography.org/#createdBy",
"createdWhen": {
"@id": "http://prosopography.org/#createdWhen",
"@type": "xsd:dateTime"
},
"modifiedBy": "http://prosopography.org/#modifiedBy",
"modifiedWhen": {
"@id": "http://prosopography.org/#modifiedWhen",
"@type": "xsd:dateTime"
},
"statementContents": {
"@id": "http://prosopography.org/#statementContent",
"@type" : "xsd:string"
},
"name": {
"@id":"http://prosopography.org/#name",
"@type":"xsd:string"
},
"date": "http://prosopography.org/#date",
"sortdate": {
"@id": "http://prosopography.org/#sortdate",
"@type": "xsd:date"
},
"places": "http://prosopography.org/#places",
"relatesToPersons": "http://prosopography.org/#relatesToPersons",
"role": "http://prosopography.org/#role",
"memberOf": "http://prosopography.org/#memberOf",
"derivedFrom": "http://www.w3.org/ns/prov#wasDerivedFrom"
}