GlyCosmos

Operation / VoID

Started at: 2024-07-30 15:35:10 UTC
Finished at: 2024-07-30 15:35:10 UTC

The endpoint provides VoID.

Elapsed time0.029 [s]
RequestMethod
GET
URL
https://ts.glycosmos.org/.well-known/void
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://ts.glycosmos.org/sparql
Status
200
Headers
Server: nginx/1.24.0
Date: Tue, 30 Jul 2024 15:35:10 GMT
Content-Type: text/turtle; charset=UTF-8
Content-Length: 686
Connection: keep-alive
Accept-Ranges: bytes
Content-Disposition: filename=sparql_2024-07-30_15-35-10Z.ttl
Body
@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns1:	<http://glycosmos-endpoint:8890/sparql#> .
@prefix sd:	<http://www.w3.org/ns/sparql-service-description#> .
ns1:service	rdf:type	sd:Service .
@prefix ns3:	<http://glycosmos-endpoint:8890/> .
ns1:service	sd:endpoint	ns3:sparql ;
	sd:feature	sd:DereferencesURIs ,
		sd:UnionDefaultGraph .
@prefix formats:	<http://www.w3.org/ns/formats/> .
ns1:service	sd:resultFormat	formats:SPARQL_Results_JSON ,
		formats:SPARQL_Results_XML ,
		formats:Turtle ,
		formats:N-Triples ,
		formats:N3 ,
		formats:RDF_XML ,
		formats:SPARQL_Results_CSV ,
		formats:RDFa ;
	sd:supportedLanguage	sd:SPARQL10Query ;
	sd:url	ns3:sparql .