-
Notifications
You must be signed in to change notification settings - Fork 2
/
schema.jq
27 lines (27 loc) · 1001 Bytes
/
schema.jq
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
{
"docId" : .docId,
"docOrigin" : .docOrigin,
"docISBN" : .docISBN,
"docName" : .docName,
"docMasterId" : .docMasterId,
"docPageNumber" : .docPageNumber,
"derivedFrom" : .["http://www.w3.org/ns/prov#wasDerivedFrom"],
"name" : .name,
"interpretedGenus" : .interpretedGenus,
"interpretedSpecies" : .interpretedSpecies,
"interpretedAuthorityName" : .interpretedAuthorityName,
"interpretedAuthorityYear" : .interpretedAuthorityYear,
"commonNames" : .commonNames,
"taxonomy" : .taxonomy,
"subspeciesAndDistribution" : .subspeciesAndDistribution,
"descriptiveNotes": .descriptiveNotes,
"habitat" : .habitat,
"foodAndFeeding" : .foodAndFeeding,
"breeding" : .breeding,
"activityPatterns" : .activityPatterns,
"movementsHomeRangeAndSocialOrganization" : .movementsHomeRangeAndSocialOrganization,
"statusAndConservation": .statusAndConservation,
"bibliography" : .bibliography,
"distributionImageURL" : .distributionImageURL,
"verbatimText" : .verbatimText
}