Agrio Context
JSON-LD context defining the semantic vocabulary for Agrio from agrio.
7 Classes
16 Properties
4 Namespaces
Namespaces
agrio:
https://agrio.app/schema/
schema:
https://schema.org/
dcterms:
http://purl.org/dc/terms/
xsd:
http://www.w3.org/2001/XMLSchema#
Classes
Credit Balance
Diagnose Request
Diagnosis Result
Diagnosis
Crop
Supported Crops Response
Error Response
Properties
| Property |
Type |
Container |
| balance |
integer |
|
| currency |
string |
|
| accountId |
string |
|
| cropId |
string |
|
| image |
string |
|
| id |
string |
|
| confidence |
double |
|
| commonName |
string |
|
| scientificName |
string |
|
| crop |
string |
|
| cropConfidence |
string |
|
| idArray |
string |
set |
| crops |
string |
set |
| error |
string |
|
| message |
string |
|
| status |
integer |
|
JSON-LD Document
{
"@context": {
"@version": 1.1,
"agrio": "https://agrio.app/schema/",
"schema": "https://schema.org/",
"dcterms": "http://purl.org/dc/terms/",
"xsd": "http://www.w3.org/2001/XMLSchema#",
"Credit Balance": "agrio:Credit Balance",
"balance": {
"@id": "agrio:balance",
"@type": "xsd:integer"
},
"currency": {
"@id": "agrio:currency",
"@type": "xsd:string"
},
"accountId": {
"@id": "agrio:account_id",
"@type": "xsd:string"
},
"Diagnose Request": "agrio:Diagnose Request",
"cropId": {
"@id": "agrio:crop_id",
"@type": "xsd:string"
},
"image": {
"@id": "agrio:image",
"@type": "xsd:string"
},
"Diagnosis Result": "agrio:Diagnosis Result",
"id": {
"@id": "agrio:id",
"@type": "xsd:string"
},
"confidence": {
"@id": "agrio:confidence",
"@type": "xsd:double"
},
"commonName": {
"@id": "agrio:commonName",
"@type": "xsd:string"
},
"scientificName": {
"@id": "agrio:scientificName",
"@type": "xsd:string"
},
"Diagnosis": "agrio:Diagnosis",
"crop": {
"@id": "agrio:crop",
"@type": "xsd:string"
},
"cropConfidence": {
"@id": "agrio:cropConfidence",
"@type": "xsd:string"
},
"idArray": {
"@id": "agrio:idArray",
"@container": "@set",
"@type": "xsd:string"
},
"Crop": "agrio:Crop",
"Supported Crops Response": "agrio:Supported Crops Response",
"crops": {
"@id": "agrio:crops",
"@container": "@set",
"@type": "xsd:string"
},
"Error Response": "agrio:Error Response",
"error": {
"@id": "agrio:error",
"@type": "xsd:string"
},
"message": {
"@id": "agrio:message",
"@type": "xsd:string"
},
"status": {
"@id": "agrio:status",
"@type": "xsd:integer"
}
}
}