IDEAL

Operation / Service Description

Started at: 2025-02-09 00:45:01 UTC
Finished at: 2025-02-09 00:45:01 UTC

The endpoint provides Service Description.

Elapsed time0.012 [s]
RequestMethod
GET
URL
https://ideal-rdf.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://ideal-rdf.dbcls.jp/sparql
Status
200
Headers
Date: Sun, 09 Feb 2025 00:45:01 GMT
Server: Virtuoso/07.20.3229 (Linux) x86_64-unknown-linux-gnu
Accept-Ranges: bytes
Content-Type: text/turtle; charset=UTF-8
Keep-Alive: timeout=3, max=1000
Connection: Keep-Alive
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: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 .