IMGT-KG

Usefulness / Data Entry

Started at: 2025-04-01 18:10:39 UTC
Finished at: 2025-04-01 18:11:09 UTC

Count 101,280,189 triples.

Elapsed time29.727 [s]
RequestMethod
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
ResponseURL
https://www.imgt.org/fuseki/ImgtKg/sparql
Status
200
Headers
Date: Tue, 01 Apr 2025 18:10:40 GMT
Server: Apache/2.4.62 (Debian)
Strict-Transport-Security: max-age=7776000;
Vary: Origin
Fuseki-Request-Id: 116
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=99
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" }
      }
    ]
  }
}