Agentql Context
JSON-LD context defining the semantic vocabulary for Agentql from AgentQL.
5 Classes
16 Properties
4 Namespaces
Namespaces
agql:
https://api.agentql.com/schema/
schema:
https://schema.org/
dcterms:
http://purl.org/dc/terms/
xsd:
http://www.w3.org/2001/XMLSchema#
Classes
QueryDataRequest
QueryDataResponse
CreateSessionRequest
CreateSessionResponse
QueryDocumentRequest
Properties
| Property |
Type |
Container |
| url |
reference |
|
| query |
string |
|
| prompt |
string |
|
| html |
string |
|
| data |
reference |
|
| metadata |
reference |
|
| requestId |
string |
|
| responseTimeMs |
integer |
|
| sessionId |
string |
|
| cdpUrl |
reference |
|
| expiresAt |
dateTime |
|
| mode |
string |
|
| waitFor |
integer |
|
| browserProfile |
string |
|
| browserUaPreset |
string |
|
| inactivityTimeoutSeconds |
integer |
|
JSON-LD Document
{
"@context": {
"@version": 1.1,
"agql": "https://api.agentql.com/schema/",
"schema": "https://schema.org/",
"dcterms": "http://purl.org/dc/terms/",
"xsd": "http://www.w3.org/2001/XMLSchema#",
"QueryDataRequest": "agql:QueryDataRequest",
"QueryDataResponse": "agql:QueryDataResponse",
"CreateSessionRequest": "agql:CreateSessionRequest",
"CreateSessionResponse": "agql:CreateSessionResponse",
"QueryDocumentRequest": "agql:QueryDocumentRequest",
"url": {
"@id": "schema:url",
"@type": "@id"
},
"query": {
"@id": "agql:query",
"@type": "xsd:string"
},
"prompt": {
"@id": "agql:prompt",
"@type": "xsd:string"
},
"html": {
"@id": "agql:html",
"@type": "xsd:string"
},
"data": {
"@id": "agql:data",
"@type": "@id"
},
"metadata": {
"@id": "agql:metadata",
"@type": "@id"
},
"requestId": {
"@id": "dcterms:identifier",
"@type": "xsd:string"
},
"responseTimeMs": {
"@id": "agql:response_time_ms",
"@type": "xsd:integer"
},
"sessionId": {
"@id": "agql:session_id",
"@type": "xsd:string"
},
"cdpUrl": {
"@id": "agql:cdp_url",
"@type": "@id"
},
"expiresAt": {
"@id": "schema:expires",
"@type": "xsd:dateTime"
},
"mode": {
"@id": "agql:mode",
"@type": "xsd:string"
},
"waitFor": {
"@id": "agql:wait_for",
"@type": "xsd:integer"
},
"browserProfile": {
"@id": "agql:browser_profile",
"@type": "xsd:string"
},
"browserUaPreset": {
"@id": "agql:browser_ua_preset",
"@type": "xsd:string"
},
"inactivityTimeoutSeconds": {
"@id": "agql:inactivity_timeout_seconds",
"@type": "xsd:integer"
}
}
}