COXPRESdb

Operation / Service Description

Started at: 2025-01-26 20:03:40 UTC
Finished at: 2025-01-26 20:03:40 UTC

The endpoint provides Service Description.

Elapsed time0.032 [s]
RequestMethod
GET
URL
https://coxpresdb.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://coxpresdb.jp/sparql
Status
200
Headers
Date: Sun, 26 Jan 2025 20:03:40 GMT
Content-Type: text/turtle; charset=UTF-8
Transfer-Encoding: chunked
Connection: keep-alive
Accept-Ranges: bytes
Server: nginx
Strict-Transport-Security: max-age=31536000; includeSubDomains;
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:SPARQL_Results_JSON ,
		ns3:SPARQL_Results_XML ,
		ns3:Turtle ,
		ns3:N-Triples ,
		ns3:N3 ,
		ns3:RDF_XML ,
		ns3:SPARQL_Results_CSV ,
		ns3:RDFa ;
	sd:supportedLanguage	sd:SPARQL10Query ;
	sd:url	ns1:sparql .