Elapsed time | 34.84 [s] |
---|
Request | Method | POST
|
---|
URL | https://www.imgt.org/fuseki/ImgtKg/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+%3Fs+%3Fp+%3Fo+.+%7D
|
---|
Response | URL | https://www.imgt.org/fuseki/ImgtKg/sparql
|
---|
Status | 200
|
---|
Headers | Date: Thu, 05 Sep 2024 00:24:12 GMT
Server: Apache Jena Fuseki (5.1.0-SNAPSHOT)
Strict-Transport-Security: max-age=7776000;
Vary: Accept-Encoding,Origin
Fuseki-Request-Id: 131549
Cache-Control: must-revalidate,no-cache,no-store
Pragma: no-cache
Content-Type: application/sparql-results+json; charset=utf-8
Keep-Alive: timeout=5, max=92
Connection: Keep-Alive
Transfer-Encoding: chunked
|
---|
Body | { "head": {
"vars": [ "count" ]
} ,
"results": {
"bindings": [
{
"count": { "type": "literal" , "datatype": "http://www.w3.org/2001/XMLSchema#integer" , "value": "101280189" }
}
]
}
}
|
---|