-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathobservation.jsonld
132 lines (125 loc) · 4.34 KB
/
observation.jsonld
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
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
{
"@context":
{
"Person": "http://xmlns.com/foaf/0.1/Person",
"xsd": "http://www.w3.org/2001/XMLSchema#",
"name": "http://xmlns.com/foaf/0.1/name",
"nickname": "http://xmlns.com/foaf/0.1/nick",
"affiliation": "http://schema.org/affiliation",
"depiction":
{
"@id": "http://xmlns.com/foaf/0.1/depiction",
"@type": "@id"
},
"born":
{
"@id": "http://schema.org/birthDate",
"@type": "xsd:date"
},
"child":
{
"@id": "http://schema.org/children",
"@type": "@id"
},
"colleague":
{
"@id": "http://schema.org/colleagues",
"@type": "@id"
},
"knows":
{
"@id": "http://xmlns.com/foaf/0.1/knows",
"@type": "@id"
},
"died":
{
"@id": "http://schema.org/deathDate",
"@type": "xsd:date"
},
"email":
{
"@id": "http://xmlns.com/foaf/0.1/mbox",
"@type": "@id"
},
"familyName": "http://xmlns.com/foaf/0.1/familyName",
"givenName": "http://xmlns.com/foaf/0.1/givenName",
"gender": "http://schema.org/gender",
"homepage":
{
"@id": "http://xmlns.com/foaf/0.1/homepage",
"@type": "@id"
},
"honorificPrefix": "http://schema.org/honorificPrefix",
"honorificSuffix": "http://schema.org/honorificSuffix",
"jobTitle": "http://xmlns.com/foaf/0.1/title",
"nationality": "http://schema.org/nationality",
"parent":
{
"@id": "http://schema.org/parent",
"@type": "@id"
},
"sibling":
{
"@id": "http://schema.org/sibling",
"@type": "@id"
},
"spouse":
{
"@id": "http://schema.org/spouse",
"@type": "@id"
},
"telephone": "http://schema.org/telephone",
"Address": "http://www.w3.org/2006/vcard/ns#Address",
"address": "http://www.w3.org/2006/vcard/ns#address",
"street": "http://www.w3.org/2006/vcard/ns#street-address",
"locality": "http://www.w3.org/2006/vcard/ns#locality",
"region": "http://www.w3.org/2006/vcard/ns#region",
"country": "http://www.w3.org/2006/vcard/ns#country",
"postalCode": "http://www.w3.org/2006/vcard/ns#postal-code",
"title": "Person:fffff",
"abstract": "ds:abstract",
"keywords": "Person:fffff",
"vocabKeywords": "ds:keywords",
"dataStatus": "ds:creativeWorkStatus",
"publicationDate": "ds:datePublished",
"publicationStatus": "ds:creativeWorkStatus",
"DOIPublicationDate": "ds:datePublished",
"removedDate": {
"@type": "xsd:date"},
"latestDateUpdate": {
"@id": "http://schema.org/birthDate",
"@type": "xsd:date"},
"dataUpdateFrequency": "ds:x",
"permissions": "ds:x",
"image": "ds:x",
"exports": "ds:x",
"resultPath": "ds:x",
"StoredExternal": "ds:x",
"numberOfFiles": "ds:x",
"volume": "https://schema.org/fileSize",
"format": "https://schema.org/fileFormat",
"curationCategory": "ds:x",
"quality": "ds:x",
"validDate": "ds:x",
"temporalExtentStart": "ds:x",
"temporalExtentEnd": "ds:x",
"NonGeographicFlag": "ds:x",
"geographicExtent": "ds:x",
"horizontalResolution": "ds:x",
"verticalExtent": "ds:x",
"lineage": "ds:x",
"removalReason": "ds:x",
"procedure": "ds:x",
"identifiers": "ds:x",
"authors": "ds:author",
"metadataOwners": "ds:x",
"custodians": "ds:x",
"CEDAOfficer": {"@id": "Person", "@type":"@id"},
"publisher": "ds:x",
"pointOfContact": "ds:x",
"distributer": "ds:x",
"funder": "https://schema.org/funder",
"project": {"@id": "https://schema.org/Grant", "@type":"Person"},
"onlineResources": "ds:xxx"
}
}