Elapsed time | 5.4 [s] |
---|
Request | Method | POST
|
---|
URL | https://agrovoc.fao.org/sparql
|
---|
Headers | User-Agent: Umaka-Crawler/1.0.0 by DBCLS (umakadata@dbcls.jp)
Accept: application/sparql-results+json, application/sparql-results+xml, text/boolean, text/tab-separated-values;q=0.8, text/csv;q=0.2, */*;q=0.1
Content-Type: application/x-www-form-urlencoded
|
---|
Body | query=SELECT++%28+COUNT%28*%29+AS+%3Fcount+%29+WHERE+%7B+GRAPH+%3Chttp%3A%2F%2Faims.fao.org%2Faos%2Fagrovoc%2F%3E+%7B+%3Fs+%3Fp+%3Fo+.+%7D+%7D
|
---|
Response | URL | https://agrovoc.fao.org/sparql
|
---|
Status | 200
|
---|
Headers | Date: Sat, 29 Mar 2025 01:48:34 GMT
Vary: Accept-Encoding,Origin
Fuseki-Request-Id: 26572541
Cache-Control: must-revalidate,no-cache,no-store
Pragma: no-cache
Content-Type: application/sparql-results+json; charset=utf-8
Via: 1.1 google
Alt-Svc: h3=":443"; ma=2592000,h3-29=":443"; ma=2592000
Transfer-Encoding: chunked
|
---|
Body | { "head": {
"vars": [ "count" ]
} ,
"results": {
"bindings": [
{
"count": { "type": "literal" , "datatype": "http://www.w3.org/2001/XMLSchema#integer" , "value": "9670209" }
}
]
}
}
|
---|