Life Science Dictionary

Operation / Service Description

Started at: 2025-02-03 18:00:08 UTC
Finished at: 2025-02-03 18:00:08 UTC

The endpoint provides Service Description.

Elapsed time0.324 [s]
RequestMethod
GET
URL
http://lsd.dbcls.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
https://lsd.dbcls.jp/sparql
Status
200
Headers
Date: Mon, 03 Feb 2025 18:00:07 GMT
Server: nginx/1.20.2
Content-Type: text/turtle; charset=UTF-8
Content-Length: 570
Accept-Ranges: bytes
Access-Control-Allow-Origin: *
Keep-Alive: timeout=3, max=1000
Connection: Keep-Alive
Body
@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns1:	<http://lsd.dbcls.jp/> .
@prefix sd:	<http://www.w3.org/ns/sparql-service-description#> .
ns1:sparql	rdf:type	sd:Service ;
	sd:endpoint	ns1:sparql ;
	sd:feature	sd:DereferencesURIs ,
		sd:UnionDefaultGraph .
@prefix ns3:	<http://www.w3.org/ns/formats/> .
ns1:sparql	sd:resultFormat	ns3:SPARQL_Results_CSV ,
		ns3:SPARQL_Results_JSON ,
		ns3:N3 ,
		ns3:RDF_XML ,
		ns3:SPARQL_Results_XML ,
		ns3:Turtle ,
		ns3:N-Triples ,
		ns3:RDFa ;
	sd:supportedLanguage	sd:SPARQL11Query ;
	sd:url	ns1:sparql .