Protein Ontology

Operation / Service Description

Started at: 2024-11-20 13:55:14 UTC
Finished at: 2024-11-20 13:55:15 UTC

The endpoint provides Service Description.

Elapsed time0.931 [s]
RequestMethod
GET
URL
https://sparql.proconsortium.org/virtuoso/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.proconsortium.org/virtuoso/sparql
Status
200
Headers
Date: Wed, 20 Nov 2024 13:55:14 GMT
Server: Virtuoso/07.20.3240 (Linux) x86_64-pc-linux-gnu
Accept-Ranges: bytes
Content-Disposition: filename=sparql_2024-11-20_13-55-14Z.ttl
Content-Type: text/turtle; charset=UTF-8
Vary: Accept-Encoding
Access-Control-Allow-Origin: *
Content-Length: 688
Connection: close
Content-Language: en
Body
@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns1:	<http://sparql.proconsortium.org/sparql#> .
@prefix sd:	<http://www.w3.org/ns/sparql-service-description#> .
ns1:service	rdf:type	sd:Service .
@prefix ns3:	<http://sparql.proconsortium.org/> .
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 .