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 | @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 .
|
---|