GlycoNAVI

Operation / Service Description

Started at: 2024-06-04 13:53:03 UTC
Finished at: 2024-06-04 13:53:03 UTC

The endpoint provides Service Description.

Elapsed time0.023 [s]
RequestMethod
GET
URL
https://sparql.glyconavi.org/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
https://sparql.glyconavi.org/sparql
Status
200
Headers
Accept-Ranges: bytes
Alt-Svc: h3=":443"; ma=2592000
Content-Type: text/turtle; charset=UTF-8
Date: Tue, 04 Jun 2024 13:53:03 GMT
Server: Caddy, Virtuoso/07.20.3217 (Linux) x86_64-unknown-linux-gnu
Transfer-Encoding: chunked
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:N-Triples ,
		ns3:N3 ,
		ns3:RDF_XML ,
		ns3:SPARQL_Results_CSV ,
		ns3:SPARQL_Results_JSON ,
		ns3:SPARQL_Results_XML ,
		ns3:Turtle ,
		ns3:RDFa ;
	sd:supportedLanguage	sd:SPARQL10Query ;
	sd:url	ns1:sparql .