MIcrobeDB.jp

Operation / Service Description

Started at: 2025-03-25 12:06:56 UTC
Finished at: 2025-03-25 12:06:56 UTC

The endpoint provides Service Description.

Elapsed time0.117 [s]
RequestMethod
GET
URL
http://genome.microbedb.jp/sparql
Headers
User-Agent: Umaka-Crawler/1.0.0 by DBCLS (umakadata@dbcls.jp)
Accept: text/turtle, text/n3, application/n-triples, application/n-quads, application/rdf+xml, application/rdf+json, application/ld+json, application/trig, application/trix
Body
ResponseURL
http://genome.microbedb.jp/sparql
Status
200
Headers
Server: nginx/1.24.0 (Ubuntu)
Date: Tue, 25 Mar 2025 12:06:56 GMT
Content-Type: text/turtle; charset=UTF-8
Transfer-Encoding: chunked
Connection: close
Vary: Accept-Encoding
X-Varnish: 117201375
Age: 0
Via: 1.1 varnish (Varnish/6.6)
Accept-Ranges: bytes
Body
@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns1:	<http://localhost:8890/> .
@prefix sd:	<http://www.w3.org/ns/sparql-service-description#> .
ns1:sparql	rdf:type	sd:Service ;
	sd:endpoint	ns1:sparql ;
	sd:feature	sd:UnionDefaultGraph ,
		sd:DereferencesURIs .
@prefix ns3:	<http://www.w3.org/ns/formats/> .
ns1:sparql	sd:resultFormat	ns3:RDF_XML ,
		ns3:SPARQL_Results_CSV ,
		ns3:SPARQL_Results_JSON ,
		ns3:SPARQL_Results_XML ,
		ns3:RDFa ,
		ns3:N-Triples ,
		ns3:N3 ,
		ns3:Turtle ;
	sd:supportedLanguage	sd:SPARQL10Query ;
	sd:url	ns1:sparql .